VTK  9.4.20250114
vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
18#ifndef vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor_h
19#define vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor_h
20
21#include "vtkCommonDataModelModule.h" // For export macro
22
24
25VTK_ABI_NAMESPACE_BEGIN
26class vtkIdList;
27class vtkHyperTree;
29
32{
33public:
36 void PrintSelf(ostream& os, vtkIndent indent) override;
38
43 void Initialize(vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create = false) override;
44
50 bool GetCornerCursors(unsigned int, unsigned int, vtkIdList*);
51
52protected:
57
62
63private:
66 void operator=(const vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor&) = delete;
67};
68
69VTK_ABI_NAMESPACE_END
70#endif
bool GetCornerCursors(unsigned int, unsigned int, vtkIdList *)
Return the list of cursors pointing to the leaves touching a given corner of the cell.
vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor()=default
Constructor.
static vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor * New()
void Initialize(vtkHyperTreeGrid *grid, vtkIdType treeIndex, bool create=false) override
Initialize cursor at root of given tree index in grid.
~vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor() override
Destructor.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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:133
a simple class to control print indentation
Definition vtkIndent.h:108
int vtkIdType
Definition vtkType.h:315