Go to the documentation of this file.
32 #ifndef vtkInformationVector_h
33 #define vtkInformationVector_h
35 #include "vtkCommonCoreModule.h"
39 class vtkInformationVectorInternals;
56 void SetNumberOfInformationObjects(
int n);
virtual void Register(vtkObjectBase *o)
Increase the reference count (mark as used by another object).
virtual void ReportReferences(vtkGarbageCollector *)
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
abstract base class for most VTK objects
a simple class to control print indentation
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).