VTK
9.0.1
Common
DataModel
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight.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
=========================================================================*/
38
#ifndef vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight_h
39
#define vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight_h
40
41
#include "
vtkHyperTreeGridNonOrientedSuperCursorLight.h
"
42
43
class
vtkHyperTreeGrid
;
44
45
class
VTKCOMMONDATAMODEL_EXPORT
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight
46
:
public
vtkHyperTreeGridNonOrientedSuperCursorLight
47
{
48
public
:
49
vtkTypeMacro(
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight
,
50
vtkHyperTreeGridNonOrientedSuperCursorLight
);
51
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
52
static
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight
*
New
();
53
58
void
Initialize
(
vtkHyperTreeGrid
* grid,
vtkIdType
treeIndex,
bool
create =
false
)
override
;
59
60
protected
:
64
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight
() {}
65
69
~
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight
()
override
;
70
71
private
:
72
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight
(
73
const
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight
&) =
delete
;
74
void
operator=(
const
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight
&) =
delete
;
75
};
76
77
#endif
vtkIdType
int vtkIdType
Definition:
vtkType.h:338
vtkObject::New
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight
Objects for traversal a HyperTreeGrid.
Definition:
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight.h:45
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight::vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight()
Constructor.
Definition:
vtkHyperTreeGridNonOrientedVonNeumannSuperCursorLight.h:64
vtkHyperTreeGridNonOrientedSuperCursorLight::Initialize
virtual void Initialize(vtkHyperTreeGrid *grid, vtkIdType treeIndex, bool create=false)=0
Initialize cursor at root of given tree index in grid.
vtkHyperTreeGridNonOrientedSuperCursorLight::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkHyperTreeGridNonOrientedSuperCursorLight
Objects for traversal a HyperTreeGrid.
Definition:
vtkHyperTreeGridNonOrientedSuperCursorLight.h:54
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkHyperTreeGridNonOrientedSuperCursorLight.h
vtkHyperTreeGrid
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
Definition:
vtkHyperTreeGrid.h:96
Generated on Thu Jun 25 2020 08:30:32 for VTK by
1.8.17