VTK  9.3.20240418
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 
30 VTK_ABI_NAMESPACE_BEGIN
31 class vtkHyperTreeGrid;
32 
35 {
36 public:
39  void PrintSelf(ostream& os, vtkIndent indent) override;
41 
46  void Initialize(vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create = false) override;
47 
48 protected:
53 
58 
59 private:
62  void operator=(const vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight&) = delete;
63 };
64 
65 VTK_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