40 #ifndef __vtkTreeDFSIterator_h
41 #define __vtkTreeDFSIterator_h
43 #include "vtkCommonDataModelModule.h"
44 #include "vtkTreeIterator.h"
46 class vtkTreeDFSIteratorInternals;
54 virtual void PrintSelf(ostream& os,
vtkIndent indent);
70 void SetMode(
int mode);
71 vtkGetMacro(Mode,
int);
78 virtual void Initialize();
vtkTreeDFSIteratorInternals * Internals
depth first iterator through a vtkGraph
dynamic, self-adjusting array of int
a simple class to control print indentation