VTK  9.1.0
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
45class vtkIdList;
46class vtkHyperTree;
48
51{
52public:
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
72protected:
77 ;
78
83
84private:
87 void operator=(const vtkHyperTreeGridNonOrientedMooreSuperCursorLight&) = delete;
88};
89
90#endif
void Initialize(vtkHyperTreeGrid *grid, vtkIdType treeIndex, bool create=false) override
Initialize cursor at root of given tree index in grid.
~vtkHyperTreeGridNonOrientedMooreSuperCursorLight() override
Destructor.
vtkHyperTreeGridNonOrientedMooreSuperCursorLight()=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.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkHyperTreeGridNonOrientedMooreSuperCursorLight * New()
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
A data object structured as a tree.
Definition: vtkHyperTree.h:177
list of point or cell ids
Definition: vtkIdList.h:140
a simple class to control print indentation
Definition: vtkIndent.h:113
int vtkIdType
Definition: vtkType.h:332