Go to the documentation of this file.
45 #ifndef vtkHyperTreeGridCellCenters_h
46 #define vtkHyperTreeGridCellCenters_h
48 #include "vtkFiltersHyperTreeModule.h"
68 vtkSetMacro(VertexCells,
int);
69 vtkGetMacro(VertexCells,
int);
70 vtkBooleanMacro(VertexCells,
int);
represent and manipulate 3D points
Objects for depth-first traversal HyperTreeGrids.
int FillOutputPortInformation(int, vtkInformation *) override
For this algorithm the output is a vtkPolyData instance.
static vtkHyperTreeGridCellCenters * New()
int VertexCells
Keep track as to whether vertex cells shall be generated.
void RecursivelyProcessTree(vtkHyperTreeGridCursor *, vtkBitArray *)
Recursively descend into tree down to leaves.
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to generate cell centers.
a simple class to control print indentation
vtkPoints * Points
Storage for points of output unstructured mesh.
void PrintSelf(ostream &, vtkIndent) override
Methods invoked by print to print information about the object including superclasses.
vtkHyperTreeGridCellCenters()
dynamic, self-adjusting array of bits
~vtkHyperTreeGridCellCenters() override
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
generate points at center of hyper tree grid leaf cell centers.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.