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

#include <vtkDataSetGhostGenerator.h>

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

List of all members.

Public Types

typedef
vtkMultiBlockDataSetAlgorithm 
Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkDataSetGhostGeneratorNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual int FillInputPortInformation (int port, vtkInformation *info)
virtual int FillOutputPortInformation (int port, vtkInformation *info)
virtual int RequestData (vtkInformation *rqst, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void SetNumberOfGhostLayers (int)
virtual int GetNumberOfGhostLayers ()

Static Public Member Functions

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

Protected Member Functions

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

Protected Attributes

int NumberOfGhostLayers

Detailed Description

An abstract class that provides common functionality and implements an interface for all ghost data generators. Ghost data generators accept as input a partitioned data-set, defined by a vtkMultiBlockDataSet, where each block corresponds to a partition. The output consists of vtkMultiBlockDataSet where each block holds the corresponding ghosted data-set. For more details, see concrete implementations.

See also:
vtkUniformGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, vtkRectilinearGridGhostDataGenerator

Definition at line 41 of file vtkDataSetGhostGenerator.h.


Member Typedef Documentation


Constructor & Destructor Documentation

virtual vtkDataSetGhostGenerator::~vtkDataSetGhostGenerator ( ) [protected, virtual]

Member Function Documentation

static int vtkDataSetGhostGenerator::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 vtkMultiBlockDataSetAlgorithm.

Reimplemented in vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, and vtkPDataSetGhostGenerator.

virtual int vtkDataSetGhostGenerator::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 vtkMultiBlockDataSetAlgorithm.

Reimplemented in vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, and vtkPDataSetGhostGenerator.

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

Reimplemented in vtkPUniformGridGhostDataGenerator, vtkUniformGridGhostDataGenerator, vtkPStructuredGridGhostDataGenerator, vtkStructuredGridGhostDataGenerator, and vtkPDataSetGhostGenerator.

Set/Get for number of ghost layers to generate.

Set/Get for number of ghost layers to generate.

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkMultiBlockDataSetAlgorithm.

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkMultiBlockDataSetAlgorithm.

This is called by the superclass. This is the method you should override.

Reimplemented from vtkMultiBlockDataSetAlgorithm.

virtual void vtkDataSetGhostGenerator::GenerateGhostLayers ( vtkMultiBlockDataSet in,
vtkMultiBlockDataSet out 
) [protected, pure virtual]

Member Data Documentation

Definition at line 73 of file vtkDataSetGhostGenerator.h.


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