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=========================================================================*/
37
38#ifndef vtkHyperTreeGridNonOrientedVonNeumannSuperCursor_h
39#define vtkHyperTreeGridNonOrientedVonNeumannSuperCursor_h
40
42
44
76
77#endif
vtkHyperTreeGridNonOrientedSuperCursor()
Constructor.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~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.
static vtkHyperTreeGridNonOrientedVonNeumannSuperCursor * New()
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation
Definition vtkIndent.h:34
int vtkIdType
Definition vtkType.h:332