VTK
|
#include <vtkPUniformGridGhostDataGenerator.h>
uniform grids.
A concrete implementation of vtkPDataSetGhostGenerator for generating ghost data on a partitioned and distributed domain of uniform grids.
Definition at line 63 of file vtkPUniformGridGhostDataGenerator.h.
Reimplemented from vtkPDataSetGhostGenerator.
Definition at line 68 of file vtkPUniformGridGhostDataGenerator.h.
virtual vtkPUniformGridGhostDataGenerator::~vtkPUniformGridGhostDataGenerator | ( | ) | [protected, virtual] |
static vtkPUniformGridGhostDataGenerator* vtkPUniformGridGhostDataGenerator::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkMultiBlockDataSetAlgorithm.
static int vtkPUniformGridGhostDataGenerator::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 vtkPUniformGridGhostDataGenerator::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 vtkPUniformGridGhostDataGenerator* vtkPUniformGridGhostDataGenerator::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPDataSetGhostGenerator.
virtual vtkObjectBase* vtkPUniformGridGhostDataGenerator::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPDataSetGhostGenerator.
Reimplemented from vtkPDataSetGhostGenerator.
void vtkPUniformGridGhostDataGenerator::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 vtkPUniformGridGhostDataGenerator::RegisterGrids | ( | vtkMultiBlockDataSet * | in | ) | [protected] |
Registers grids associated with this object instance on this process.
void vtkPUniformGridGhostDataGenerator::ComputeOrigin | ( | vtkMultiBlockDataSet * | in | ) | [protected] |
A collective operation that computes the global origin of the domain.
void vtkPUniformGridGhostDataGenerator::ComputeGlobalSpacing | ( | vtkMultiBlockDataSet * | in | ) | [protected] |
A collective operations that computes the global spacing.
void vtkPUniformGridGhostDataGenerator::CreateGhostedDataSet | ( | vtkMultiBlockDataSet * | in, |
vtkMultiBlockDataSet * | out | ||
) | [protected] |
Create ghosted data-set.
virtual void vtkPUniformGridGhostDataGenerator::GenerateGhostLayers | ( | vtkMultiBlockDataSet * | in, |
vtkMultiBlockDataSet * | out | ||
) | [protected, virtual] |
Generates ghost-layers
Implements vtkPDataSetGhostGenerator.
double vtkPUniformGridGhostDataGenerator::GlobalSpacing[3] [protected] |
Definition at line 96 of file vtkPUniformGridGhostDataGenerator.h.
double vtkPUniformGridGhostDataGenerator::GlobalOrigin[3] [protected] |
Definition at line 97 of file vtkPUniformGridGhostDataGenerator.h.
Definition at line 98 of file vtkPUniformGridGhostDataGenerator.h.