42 #ifndef vtkHyperTreeGridNonOrientedGeometryCursor_h
43 #define vtkHyperTreeGridNonOrientedGeometryCursor_h
45 #include "vtkCommonDataModelModule.h"
66 void Dump(ostream& os);
128 unsigned char GetDimension();
134 unsigned char GetNumberOfChildren();
162 void SetMask(
bool state);
177 void SubdivideLeaf();
187 unsigned int GetLevel();
196 void ToChild(
unsigned char ichild);
245 std::shared_ptr<vtkHyperTreeGridScales>
Scales;
258 std::vector<vtkHyperTreeGridGeometryEntry>
Entries;
void GetBounds(T a, double bds[6])
vtkHyperTree * GetTree() const
Set the hyper tree to which the cursor is pointing.
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.
bool HasTree() const
Return if a Tree pointing exist.
Hold a reference to a vtkObjectBase instance.
void GetPoint(const int i, const int j, const int k, double pnt[3])
Objects for traversal a HyperTreeGrid.
a simple class to control print indentation
std::shared_ptr< vtkHyperTreeGridScales > Scales
JB Storage of pre-computed per-level cell scales.
A data object structured as a tree.
int LastValidEntry
JB La derniere entree valide.
vtkHyperTreeGrid * Grid
JB Reference sur l'hyper tree grid parcouru actuellement.
std::vector< vtkHyperTreeGridGeometryEntry > Entries
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.