VTK
|
#include <vtkPStructuredGridGhostDataGenerator.h>
Public Types | |
typedef vtkPDataSetGhostGenerator | Superclass |
![]() | |
typedef vtkDataSetGhostGenerator | Superclass |
![]() | |
typedef vtkMultiBlockDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPStructuredGridGhostDataGenerator * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
![]() | |
vtkPDataSetGhostGenerator * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Initialize () |
void | Barrier () |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
![]() | |
vtkDataSetGhostGenerator * | NewInstance () 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 vtkPStructuredGridGhostDataGenerator * | New () |
static int | IsTypeOf (const char *type) |
static vtkPStructuredGridGhostDataGenerator * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPDataSetGhostGenerator * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkDataSetGhostGenerator * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPStructuredGridGhostDataGenerator () | |
virtual | ~vtkPStructuredGridGhostDataGenerator () |
void | RegisterGrids (vtkMultiBlockDataSet *in) |
void | CreateGhostedDataSet (vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) |
void | GenerateGhostLayers (vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) |
![]() | |
vtkPDataSetGhostGenerator () | |
virtual | ~vtkPDataSetGhostGenerator () |
![]() | |
vtkDataSetGhostGenerator () | |
virtual | ~vtkDataSetGhostGenerator () |
Protected Attributes | |
vtkPStructuredGridConnectivity * | GridConnectivity |
![]() | |
int | Rank |
bool | Initialized |
vtkMultiProcessController * | Controller |
![]() | |
int | NumberOfGhostLayers |
structured grids.
A concrete implementation of vtkPDataSEtGhostGenerator for generating ghost data on a partitioned and distributed domain of structured grids.
Definition at line 62 of file vtkPStructuredGridGhostDataGenerator.h.
Definition at line 67 of file vtkPStructuredGridGhostDataGenerator.h.
|
protected |
|
protectedvirtual |
|
static |
|
static |
|
virtual |
Reimplemented from vtkPDataSetGhostGenerator.
|
static |
|
protectedvirtual |
Reimplemented from vtkPDataSetGhostGenerator.
vtkPStructuredGridGhostDataGenerator* vtkPStructuredGridGhostDataGenerator::NewInstance | ( | ) | const |
void vtkPStructuredGridGhostDataGenerator::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protected |
Registers the grid associated with this instance of multi-block.
|
protected |
Creates the output.
|
protectedvirtual |
Generates ghost layers.
Implements vtkPDataSetGhostGenerator.
|
protected |
Definition at line 89 of file vtkPStructuredGridGhostDataGenerator.h.