27 #ifndef vtkHyperTreeGridOrientedGeometryCursor_h
28 #define vtkHyperTreeGridOrientedGeometryCursor_h
30 #include "vtkCommonDataModelModule.h"
38 VTK_ABI_NAMESPACE_BEGIN
50 void Dump(ostream& os);
109 unsigned char GetDimension();
115 unsigned char GetNumberOfChildren();
143 void SetMask(
bool state);
158 void SubdivideLeaf();
168 unsigned int GetLevel();
177 void ToChild(
unsigned char ichild);
205 std::shared_ptr<vtkHyperTreeGridScales>
Scales;
219 VTK_ABI_NAMESPACE_END
void GetBounds(T a, double bds[6])
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
vtkHyperTree * GetTree() const
Set the hyper tree to which the cursor is pointing.
bool HasTree() const
Return if a Tree pointing exist.
vtkHyperTreeGrid * Grid
JB Reference sur l'hyper tree grid parcouru actuellement.
a simple class to control print indentation
vtkHyperTreeGridGeometryEntry Entry
std::shared_ptr< vtkHyperTreeGridScales > Scales
JB Storage of pre-computed per-level cell scales.
void GetPoint(int i, int j, int k, double pnt[3])
A data object structured as a tree.
A specifalized type of vtkHyperTreeGrid for the case when root cells have uniform sizes in each direc...
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Objects for traversal a HyperTreeGrid.