For parallel processing, restrict IO to the first process in the cluster.
More...
#include <vtkTransmitStructuredGridPiece.h>
Inherits vtkStructuredGridAlgorithm.
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkTransmitStructuredGridPiece () |
|
| ~vtkTransmitStructuredGridPiece () |
|
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
void | RootExecute (vtkStructuredGrid *input, vtkStructuredGrid *output, vtkInformation *outInfo) |
|
void | SatelliteExecute (int procId, vtkStructuredGrid *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:
- vtkTransmitStructuredGridPiece (Tests)
Definition at line 36 of file vtkTransmitStructuredGridPiece.h.
vtkTransmitStructuredGridPiece::vtkTransmitStructuredGridPiece |
( |
| ) |
|
|
protected |
vtkTransmitStructuredGridPiece::~vtkTransmitStructuredGridPiece |
( |
| ) |
|
|
protected |
static int vtkTransmitStructuredGridPiece::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkTransmitStructuredGridPiece::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkTransmitStructuredGridPiece::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkTransmitStructuredGridPiece::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkTransmitStructuredGridPiece::SetController |
( |
vtkMultiProcessController * |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual vtkMultiProcessController* vtkTransmitStructuredGridPiece::GetController |
( |
| ) |
|
|
virtual |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual void vtkTransmitStructuredGridPiece::SetCreateGhostCells |
( |
int |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
virtual int vtkTransmitStructuredGridPiece::GetCreateGhostCells |
( |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
virtual void vtkTransmitStructuredGridPiece::CreateGhostCellsOn |
( |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
virtual void vtkTransmitStructuredGridPiece::CreateGhostCellsOff |
( |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
virtual int vtkTransmitStructuredGridPiece::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
void vtkTransmitStructuredGridPiece::RootExecute |
( |
vtkStructuredGrid * |
input, |
|
|
vtkStructuredGrid * |
output, |
|
|
vtkInformation * |
outInfo |
|
) |
| |
|
protected |
void vtkTransmitStructuredGridPiece::SatelliteExecute |
( |
int |
procId, |
|
|
vtkStructuredGrid * |
output, |
|
|
vtkInformation * |
outInfo |
|
) |
| |
|
protected |
virtual int vtkTransmitStructuredGridPiece::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkTransmitStructuredGridPiece::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
int vtkTransmitStructuredGridPiece::CreateGhostCells |
|
protected |
vtkMultiProcessController* vtkTransmitStructuredGridPiece::Controller |
|
protected |
The documentation for this class was generated from the following file: