VTK  9.3.20240328
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 
36 VTK_ABI_NAMESPACE_BEGIN
37 class vtkHyperTreeGrid;
38 
39 class VTKCOMMONDATAMODEL_EXPORT vtkHyperTreeGridNonOrientedVonNeumannSuperCursor
41 {
42 public:
43  vtkTypeMacro(
45  void PrintSelf(ostream& os, vtkIndent indent) override;
47 
52  void Initialize(vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create = false) override;
53 
54 protected:
59 
64 
65 private:
68  void operator=(const vtkHyperTreeGridNonOrientedVonNeumannSuperCursor&) = delete;
69 };
70 
71 VTK_ABI_NAMESPACE_END
72 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkHyperTreeGridNonOrientedVonNeumannSuperCursor * New()
~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.
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