Go to the documentation of this file.
28 #ifndef vtkInformation_h
29 #define vtkInformation_h
31 #include "vtkCommonCoreModule.h"
51 class vtkInformationKeyToInformationFriendship;
70 void PrintKeys(ostream& os,
vtkIndent indent);
94 int GetNumberOfKeys();
211 int value5,
int value6);
264 double value4,
double value5,
double value6);
458 friend class vtkInformationKeyToInformationFriendship;
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.
virtual void Modified()
Update the modification time for this object.
abstract base class for most VTK objects
Superclass for all pipeline executives in VTK.
abstract base class for most VTK objects
a simple class to control print indentation
A atomic type representing the union of many types.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Detect and break reference loops.
general representation of visualization data
virtual void UnRegister(vtkObjectBase *o)
Decrease the reference count (release by another object).