For parallel processing, restrict IO to the first process in the cluster.
More...
#include <vtkTransmitRectilinearGridPiece.h>
Inherits vtkRectilinearGridAlgorithm.
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkTransmitRectilinearGridPiece () |
|
| ~vtkTransmitRectilinearGridPiece () |
|
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
void | RootExecute (vtkRectilinearGrid *input, vtkRectilinearGrid *output, vtkInformation *outInfo) |
|
void | SatelliteExecute (int procId, vtkRectilinearGrid *output, vtkInformation *outInfo) |
|
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
For parallel processing, restrict IO to the first process in the cluster.
This filter updates the appropriate piece by requesting the piece from process 0. Process 0 always updates all of the data. It is important that Execute get called on all processes, otherwise the filter will deadlock.
- Tests:
- vtkTransmitRectilinearGridPiece (Tests)
Definition at line 36 of file vtkTransmitRectilinearGridPiece.h.
vtkTransmitRectilinearGridPiece::vtkTransmitRectilinearGridPiece |
( |
| ) |
|
|
protected |
vtkTransmitRectilinearGridPiece::~vtkTransmitRectilinearGridPiece |
( |
| ) |
|
|
protected |
static int vtkTransmitRectilinearGridPiece::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkTransmitRectilinearGridPiece::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkTransmitRectilinearGridPiece::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkTransmitRectilinearGridPiece::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkTransmitRectilinearGridPiece::SetController |
( |
vtkMultiProcessController * |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual vtkMultiProcessController* vtkTransmitRectilinearGridPiece::GetController |
( |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual void vtkTransmitRectilinearGridPiece::SetCreateGhostCells |
( |
int |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
virtual int vtkTransmitRectilinearGridPiece::GetCreateGhostCells |
( |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
virtual void vtkTransmitRectilinearGridPiece::CreateGhostCellsOn |
( |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
virtual void vtkTransmitRectilinearGridPiece::CreateGhostCellsOff |
( |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
virtual int vtkTransmitRectilinearGridPiece::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
void vtkTransmitRectilinearGridPiece::RootExecute |
( |
vtkRectilinearGrid * |
input, |
|
|
vtkRectilinearGrid * |
output, |
|
|
vtkInformation * |
outInfo |
|
) |
| |
|
protected |
void vtkTransmitRectilinearGridPiece::SatelliteExecute |
( |
int |
procId, |
|
|
vtkRectilinearGrid * |
output, |
|
|
vtkInformation * |
outInfo |
|
) |
| |
|
protected |
virtual int vtkTransmitRectilinearGridPiece::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkTransmitRectilinearGridPiece::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
int vtkTransmitRectilinearGridPiece::CreateGhostCells |
|
protected |
vtkMultiProcessController* vtkTransmitRectilinearGridPiece::Controller |
|
protected |
The documentation for this class was generated from the following file: