VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkDataSetGhostGenerator Class Referenceabstract

#include <vtkDataSetGhostGenerator.h>

Inheritance diagram for vtkDataSetGhostGenerator:
[legend]

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 vtkObjectBase * NewInstanceInternal () 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

typedef vtkMultiBlockDataSetAlgorithm vtkDataSetGhostGenerator::Superclass

Definition at line 45 of file vtkDataSetGhostGenerator.h.

Constructor & Destructor Documentation

vtkDataSetGhostGenerator::vtkDataSetGhostGenerator ( )
protected
virtual vtkDataSetGhostGenerator::~vtkDataSetGhostGenerator ( )
protectedvirtual

Member Function Documentation

static int vtkDataSetGhostGenerator::IsTypeOf ( const char *  type)
static
virtual int vtkDataSetGhostGenerator::IsA ( const char *  type)
virtual
static vtkDataSetGhostGenerator* vtkDataSetGhostGenerator::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkDataSetGhostGenerator::NewInstanceInternal ( ) const
protectedvirtual
vtkDataSetGhostGenerator* vtkDataSetGhostGenerator::NewInstance ( ) const
void vtkDataSetGhostGenerator::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkDataSetGhostGenerator::SetNumberOfGhostLayers ( int  )
virtual

Set/Get for number of ghost layers to generate.

virtual int vtkDataSetGhostGenerator::GetNumberOfGhostLayers ( )
virtual

Set/Get for number of ghost layers to generate.

virtual int vtkDataSetGhostGenerator::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
virtual
virtual int vtkDataSetGhostGenerator::FillOutputPortInformation ( int  port,
vtkInformation *  info 
)
virtual
virtual int vtkDataSetGhostGenerator::RequestData ( vtkInformation *  rqst,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
virtual
virtual void vtkDataSetGhostGenerator::GenerateGhostLayers ( vtkMultiBlockDataSet *  in,
vtkMultiBlockDataSet *  out 
)
protectedpure virtual

Member Data Documentation

int vtkDataSetGhostGenerator::NumberOfGhostLayers
protected

Definition at line 73 of file vtkDataSetGhostGenerator.h.


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