39 #ifndef vtkHyperTreeGridOrientedGeometryCursor_h
40 #define vtkHyperTreeGridOrientedGeometryCursor_h
42 #include "vtkCommonDataModelModule.h"
61 void Dump(ostream& os);
120 unsigned char GetDimension();
126 unsigned char GetNumberOfChildren();
154 void SetMask(
bool state);
169 void SubdivideLeaf();
179 unsigned int GetLevel();
188 void ToChild(
unsigned char ichild);
216 std::shared_ptr<vtkHyperTreeGridScales>
Scales;
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.
void GetPoint(const int i, const int j, const int k, double pnt[3])
a simple class to control print indentation
vtkHyperTreeGridGeometryEntry Entry
std::shared_ptr< vtkHyperTreeGridScales > Scales
JB Storage of pre-computed per-level cell scales.
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.