VTK  9.2.6
vtkHyperTreeGridNonOrientedMooreSuperCursor.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkHyperTreeGridNonOrientedMooreSuperCursor.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright Nonice for more information.
13 
14 =========================================================================*/
41 #ifndef vtkHyperTreeGridNonOrientedMooreSuperCursor_h
42 #define vtkHyperTreeGridNonOrientedMooreSuperCursor_h
43 
44 #include "vtkCommonDataModelModule.h" // For export macro
46 
47 class vtkIdList;
48 class vtkHyperTree;
49 class vtkHyperTreeGrid;
50 
51 class VTKCOMMONDATAMODEL_EXPORT vtkHyperTreeGridNonOrientedMooreSuperCursor
53 {
54 public:
56  void PrintSelf(ostream& os, vtkIndent indent) override;
58 
63  void Initialize(vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create = false) override;
64 
71  bool GetCornerCursors(unsigned int, unsigned int, vtkIdList*);
72 
73 protected:
78 
83 
84 private:
87  void operator=(const vtkHyperTreeGridNonOrientedMooreSuperCursor&) = delete;
88 };
89 
90 #endif
virtual void Initialize(vtkHyperTreeGrid *grid, vtkIdType treeIndex, bool create=false)=0
Initialize cursor at root of given tree index in grid.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
int vtkIdType
Definition: vtkType.h:332
a simple class to control print indentation
Definition: vtkIndent.h:39
list of point or cell ids
Definition: vtkIdList.h:33
A data object structured as a tree.
Definition: vtkHyperTree.h:179
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.