VTK  9.3.1
vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor.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
18 #ifndef vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor_h
19 #define vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor_h
20 
21 #include "vtkCommonDataModelModule.h" // For export macro
22 
24 
25 VTK_ABI_NAMESPACE_BEGIN
26 class vtkIdList;
27 class vtkHyperTree;
28 class vtkHyperTreeGrid;
29 
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
43  void Initialize(vtkHyperTreeGrid* grid, vtkIdType treeIndex, bool create = false) override;
44 
51  bool GetCornerCursors(unsigned int, unsigned int, vtkIdList*);
52 
53 protected:
58 
63 
64 private:
67  void operator=(const vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor&) = delete;
68 };
69 
70 VTK_ABI_NAMESPACE_END
71 #endif
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
int vtkIdType
Definition: vtkType.h:315
a simple class to control print indentation
Definition: vtkIndent.h:28
list of point or cell ids
Definition: vtkIdList.h:22
Specific Moore super cursor that can subdivied neighborhood.
virtual void Initialize(vtkHyperTreeGrid *grid, vtkIdType treeIndex, bool create=false)=0
Initialize cursor at root of given tree index in grid.
A data object structured as a tree.
Definition: vtkHyperTree.h:168
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.