VTK
|
#include <vtkPDataSetGhostGenerator.h>
Public Types | |
typedef vtkDataSetGhostGenerator | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPDataSetGhostGenerator * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Initialize () |
void | Barrier () |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPDataSetGhostGenerator * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPDataSetGhostGenerator () | |
virtual | ~vtkPDataSetGhostGenerator () |
virtual void | GenerateGhostLayers (vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)=0 |
Protected Attributes | |
int | Rank |
bool | Initialized |
vtkMultiProcessController * | Controller |
An abstract class that provides common functionality and implements an interface for all parallel ghost data generators.
Definition at line 35 of file vtkPDataSetGhostGenerator.h.
Reimplemented from vtkDataSetGhostGenerator.
Reimplemented in vtkPUniformGridGhostDataGenerator, and vtkPStructuredGridGhostDataGenerator.
Definition at line 39 of file vtkPDataSetGhostGenerator.h.
vtkPDataSetGhostGenerator::vtkPDataSetGhostGenerator | ( | ) | [protected] |
virtual vtkPDataSetGhostGenerator::~vtkPDataSetGhostGenerator | ( | ) | [protected, virtual] |
static int vtkPDataSetGhostGenerator::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.
Reimplemented in vtkPUniformGridGhostDataGenerator, and vtkPStructuredGridGhostDataGenerator.
virtual int vtkPDataSetGhostGenerator::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.
Reimplemented in vtkPUniformGridGhostDataGenerator, and vtkPStructuredGridGhostDataGenerator.
static vtkPDataSetGhostGenerator* vtkPDataSetGhostGenerator::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataSetGhostGenerator.
Reimplemented in vtkPUniformGridGhostDataGenerator, and vtkPStructuredGridGhostDataGenerator.
virtual vtkObjectBase* vtkPDataSetGhostGenerator::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataSetGhostGenerator.
Reimplemented in vtkPUniformGridGhostDataGenerator, and vtkPStructuredGridGhostDataGenerator.
Reimplemented from vtkDataSetGhostGenerator.
Reimplemented in vtkPUniformGridGhostDataGenerator, and vtkPStructuredGridGhostDataGenerator.
void vtkPDataSetGhostGenerator::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.
Reimplemented in vtkPUniformGridGhostDataGenerator, and vtkPStructuredGridGhostDataGenerator.
virtual void vtkPDataSetGhostGenerator::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Get/Set macro for the multi-process controller. If a controller is not supplied, then, the global controller is assumed.
virtual vtkMultiProcessController* vtkPDataSetGhostGenerator::GetController | ( | ) | [virtual] |
Get/Set macro for the multi-process controller. If a controller is not supplied, then, the global controller is assumed.
Initializes
void vtkPDataSetGhostGenerator::Barrier | ( | ) |
Barrier synchronization
virtual void vtkPDataSetGhostGenerator::GenerateGhostLayers | ( | vtkMultiBlockDataSet * | in, |
vtkMultiBlockDataSet * | out | ||
) | [protected, pure virtual] |
Creates ghost layers. Implemented by concrete implementations.
Implements vtkDataSetGhostGenerator.
Implemented in vtkPUniformGridGhostDataGenerator, and vtkPStructuredGridGhostDataGenerator.
int vtkPDataSetGhostGenerator::Rank [protected] |
Definition at line 65 of file vtkPDataSetGhostGenerator.h.
bool vtkPDataSetGhostGenerator::Initialized [protected] |
Definition at line 66 of file vtkPDataSetGhostGenerator.h.
Definition at line 67 of file vtkPDataSetGhostGenerator.h.