VTK
|
#include <vtkDataSetGhostGenerator.h>
Public Types | |
typedef vtkMultiBlockDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkDataSetGhostGenerator * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
virtual int | RequestData (vtkInformation *rqst, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual void | SetNumberOfGhostLayers (int) |
virtual int | GetNumberOfGhostLayers () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkDataSetGhostGenerator * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkDataSetGhostGenerator () | |
virtual | ~vtkDataSetGhostGenerator () |
virtual void | GenerateGhostLayers (vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)=0 |
Protected Attributes | |
int | NumberOfGhostLayers |
An abstract class that provides common functionality and implements an interface for all ghost data generators. Ghost data generators accept as input a partitioned data-set, defined by a vtkMultiBlockDataSet, where each block corresponds to a partition. The output consists of vtkMultiBlockDataSet where each block holds the corresponding ghosted data-set. For more details, see concrete implementations.
Definition at line 41 of file vtkDataSetGhostGenerator.h.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, and vtkPDataSetGhostGenerator.
Definition at line 45 of file vtkDataSetGhostGenerator.h.
vtkDataSetGhostGenerator::vtkDataSetGhostGenerator | ( | ) | [protected] |
virtual vtkDataSetGhostGenerator::~vtkDataSetGhostGenerator | ( | ) | [protected, virtual] |
static int vtkDataSetGhostGenerator::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 vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, and vtkPDataSetGhostGenerator.
virtual int vtkDataSetGhostGenerator::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 vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, and vtkPDataSetGhostGenerator.
static vtkDataSetGhostGenerator* vtkDataSetGhostGenerator::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, and vtkPDataSetGhostGenerator.
virtual vtkObjectBase* vtkDataSetGhostGenerator::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, and vtkPDataSetGhostGenerator.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, and vtkPDataSetGhostGenerator.
void vtkDataSetGhostGenerator::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 vtkMultiBlockDataSetAlgorithm.
Reimplemented in vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, and vtkPDataSetGhostGenerator.
virtual void vtkDataSetGhostGenerator::SetNumberOfGhostLayers | ( | int | ) | [virtual] |
Set/Get for number of ghost layers to generate.
virtual int vtkDataSetGhostGenerator::GetNumberOfGhostLayers | ( | ) | [virtual] |
Set/Get for number of ghost layers to generate.
virtual int vtkDataSetGhostGenerator::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
virtual int vtkDataSetGhostGenerator::FillOutputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [virtual] |
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
virtual int vtkDataSetGhostGenerator::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
virtual void vtkDataSetGhostGenerator::GenerateGhostLayers | ( | vtkMultiBlockDataSet * | in, |
vtkMultiBlockDataSet * | out | ||
) | [protected, pure virtual] |
Generate ghost layers. Implemented by concrete implementations.
Implemented in vtkUniformGridGhostDataGenerator, vtkPUniformGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, and vtkPDataSetGhostGenerator.
int vtkDataSetGhostGenerator::NumberOfGhostLayers [protected] |
Definition at line 73 of file vtkDataSetGhostGenerator.h.