45 #ifndef vtkHyperTreeGridCellCenters_h 46 #define vtkHyperTreeGridCellCenters_h 48 #include "vtkFiltersHyperTreeModule.h" 68 vtkSetMacro(VertexCells,
int);
69 vtkGetMacro(VertexCells,
int);
70 vtkBooleanMacro(VertexCells,
int);
int VertexCells
Keep track as to whether vertex cells shall be generated.
generate points at center of hyper tree grid leaf cell centers.
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.
Objects for depth-first traversal HyperTreeGrids.
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.
vtkPoints * Points
Storage for points of output unstructured mesh.
dynamic, self-adjusting array of bits
Superclass for algorithms that produce a hyper tree grid as output.
static vtkAlgorithm * New()
general representation of visualization data
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...