30#ifndef vtkHyperTreeGridNonOrientedMooreSuperCursor_h 
   31#define vtkHyperTreeGridNonOrientedMooreSuperCursor_h 
   33#include "vtkCommonDataModelModule.h"  
   36VTK_ABI_NAMESPACE_BEGIN
 
Objects for traversal a HyperTreeGrid.
 
static vtkHyperTreeGridNonOrientedMooreSuperCursor * New()
 
void Initialize(vtkHyperTreeGrid *grid, vtkIdType treeIndex, bool create=false) override
Initialize cursor at root of given tree index in grid.
 
~vtkHyperTreeGridNonOrientedMooreSuperCursor() override
Destructor.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkHyperTreeGridNonOrientedMooreSuperCursor()=default
Constructor.
 
bool GetCornerCursors(unsigned int, unsigned int, vtkIdList *)
Return the list of cursors pointing to the leaves touching a given corner of the cell.
 
Objects for traversal a HyperTreeGrid.
 
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
 
A data object structured as a tree.
 
list of point or cell ids
 
a simple class to control print indentation