33 #ifndef vtkHyperTreeGridNonOrientedUnlimitedGeometryCursor_h
34 #define vtkHyperTreeGridNonOrientedUnlimitedGeometryCursor_h
36 #include "vtkCommonDataModelModule.h"
45 VTK_ABI_NAMESPACE_BEGIN
60 void Dump(ostream& os);
122 unsigned char GetDimension();
128 unsigned char GetNumberOfChildren();
156 void SetMask(
bool state);
179 bool IsVirtualLeaf();
189 unsigned int GetLevel();
190 unsigned int GetLastRealLevel();
199 void ToChild(
unsigned char ichild);
255 std::shared_ptr<vtkHyperTreeGridScales>
Scales;
268 std::vector<vtkHyperTreeGridGeometryUnlimitedLevelEntry>
Entries;
275 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.
Hold a reference to a vtkObjectBase instance.
Objects for traversal a HyperTreeGrid.
a simple class to control print indentation
bool HasTree() const
Return if a Tree pointing exist.
Cursor cache data with coordinates and level info.
vtkHyperTreeGrid * Grid
Reference sur l'hyper tree grid parcouru actuellement.
std::vector< vtkHyperTreeGridGeometryUnlimitedLevelEntry > Entries
void GetPoint(int i, int j, int k, double pnt[3])
A data object structured as a tree.
vtkHyperTree * GetTree() const
Set the hyper tree to which the cursor is pointing.
Objects for traversal a HyperTreeGrid.
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...
std::shared_ptr< vtkHyperTreeGridScales > Scales
Storage of pre-computed per-level cell scales.
int LastValidEntry
Id of the last non-virtual entry.
Objects for traversal a HyperTreeGrid.