41 #ifndef vtkTreeDFSIterator_h
42 #define vtkTreeDFSIterator_h
44 #include "vtkCommonDataModelModule.h"
47 class vtkTreeDFSIteratorInternals;
73 vtkGetMacro(Mode,
int);
80 void Initialize() VTK_OVERRIDE;
85 vtkTreeDFSIteratorInternals* Internals;
a simple class to control print indentation
dynamic, self-adjusting array of int
depth first iterator through a vtkGraph
static vtkTreeDFSIterator * New()
~vtkTreeDFSIterator() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetMode(int mode)
Set the visit mode of the iterator.
Abstract class for iterator over a vtkTree.