 |
VTK
9.1.0
|
Go to the documentation of this file.
62 #ifndef vtkHyperTreeGridToUnstructuredGrid_h
63 #define vtkHyperTreeGridToUnstructuredGrid_h
65 #include "vtkFiltersHyperTreeModule.h"
represent and manipulate 3D points
Objects for traversal a HyperTreeGrid.
void AddCell(vtkIdType, double *, double *)
Helper method to generate a 2D or 3D cell.
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to convert the grid of tree into an unstructured grid.
const unsigned int * Axes
int FillOutputPortInformation(int, vtkInformation *) override
For this algorithm the output is a vtkUnstructuredGrid instance.
vtkCellArray * Cells
Storage for cells of output unstructured mesh.
vtkPoints * Points
Storage for points of output unstructured mesh.
a simple class to control print indentation
object to represent cell connectivity
void RecursivelyProcessTree(vtkHyperTreeGridNonOrientedGeometryCursor *)
Recursively descend into tree down to leaves.
unsigned int Dimension
Storage of underlying tree.
vtkHyperTreeGridToUnstructuredGrid()
~vtkHyperTreeGridToUnstructuredGrid() override
dynamic, self-adjusting array of bits
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dataset represents arbitrary combinations of all possible cell types
general representation of visualization data
static vtkHyperTreeGridToUnstructuredGrid * New()
Superclass for algorithms that produce a hyper tree grid as output.
Convert hyper tree grid to unstructured grid.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.