VTK
|
#include <vtkPStructuredGridGhostDataGenerator.h>
Public Types | |
typedef vtkPDataSetGhostGenerator | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPStructuredGridGhostDataGenerator * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkPStructuredGridGhostDataGenerator * | New () |
static int | IsTypeOf (const char *type) |
static vtkPStructuredGridGhostDataGenerator * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPStructuredGridGhostDataGenerator () | |
virtual | ~vtkPStructuredGridGhostDataGenerator () |
void | RegisterGrids (vtkMultiBlockDataSet *in) |
void | CreateGhostedDataSet (vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) |
void | GenerateGhostLayers (vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) |
Protected Attributes | |
vtkPStructuredGridConnectivity * | GridConnectivity |
structured grids.
A concrete implementation of vtkPDataSEtGhostGenerator for generating ghost data on a partitioned and distributed domain of structured grids.
Definition at line 62 of file vtkPStructuredGridGhostDataGenerator.h.
Reimplemented from vtkPDataSetGhostGenerator.
Definition at line 67 of file vtkPStructuredGridGhostDataGenerator.h.
virtual vtkPStructuredGridGhostDataGenerator::~vtkPStructuredGridGhostDataGenerator | ( | ) | [protected, virtual] |
static vtkPStructuredGridGhostDataGenerator* vtkPStructuredGridGhostDataGenerator::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
static int vtkPStructuredGridGhostDataGenerator::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 vtkPDataSetGhostGenerator.
virtual int vtkPStructuredGridGhostDataGenerator::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 vtkPDataSetGhostGenerator.
static vtkPStructuredGridGhostDataGenerator* vtkPStructuredGridGhostDataGenerator::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPDataSetGhostGenerator.
virtual vtkObjectBase* vtkPStructuredGridGhostDataGenerator::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPDataSetGhostGenerator.
Reimplemented from vtkPDataSetGhostGenerator.
void vtkPStructuredGridGhostDataGenerator::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 vtkPDataSetGhostGenerator.
void vtkPStructuredGridGhostDataGenerator::RegisterGrids | ( | vtkMultiBlockDataSet * | in | ) | [protected] |
Registers the grid associated with this instance of multi-block.
void vtkPStructuredGridGhostDataGenerator::CreateGhostedDataSet | ( | vtkMultiBlockDataSet * | in, |
vtkMultiBlockDataSet * | out | ||
) | [protected] |
Creates the output.
void vtkPStructuredGridGhostDataGenerator::GenerateGhostLayers | ( | vtkMultiBlockDataSet * | in, |
vtkMultiBlockDataSet * | out | ||
) | [protected, virtual] |
Generates ghost layers.
Implements vtkPDataSetGhostGenerator.
Definition at line 89 of file vtkPStructuredGridGhostDataGenerator.h.