VTK  9.4.20250114
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight.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
25#ifndef vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight_h
26#define vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight_h
27
29
30VTK_ABI_NAMESPACE_BEGIN
32
35{
36public:
39 void PrintSelf(ostream& os, vtkIndent indent) override;
41
46 void Initialize(vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create = false) override;
47
48protected:
53
58
59private:
62 void operator=(const vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight&) = delete;
63};
64
65VTK_ABI_NAMESPACE_END
66#endif
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight()=default
Constructor.
~vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight() override
Destructor.
static vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Initialize(vtkHyperTreeGrid *grid, vtkIdType treeIndex, bool create=false) override
Initialize cursor at root of given tree index in grid.
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:315