VTK
|
Convert hyper tree grid to unstructured grid. More...
#include <vtkHyperTreeGridToUnstructuredGrid.h>
Inherits vtkUnstructuredGridAlgorithm.
Public Types | |
typedef vtkUnstructuredGridAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkHyperTreeGridToUnstructuredGrid * | NewInstance () const |
void | PrintSelf (ostream &, vtkIndent) |
Static Public Member Functions | |
static vtkHyperTreeGridToUnstructuredGrid * | New () |
static int | IsTypeOf (const char *type) |
static vtkHyperTreeGridToUnstructuredGrid * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkHyperTreeGridToUnstructuredGrid () | |
~vtkHyperTreeGridToUnstructuredGrid () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int, vtkInformation *) |
void | ProcessTrees () |
void | RecursiveProcessTree (void *) |
void | AddCell (vtkIdType inId, double *origin, double *size) |
Protected Attributes | |
unsigned int | Dimension |
unsigned int | CellSize |
unsigned int * | Coefficients |
vtkHyperTreeGrid * | Input |
vtkUnstructuredGrid * | Output |
vtkDataSetAttributes * | InData |
vtkDataSetAttributes * | OutData |
vtkPoints * | Points |
vtkCellArray * | Cells |
Convert hyper tree grid to unstructured grid.
Make explicit all leaves of a hyper tree grid by converting them to cells of an unstructured grid. Produces segments in 1D, rectangles in 2D, right hexahedra in 3D. NB: The output will contain superimposed inter-element boundaries and pending nodes as a result of T-junctions.
Definition at line 48 of file vtkHyperTreeGridToUnstructuredGrid.h.
typedef vtkUnstructuredGridAlgorithm vtkHyperTreeGridToUnstructuredGrid::Superclass |
Definition at line 52 of file vtkHyperTreeGridToUnstructuredGrid.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkHyperTreeGridToUnstructuredGrid* vtkHyperTreeGridToUnstructuredGrid::NewInstance | ( | ) | const |
void vtkHyperTreeGridToUnstructuredGrid::PrintSelf | ( | ostream & | , |
vtkIndent | |||
) |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 59 of file vtkHyperTreeGridToUnstructuredGrid.h.
|
protected |
Definition at line 60 of file vtkHyperTreeGridToUnstructuredGrid.h.
|
protected |
Definition at line 61 of file vtkHyperTreeGridToUnstructuredGrid.h.
|
protected |
Definition at line 70 of file vtkHyperTreeGridToUnstructuredGrid.h.
|
protected |
Definition at line 71 of file vtkHyperTreeGridToUnstructuredGrid.h.
|
protected |
Definition at line 73 of file vtkHyperTreeGridToUnstructuredGrid.h.
|
protected |
Definition at line 74 of file vtkHyperTreeGridToUnstructuredGrid.h.
|
protected |
Definition at line 76 of file vtkHyperTreeGridToUnstructuredGrid.h.
|
protected |
Definition at line 77 of file vtkHyperTreeGridToUnstructuredGrid.h.