VTK  9.2.6
vtkHyperTreeGridNonOrientedVonNeumannSuperCursor.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkHyperTreeGridNonOrientedVonNeumannSuperCursor.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright Nonice for more information.
13 
14 =========================================================================*/
41 #ifndef vtkHyperTreeGridNonOrientedVonNeumannSuperCursor_h
42 #define vtkHyperTreeGridNonOrientedVonNeumannSuperCursor_h
43 
45 
46 class vtkHyperTreeGrid;
47 
48 class VTKCOMMONDATAMODEL_EXPORT vtkHyperTreeGridNonOrientedVonNeumannSuperCursor
50 {
51 public:
52  vtkTypeMacro(
54  void PrintSelf(ostream& os, vtkIndent indent) override;
56 
61  void Initialize(vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create = false) override;
62 
63 protected:
68 
73 
74 private:
77  void operator=(const vtkHyperTreeGridNonOrientedVonNeumannSuperCursor&) = delete;
78 };
79 
80 #endif
virtual void Initialize(vtkHyperTreeGrid *grid, vtkIdType treeIndex, bool create=false)=0
Initialize cursor at root of given tree index in grid.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
int vtkIdType
Definition: vtkType.h:332
a simple class to control print indentation
Definition: vtkIndent.h:39
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.