18 #ifndef vtkInformationIterator_h
19 #define vtkInformationIterator_h
21 #include "vtkCommonCoreModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
27 class vtkInformationIteratorInternals;
60 virtual void GoToFirstItem();
65 virtual void GoToNextItem();
71 virtual int IsDoneWithTraversal();
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...