VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPDataSetGhostGenerator Class Reference

#include <vtkPDataSetGhostGenerator.h>

Inheritance diagram for vtkPDataSetGhostGenerator:
Inheritance graph
[legend]
Collaboration diagram for vtkPDataSetGhostGenerator:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkDataSetGhostGenerator Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPDataSetGhostGeneratorNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void Initialize ()
void Barrier ()
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPDataSetGhostGeneratorSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPDataSetGhostGenerator ()
virtual ~vtkPDataSetGhostGenerator ()
virtual void GenerateGhostLayers (vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)=0

Protected Attributes

int Rank
bool Initialized
vtkMultiProcessControllerController

Detailed Description

An abstract class that provides common functionality and implements an interface for all parallel ghost data generators.

See also:
vtkDataSetGhostGenerator, vtkPUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkPRectilinearGridGhostDataGenerator

Definition at line 35 of file vtkPDataSetGhostGenerator.h.


Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation

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.

virtual vtkObjectBase* vtkPDataSetGhostGenerator::NewInstanceInternal ( ) const [protected, virtual]
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.

Get/Set macro for the multi-process controller. If a controller is not supplied, then, the global controller is assumed.

Get/Set macro for the multi-process controller. If a controller is not supplied, then, the global controller is assumed.

Initializes

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.


Member Data Documentation

Definition at line 65 of file vtkPDataSetGhostGenerator.h.

Definition at line 66 of file vtkPDataSetGhostGenerator.h.

Definition at line 67 of file vtkPDataSetGhostGenerator.h.


The documentation for this class was generated from the following file: