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