VTK
|
#include <vtkPUniformGridGhostDataGenerator.h>
Public Types | |
typedef vtkPDataSetGhostGenerator | Superclass |
![]() | |
typedef vtkDataSetGhostGenerator | Superclass |
![]() | |
typedef vtkMultiBlockDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPUniformGridGhostDataGenerator * | 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 vtkPUniformGridGhostDataGenerator * | New () |
static int | IsTypeOf (const char *type) |
static vtkPUniformGridGhostDataGenerator * | 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 |
vtkPUniformGridGhostDataGenerator () | |
virtual | ~vtkPUniformGridGhostDataGenerator () |
void | RegisterGrids (vtkMultiBlockDataSet *in) |
void | ComputeOrigin (vtkMultiBlockDataSet *in) |
void | ComputeGlobalSpacing (vtkMultiBlockDataSet *in) |
void | CreateGhostedDataSet (vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) |
virtual void | GenerateGhostLayers (vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) |
![]() | |
vtkPDataSetGhostGenerator () | |
virtual | ~vtkPDataSetGhostGenerator () |
![]() | |
vtkDataSetGhostGenerator () | |
virtual | ~vtkDataSetGhostGenerator () |
Protected Attributes | |
double | GlobalSpacing [3] |
double | GlobalOrigin [3] |
vtkPStructuredGridConnectivity * | GridConnectivity |
![]() | |
int | Rank |
bool | Initialized |
vtkMultiProcessController * | Controller |
![]() | |
int | NumberOfGhostLayers |
uniform grids.
A concrete implementation of vtkPDataSetGhostGenerator for generating ghost data on a partitioned and distributed domain of uniform grids.
Definition at line 63 of file vtkPUniformGridGhostDataGenerator.h.
Definition at line 68 of file vtkPUniformGridGhostDataGenerator.h.
|
protected |
|
protectedvirtual |
|
static |
|
static |
|
virtual |
Reimplemented from vtkPDataSetGhostGenerator.
|
static |
|
protectedvirtual |
Reimplemented from vtkPDataSetGhostGenerator.
vtkPUniformGridGhostDataGenerator* vtkPUniformGridGhostDataGenerator::NewInstance | ( | ) | const |
void vtkPUniformGridGhostDataGenerator::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protected |
Registers grids associated with this object instance on this process.
|
protected |
A collective operation that computes the global origin of the domain.
|
protected |
A collective operations that computes the global spacing.
|
protected |
Create ghosted data-set.
|
protectedvirtual |
Generates ghost-layers
Implements vtkPDataSetGhostGenerator.
|
protected |
Definition at line 96 of file vtkPUniformGridGhostDataGenerator.h.
|
protected |
Definition at line 97 of file vtkPUniformGridGhostDataGenerator.h.
|
protected |
Definition at line 98 of file vtkPUniformGridGhostDataGenerator.h.