27 #ifndef vtkInformationIterator_h 28 #define vtkInformationIterator_h 30 #include "vtkCommonCoreModule.h" 35 class vtkInformationIteratorInternals;
68 virtual void GoToFirstItem();
73 virtual void GoToNextItem();
79 virtual int IsDoneWithTraversal();
92 vtkInformationIteratorInternals* Internal;
abstract base class for most VTK objects
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...