Go to the documentation of this file.
33 #ifndef vtkHyperTreeGridGeometry_h
34 #define vtkHyperTreeGridGeometry_h
36 #include "vtkFiltersHyperTreeModule.h"
represent and manipulate 3D points
~vtkHyperTreeGridGeometry() override
int FillOutputPortInformation(int, vtkInformation *) override
For this algorithm the output is a vtkPolyData instance.
Objects for depth-first traversal HyperTreeGrids.
vtkPoints * FacePoints
Storage for interface points.
vtkHyperTreeGridGeometry()
void AddFace(vtkIdType, double *, double *, int, unsigned int, bool create=true)
Helper method to generate a face based on its normal and offset from cursor origin.
void ProcessLeaf2D(vtkHyperTreeGridCursor *, vtkBitArray *)
Process 2D leaves and issue corresponding faces (quads)
void ProcessLeaf1D(vtkHyperTreeGridCursor *)
Process 1D leaves and issue corresponding edges (lines)
vtkDoubleArray * Intercepts
vtkPoints * Points
Storage for points of output unstructured mesh.
static vtkHyperTreeGridGeometry * New()
a simple class to control print indentation
object to represent cell connectivity
list of point or cell ids
void PrintSelf(ostream &, vtkIndent) override
Methods invoked by print to print information about the object including superclasses.
vtkDoubleArray * FaceScalarsA
Storage for interface scalars.
void RecursivelyProcessTree(vtkHyperTreeGridCursor *, vtkBitArray *)
Recursively descend into tree down to leaves.
Hyper tree grid outer surface.
vtkIdTypeArray * FacesA
Storage for interface faces.
dynamic, self-adjusting array of vtkIdType
unsigned int Dimension
Dimension of input grid.
vtkDoubleArray * FaceScalarsB
bool HasInterface
Keep track of input interface parameters.
unsigned int Orientation
Orientation of input grid when dimension < 3.
dynamic, self-adjusting array of bits
dynamic, self-adjusting array of double
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to generate external boundary.
void ProcessLeaf3D(vtkHyperTreeGridCursor *, vtkBitArray *)
Process 3D leaves and issue corresponding cells (voxels)
vtkCellArray * Cells
Storage for cells of output unstructured mesh.
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.