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
vtkStructuredGridGhostDataGenerator Class Reference

#include <vtkStructuredGridGhostDataGenerator.h>

Inheritance diagram for vtkStructuredGridGhostDataGenerator:
[legend]
Collaboration diagram for vtkStructuredGridGhostDataGenerator:
[legend]

Public Types

typedef vtkDataSetGhostGenerator Superclass
 
- Public Types inherited from vtkDataSetGhostGenerator
typedef
vtkMultiBlockDataSetAlgorithm 
Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkStructuredGridGhostDataGeneratorNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
- Public Member Functions inherited from vtkDataSetGhostGenerator
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
vtkStructuredGridGhostDataGenerator
New ()
 
static int IsTypeOf (const char *type)
 
static
vtkStructuredGridGhostDataGenerator
SafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkDataSetGhostGenerator
static int IsTypeOf (const char *type)
 
static vtkDataSetGhostGeneratorSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkStructuredGridGhostDataGenerator ()
 
virtual ~vtkStructuredGridGhostDataGenerator ()
 
void RegisterGrids (vtkMultiBlockDataSet *in)
 
void CreateGhostedDataSet (vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
 
void GenerateGhostLayers (vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
 
- Protected Member Functions inherited from vtkDataSetGhostGenerator
 vtkDataSetGhostGenerator ()
 
virtual ~vtkDataSetGhostGenerator ()
 

Protected Attributes

vtkStructuredGridConnectivityGridConnectivity
 
- Protected Attributes inherited from vtkDataSetGhostGenerator
int NumberOfGhostLayers
 

Detailed Description

A concrete implementation of vtkDataSetGhostGenerator for generating ghost data on partitioned structured grids on a singled process. For a distributed data-set see vtkPStructuredGridGhostDataGenerator.

Warning
  1. The input multi-block dataset must:
    • Have the whole-extent set
    • Each block must be an instance of vtkStructuredGrid
    • Each block must have its corresponding global extent set in the meta-data using the PIECE_EXTENT() key
    • All blocks must have the same fields loaded
  2. The code currently does not handle the following cases:
    • Ghost cells along Periodic boundaries
    • Growing ghost layers beyond the extents of the neighboring grid
See Also
vtkDataSetGhostGenerator, vtkPStructuredGridGhostDataGenerator
Tests:
vtkStructuredGridGhostDataGenerator (Tests)

Definition at line 61 of file vtkStructuredGridGhostDataGenerator.h.

Member Typedef Documentation

Definition at line 66 of file vtkStructuredGridGhostDataGenerator.h.

Constructor & Destructor Documentation

vtkStructuredGridGhostDataGenerator::vtkStructuredGridGhostDataGenerator ( )
protected
virtual vtkStructuredGridGhostDataGenerator::~vtkStructuredGridGhostDataGenerator ( )
protectedvirtual

Member Function Documentation

static vtkStructuredGridGhostDataGenerator* vtkStructuredGridGhostDataGenerator::New ( )
static
static int vtkStructuredGridGhostDataGenerator::IsTypeOf ( const char *  type)
static
virtual int vtkStructuredGridGhostDataGenerator::IsA ( const char *  type)
virtual

Reimplemented from vtkDataSetGhostGenerator.

static vtkStructuredGridGhostDataGenerator* vtkStructuredGridGhostDataGenerator::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkStructuredGridGhostDataGenerator::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkDataSetGhostGenerator.

vtkStructuredGridGhostDataGenerator* vtkStructuredGridGhostDataGenerator::NewInstance ( ) const
void vtkStructuredGridGhostDataGenerator::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkStructuredGridGhostDataGenerator::RegisterGrids ( vtkMultiBlockDataSet *  in)
protected

Registers the grid associated with this instance of multi-block.

void vtkStructuredGridGhostDataGenerator::CreateGhostedDataSet ( vtkMultiBlockDataSet *  in,
vtkMultiBlockDataSet *  out 
)
protected

Creates the output.

void vtkStructuredGridGhostDataGenerator::GenerateGhostLayers ( vtkMultiBlockDataSet *  in,
vtkMultiBlockDataSet *  out 
)
protectedvirtual

Generates ghost layers.

Implements vtkDataSetGhostGenerator.

Member Data Documentation

vtkStructuredGridConnectivity* vtkStructuredGridGhostDataGenerator::GridConnectivity
protected

Definition at line 89 of file vtkStructuredGridGhostDataGenerator.h.


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