VTK
|
#include <vtkUniformGridGhostDataGenerator.h>
A concrete implementation of vtkDataSetGhostGenerator for generating ghost data on partitioned uniform grids on a single process. For a distributed data-set see vtkPUniformGridGhostDataGenerator.
Definition at line 62 of file vtkUniformGridGhostDataGenerator.h.
Reimplemented from vtkDataSetGhostGenerator.
Definition at line 67 of file vtkUniformGridGhostDataGenerator.h.
virtual vtkUniformGridGhostDataGenerator::~vtkUniformGridGhostDataGenerator | ( | ) | [protected, virtual] |
static vtkUniformGridGhostDataGenerator* vtkUniformGridGhostDataGenerator::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
static int vtkUniformGridGhostDataGenerator::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 vtkUniformGridGhostDataGenerator::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 vtkUniformGridGhostDataGenerator* vtkUniformGridGhostDataGenerator::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataSetGhostGenerator.
virtual vtkObjectBase* vtkUniformGridGhostDataGenerator::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataSetGhostGenerator.
Reimplemented from vtkDataSetGhostGenerator.
void vtkUniformGridGhostDataGenerator::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 vtkUniformGridGhostDataGenerator::ComputeOrigin | ( | vtkMultiBlockDataSet * | in | ) | [protected] |
Computes the global origin
void vtkUniformGridGhostDataGenerator::ComputeGlobalSpacingVector | ( | vtkMultiBlockDataSet * | in | ) | [protected] |
Computes the global spacing vector
void vtkUniformGridGhostDataGenerator::RegisterGrids | ( | vtkMultiBlockDataSet * | in | ) | [protected] |
Registers the grid associated with this instance of multi-block.
void vtkUniformGridGhostDataGenerator::CreateGhostedDataSet | ( | vtkMultiBlockDataSet * | in, |
vtkMultiBlockDataSet * | out | ||
) | [protected] |
Creates the output
void vtkUniformGridGhostDataGenerator::GenerateGhostLayers | ( | vtkMultiBlockDataSet * | in, |
vtkMultiBlockDataSet * | out | ||
) | [protected, virtual] |
Generates ghost layers.
Implements vtkDataSetGhostGenerator.
double vtkUniformGridGhostDataGenerator::GlobalSpacing[3] [protected] |
Definition at line 96 of file vtkUniformGridGhostDataGenerator.h.
double vtkUniformGridGhostDataGenerator::GlobalOrigin[3] [protected] |
Definition at line 97 of file vtkUniformGridGhostDataGenerator.h.
Definition at line 98 of file vtkUniformGridGhostDataGenerator.h.