VTK
|
#include <vtkStructuredGridGhostDataGenerator.h>
Public Types | |
typedef vtkDataSetGhostGenerator | Superclass |
![]() | |
typedef vtkMultiBlockDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkStructuredGridGhostDataGenerator * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
![]() | |
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 vtkStructuredGridGhostDataGenerator * | New () |
static int | IsTypeOf (const char *type) |
static vtkStructuredGridGhostDataGenerator * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkDataSetGhostGenerator * | SafeDownCast (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) |
![]() | |
vtkDataSetGhostGenerator () | |
virtual | ~vtkDataSetGhostGenerator () |
Protected Attributes | |
vtkStructuredGridConnectivity * | GridConnectivity |
![]() | |
int | NumberOfGhostLayers |
A concrete implementation of vtkDataSetGhostGenerator for generating ghost data on partitioned structured grids on a singled process. For a distributed data-set see vtkPStructuredGridGhostDataGenerator.
Definition at line 61 of file vtkStructuredGridGhostDataGenerator.h.
Definition at line 66 of file vtkStructuredGridGhostDataGenerator.h.
|
protected |
|
protectedvirtual |
|
static |
|
static |
|
virtual |
Reimplemented from vtkDataSetGhostGenerator.
|
static |
|
protectedvirtual |
Reimplemented from vtkDataSetGhostGenerator.
vtkStructuredGridGhostDataGenerator* vtkStructuredGridGhostDataGenerator::NewInstance | ( | ) | const |
void vtkStructuredGridGhostDataGenerator::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 vtkDataSetGhostGenerator.
|
protected |
Definition at line 89 of file vtkStructuredGridGhostDataGenerator.h.