41 #ifndef vtkTreeDFSIterator_h 42 #define vtkTreeDFSIterator_h 44 #include "vtkCommonDataModelModule.h" 47 class vtkTreeDFSIteratorInternals;
72 void SetMode(
int mode);
73 vtkGetMacro(Mode,
int);
Abstract class for iterator over a vtkTree.
virtual vtkIdType NextInternal()=0
vtkTreeDFSIteratorInternals * Internals
depth first iterator through a vtkGraph
dynamic, self-adjusting array of int
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual void Initialize()=0
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...