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.
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int VertexCells
Keep track as to whether vertex cells shall be generated.
a simple class to control print indentation
vtkPoints * Points
Storage for points of output unstructured mesh.
static vtkAlgorithm * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
dynamic, self-adjusting array of bits
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.