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