VTK
|
#include <vtkTransmitStructuredDataPiece.h>
Definition at line 33 of file vtkTransmitStructuredDataPiece.h.
Reimplemented from vtkDataSetAlgorithm.
Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.
Definition at line 37 of file vtkTransmitStructuredDataPiece.h.
vtkTransmitStructuredDataPiece::vtkTransmitStructuredDataPiece | ( | ) | [protected] |
vtkTransmitStructuredDataPiece::~vtkTransmitStructuredDataPiece | ( | ) | [protected] |
static vtkTransmitStructuredDataPiece* vtkTransmitStructuredDataPiece::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDataSetAlgorithm.
Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.
static int vtkTransmitStructuredDataPiece::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataSetAlgorithm.
Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.
virtual int vtkTransmitStructuredDataPiece::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataSetAlgorithm.
Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.
static vtkTransmitStructuredDataPiece* vtkTransmitStructuredDataPiece::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.
virtual vtkObjectBase* vtkTransmitStructuredDataPiece::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataSetAlgorithm.
Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.
Reimplemented from vtkDataSetAlgorithm.
Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.
void vtkTransmitStructuredDataPiece::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkDataSetAlgorithm.
Reimplemented in vtkTransmitRectilinearGridPiece, vtkTransmitStructuredGridPiece, and vtkTransmitImageDataPiece.
virtual void vtkTransmitStructuredDataPiece::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual vtkMultiProcessController* vtkTransmitStructuredDataPiece::GetController | ( | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual void vtkTransmitStructuredDataPiece::SetCreateGhostCells | ( | int | ) | [virtual] |
Turn on/off creating ghost cells (on by default).
virtual int vtkTransmitStructuredDataPiece::GetCreateGhostCells | ( | ) | [virtual] |
Turn on/off creating ghost cells (on by default).
virtual void vtkTransmitStructuredDataPiece::CreateGhostCellsOn | ( | ) | [virtual] |
Turn on/off creating ghost cells (on by default).
virtual void vtkTransmitStructuredDataPiece::CreateGhostCellsOff | ( | ) | [virtual] |
Turn on/off creating ghost cells (on by default).
virtual int vtkTransmitStructuredDataPiece::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.
Reimplemented from vtkDataSetAlgorithm.
void vtkTransmitStructuredDataPiece::RootExecute | ( | vtkDataSet * | input, |
vtkDataSet * | output, | ||
vtkInformation * | outInfo | ||
) | [protected] |
void vtkTransmitStructuredDataPiece::SatelliteExecute | ( | int | procId, |
vtkDataSet * | output, | ||
vtkInformation * | outInfo | ||
) | [protected] |
virtual int vtkTransmitStructuredDataPiece::RequestInformation | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called within ProcessRequest when a request asks for Information. Typically an algorithm provides whatever lightweight information about its output that it can here without doing any lengthy computations. This happens in the first pass of the pipeline execution.
Reimplemented from vtkDataSetAlgorithm.
virtual int vtkTransmitStructuredDataPiece::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called within ProcessRequest when each filter in the pipeline decides what portion of its input is needed to create the portion of its output that the downstream filter asks for. This happens during the second pass in the pipeline execution process.
Reimplemented from vtkDataSetAlgorithm.
int vtkTransmitStructuredDataPiece::CreateGhostCells [protected] |
Definition at line 67 of file vtkTransmitStructuredDataPiece.h.
Definition at line 68 of file vtkTransmitStructuredDataPiece.h.