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