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=========================================================================*/
40
41#ifndef vtkHyperTreeGridNonOrientedMooreSuperCursor_h
42#define vtkHyperTreeGridNonOrientedMooreSuperCursor_h
43
44#include "vtkCommonDataModelModule.h" // For export macro
46
47class vtkIdList;
48class vtkHyperTree;
50
51class VTKCOMMONDATAMODEL_EXPORT vtkHyperTreeGridNonOrientedMooreSuperCursor
53{
54public:
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
73protected:
78
83
84private:
87 void operator=(const vtkHyperTreeGridNonOrientedMooreSuperCursor&) = delete;
88};
89
90#endif
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.
vtkHyperTreeGridNonOrientedSuperCursor()
Constructor.
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
Definition vtkIdList.h:34
a simple class to control print indentation
Definition vtkIndent.h:40
int vtkIdType
Definition vtkType.h:332