VTK  9.3.0
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
26 #ifndef vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight_h
27 #define vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight_h
28 
30 
31 VTK_ABI_NAMESPACE_BEGIN
32 class vtkHyperTreeGrid;
33 
36 {
37 public:
40  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
47  void Initialize(vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create = false) override;
48 
49 protected:
54 
59 
60 private:
63  void operator=(const vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight&) = delete;
64 };
65 
66 VTK_ABI_NAMESPACE_END
67 #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:29
int vtkIdType
Definition: vtkType.h:315