#include <vtkStructuredGridPartitioner.h>
Inherits vtkMultiBlockDataSetAlgorithm.
A concrete implementation of vtkMultiBlockDataSetAlgorithm that provides functionality for partitioning a VTK structured grid dataset. The partition- ing method used is Recursive Coordinate Bisection (RCB) where each time the longest dimension is split.
- See Also
- vtkUniformGridPartitioner vtkRectilinearGridPartitioner
- Tests:
- vtkStructuredGridPartitioner (Tests)
Definition at line 42 of file vtkStructuredGridPartitioner.h.
vtkStructuredGridPartitioner::vtkStructuredGridPartitioner |
( |
| ) |
|
|
protected |
virtual vtkStructuredGridPartitioner::~vtkStructuredGridPartitioner |
( |
| ) |
|
|
protectedvirtual |
static int vtkStructuredGridPartitioner::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkStructuredGridPartitioner::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkStructuredGridPartitioner::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkStructuredGridPartitioner::PrintSelf |
( |
ostream & |
oss, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual int vtkStructuredGridPartitioner::GetNumberOfPartitions |
( |
| ) |
|
|
virtual |
Set/Get macro for the number of subdivisions.
virtual void vtkStructuredGridPartitioner::SetNumberOfPartitions |
( |
int |
| ) |
|
|
virtual |
Set/Get macro for the number of subdivisions.
virtual int vtkStructuredGridPartitioner::GetNumberOfGhostLayers |
( |
| ) |
|
|
virtual |
Set/Get macro for the number of ghost layers.
virtual void vtkStructuredGridPartitioner::SetNumberOfGhostLayers |
( |
int |
| ) |
|
|
virtual |
Set/Get macro for the number of ghost layers.
vtkPoints* vtkStructuredGridPartitioner::ExtractSubGridPoints |
( |
vtkStructuredGrid * |
wholeGrid, |
|
|
int |
subext[6] |
|
) |
| |
|
protected |
Extracts the coordinates of the sub-grid from the whole grid.
virtual int vtkStructuredGridPartitioner::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkStructuredGridPartitioner::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
virtual int vtkStructuredGridPartitioner::FillOutputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
int vtkStructuredGridPartitioner::NumberOfPartitions |
|
protected |
int vtkStructuredGridPartitioner::NumberOfGhostLayers |
|
protected |
The documentation for this class was generated from the following file: