VTK  9.0.1
vtkHyperTreeGridNonOrientedMooreSuperCursorLight.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkHyperTreeGridNonOrientedMooreSuperCursorLight.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 =========================================================================*/
38 #ifndef vtkHyperTreeGridNonOrientedMooreSuperCursorLight_h
39 #define vtkHyperTreeGridNonOrientedMooreSuperCursorLight_h
40 
41 #include "vtkCommonDataModelModule.h" // For export macro
42 
44 
45 class vtkIdList;
46 class vtkHyperTree;
47 class vtkHyperTreeGrid;
48 
49 class VTKCOMMONDATAMODEL_EXPORT vtkHyperTreeGridNonOrientedMooreSuperCursorLight
51 {
52 public:
53  vtkTypeMacro(
55  void PrintSelf(ostream& os, vtkIndent indent) override;
57 
62  void Initialize(vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create = false) override;
63 
70  bool GetCornerCursors(unsigned int, unsigned int, vtkIdList*);
71 
72 protected:
77 
82 
83 private:
86  void operator=(const vtkHyperTreeGridNonOrientedMooreSuperCursorLight&) = delete;
87 };
88 
89 #endif
vtkHyperTreeGridNonOrientedMooreSuperCursorLight::vtkHyperTreeGridNonOrientedMooreSuperCursorLight
vtkHyperTreeGridNonOrientedMooreSuperCursorLight()
Constructor.
Definition: vtkHyperTreeGridNonOrientedMooreSuperCursorLight.h:76
vtkIdType
int vtkIdType
Definition: vtkType.h:338
vtkObject::New
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkHyperTreeGridNonOrientedSuperCursorLight::Initialize
virtual void Initialize(vtkHyperTreeGrid *grid, vtkIdType treeIndex, bool create=false)=0
Initialize cursor at root of given tree index in grid.
vtkHyperTreeGridNonOrientedSuperCursorLight::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkHyperTreeGridNonOrientedSuperCursorLight
Objects for traversal a HyperTreeGrid.
Definition: vtkHyperTreeGridNonOrientedSuperCursorLight.h:54
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:33
vtkIdList
list of point or cell ids
Definition: vtkIdList.h:30
vtkHyperTree
A data object structured as a tree.
Definition: vtkHyperTree.h:178
vtkHyperTreeGridNonOrientedSuperCursorLight.h
vtkHyperTreeGridNonOrientedMooreSuperCursorLight
Objects for traversal a HyperTreeGrid.
Definition: vtkHyperTreeGridNonOrientedMooreSuperCursorLight.h:49
vtkHyperTreeGrid
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
Definition: vtkHyperTreeGrid.h:96