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