26 #ifndef vtkInformationVector_h
27 #define vtkInformationVector_h
29 #include "vtkCommonCoreModule.h"
33 class vtkInformationVectorInternals;
50 void SetNumberOfInformationObjects(
int n);
95 vtkInformationVectorInternals* Internal;
97 int NumberOfInformationObjects;
abstract base class for most VTK objects
virtual void Register(vtkObjectBase *o)
Increase the reference count (mark as used by another object).
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Detect and break reference loops.
virtual void UnRegister(vtkObjectBase *o)
Decrease the reference count (release by another object).
a simple class to control print indentation
abstract base class for most VTK objects
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...