38 #ifndef vtkTreeDFSIterator_h
39 #define vtkTreeDFSIterator_h
41 #include "vtkCommonDataModelModule.h"
44 class vtkTreeDFSIteratorInternals;
69 void SetMode(
int mode);
70 vtkGetMacro(Mode,
int);
77 void Initialize() VTK_OVERRIDE;
82 vtkTreeDFSIteratorInternals* Internals;
Abstract class for iterator over a vtkTree.
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
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...