VTK  9.3.0
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
32#ifndef vtkHyperTreeGridNonOrientedVonNeumannSuperCursor_h
33#define vtkHyperTreeGridNonOrientedVonNeumannSuperCursor_h
34
36
37VTK_ABI_NAMESPACE_BEGIN
39
42{
43public:
44 vtkTypeMacro(
46 void PrintSelf(ostream& os, vtkIndent indent) override;
48
53 void Initialize(vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create = false) override;
54
55protected:
60
65
66private:
69 void operator=(const vtkHyperTreeGridNonOrientedVonNeumannSuperCursor&) = delete;
70};
71
72VTK_ABI_NAMESPACE_END
73#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:29
int vtkIdType
Definition vtkType.h:315