25#ifndef vtkTreeDFSIterator_h 
   26#define vtkTreeDFSIterator_h 
   28#include "vtkCommonDataModelModule.h"  
   31VTK_ABI_NAMESPACE_BEGIN
 
   32class vtkTreeDFSIteratorInternals;
 
   58  vtkGetMacro(Mode, 
int);
 
a simple class to control print indentation
 
dynamic, self-adjusting array of int
 
depth first iterator through a vtkGraph
 
~vtkTreeDFSIterator() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkTreeDFSIteratorInternals * Internals
 
void SetMode(int mode)
Set the visit mode of the iterator.
 
void Initialize() override
 
static vtkTreeDFSIterator * New()
 
vtkIdType NextInternal() override
 
Abstract class for iterator over a vtkTree.