VTK  9.4.20250304
vtkHyperTreeGridNonOrientedVonNeumannSuperCursor.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
31#ifndef vtkHyperTreeGridNonOrientedVonNeumannSuperCursor_h
32#define vtkHyperTreeGridNonOrientedVonNeumannSuperCursor_h
33
35
36VTK_ABI_NAMESPACE_BEGIN
38
41{
42public:
43 vtkTypeMacro(
45 void PrintSelf(ostream& os, vtkIndent indent) override;
47
52 void Initialize(vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create = false) override;
53
54protected:
59
64
65private:
68 void operator=(const vtkHyperTreeGridNonOrientedVonNeumannSuperCursor&) = delete;
69};
70
71VTK_ABI_NAMESPACE_END
72#endif
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkHyperTreeGridNonOrientedVonNeumannSuperCursor() override
Destructor.
void Initialize(vtkHyperTreeGrid *grid, vtkIdType treeIndex, bool create=false) override
Initialize cursor at root of given tree index in grid.
vtkHyperTreeGridNonOrientedVonNeumannSuperCursor()=default
Constructor.
static vtkHyperTreeGridNonOrientedVonNeumannSuperCursor * New()
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation
Definition vtkIndent.h:108
int vtkIdType
Definition vtkType.h:332