31 #ifndef vtkHyperTreeGridToUnstructuredGrid_h
32 #define vtkHyperTreeGridToUnstructuredGrid_h
34 #include "vtkFiltersHyperTreeModule.h"
37 VTK_ABI_NAMESPACE_BEGIN
58 vtkGetMacro(AddOriginalIds,
bool);
59 vtkSetMacro(AddOriginalIds,
bool);
60 vtkBooleanMacro(AddOriginalIds,
bool);
85 void AddCell(
vtkIdType,
double*,
double*);
112 VTK_ABI_NAMESPACE_END
int FillOutputPortInformation(int, vtkInformation *) override
Define default input and output port types.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
dynamic, self-adjusting array of vtkIdType
Objects for traversal a HyperTreeGrid.
vtkIdTypeArray * OriginalIds
const unsigned int * Axes
a simple class to control print indentation
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
vtkCellArray * Cells
Storage for cells of output unstructured mesh.
object to represent cell connectivity
dynamic, self-adjusting array of bits
Superclass for algorithms that produce a hyper tree grid as output.
static vtkAlgorithm * New()
Convert hyper tree grid to unstructured grid.
vtkPoints * Points
Storage for points of output unstructured mesh.
general representation of visualization data
unsigned int Dimension
Storage of underlying tree.
represent and manipulate 3D points
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...