40 #ifndef vtkTreeDFSIterator_h
41 #define vtkTreeDFSIterator_h
46 class vtkTreeDFSIteratorInternals;
70 void SetMode(
int mode);
71 vtkGetMacro(Mode,
int);
Abstract class for iterator over a vtkTree.
virtual vtkIdType NextInternal()=0
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkTreeDFSIteratorInternals * Internals
depth first iterator through a vtkGraph
dynamic, self-adjusting array of int
a simple class to control print indentation
virtual void Initialize()=0
#define VTKCOMMONDATAMODEL_EXPORT