VTK  9.1.0
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
vtkInformation Class Reference

Store vtkAlgorithm input/output information. More...

#include <vtkInformation.h>

Inheritance diagram for vtkInformation:
[legend]
Collaboration diagram for vtkInformation:
[legend]

Public Types

typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkInformationNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void PrintKeys (ostream &os, vtkIndent indent)
 
void Modified () override
 Modified signature with no arguments that calls Modified on vtkObject superclass. More...
 
void Modified (vtkInformationKey *key)
 Modified signature that takes an information key as an argument. More...
 
void Clear ()
 Clear all information entries. More...
 
int GetNumberOfKeys ()
 Return the number of keys in this information object (as would be returned by iterating over the keys). More...
 
void Copy (vtkInformation *from, int deep=0)
 Copy all information entries from the given vtkInformation instance. More...
 
void Append (vtkInformation *from, int deep=0)
 Append all information entries from the given vtkInformation instance. More...
 
void CopyEntries (vtkInformation *from, vtkInformationKeyVectorKey *key, int deep=0)
 Use the given key to lookup a list of other keys in the given information object. More...
 
int Has (vtkInformationKey *key)
 Check whether the given key appears in this information object. More...
 
void Remove (vtkInformationKey *key)
 Remove the given key and its data from this information object. More...
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationDataObjectKey *value)
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationDoubleKey *value)
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationDoubleVectorKey *value)
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationInformationKey *value)
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationInformationVectorKey *value)
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationIntegerKey *value)
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationIntegerVectorKey *value)
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationStringKey *value)
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationStringVectorKey *value)
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationObjectBaseKey *value)
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationUnsignedLongKey *value)
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDataObjectKey *value)
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDoubleKey *value)
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDoubleVectorKey *value)
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationInformationKey *value)
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationInformationVectorKey *value)
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationIntegerKey *value)
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationIntegerVectorKey *value)
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationStringKey *value)
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationStringVectorKey *value)
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationObjectBaseKey *value)
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationUnsignedLongKey *value)
 
void CopyEntry (vtkInformation *from, vtkInformationKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationDataObjectKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationDoubleVectorKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationVariantKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationVariantVectorKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationInformationKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationInformationVectorKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationIntegerKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationIntegerVectorKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationObjectBaseVectorKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationRequestKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationStringKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationStringVectorKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void CopyEntry (vtkInformation *from, vtkInformationUnsignedLongKey *key, int deep=0)
 Copy the key/value pair associated with the given key in the given information object. More...
 
void Set (vtkInformationRequestKey *key)
 Get/Set a request-valued entry. More...
 
void Remove (vtkInformationRequestKey *key)
 Get/Set a request-valued entry. More...
 
int Has (vtkInformationRequestKey *key)
 Get/Set a request-valued entry. More...
 
void Set (vtkInformationIntegerKey *key, int value)
 Get/Set an integer-valued entry. More...
 
int Get (vtkInformationIntegerKey *key)
 Get/Set an integer-valued entry. More...
 
void Remove (vtkInformationIntegerKey *key)
 Get/Set an integer-valued entry. More...
 
int Has (vtkInformationIntegerKey *key)
 Get/Set an integer-valued entry. More...
 
void Set (vtkInformationIdTypeKey *key, vtkIdType value)
 Get/Set a vtkIdType-valued entry. More...
 
vtkIdType Get (vtkInformationIdTypeKey *key)
 Get/Set a vtkIdType-valued entry. More...
 
void Remove (vtkInformationIdTypeKey *key)
 Get/Set a vtkIdType-valued entry. More...
 
int Has (vtkInformationIdTypeKey *key)
 Get/Set a vtkIdType-valued entry. More...
 
void Set (vtkInformationDoubleKey *key, double value)
 Get/Set an double-valued entry. More...
 
double Get (vtkInformationDoubleKey *key)
 Get/Set an double-valued entry. More...
 
void Remove (vtkInformationDoubleKey *key)
 Get/Set an double-valued entry. More...
 
int Has (vtkInformationDoubleKey *key)
 Get/Set an double-valued entry. More...
 
void Set (vtkInformationVariantKey *key, const vtkVariant &value)
 Get/Set an variant-valued entry. More...
 
const vtkVariantGet (vtkInformationVariantKey *key)
 Get/Set an variant-valued entry. More...
 
void Remove (vtkInformationVariantKey *key)
 Get/Set an variant-valued entry. More...
 
int Has (vtkInformationVariantKey *key)
 Get/Set an variant-valued entry. More...
 
void Append (vtkInformationIntegerVectorKey *key, int value)
 Get/Set an integer-vector-valued entry. More...
 
void Set (vtkInformationIntegerVectorKey *key, const int *value, int length)
 Get/Set an integer-vector-valued entry. More...
 
void Set (vtkInformationIntegerVectorKey *key, int value1, int value2, int value3)
 Get/Set an integer-vector-valued entry. More...
 
void Set (vtkInformationIntegerVectorKey *key, int value1, int value2, int value3, int value4, int value5, int value6)
 Get/Set an integer-vector-valued entry. More...
 
int * Get (vtkInformationIntegerVectorKey *key)
 Get/Set an integer-vector-valued entry. More...
 
int Get (vtkInformationIntegerVectorKey *key, int idx)
 Get/Set an integer-vector-valued entry. More...
 
void Get (vtkInformationIntegerVectorKey *key, int *value)
 Get/Set an integer-vector-valued entry. More...
 
int Length (vtkInformationIntegerVectorKey *key)
 Get/Set an integer-vector-valued entry. More...
 
void Remove (vtkInformationIntegerVectorKey *key)
 Get/Set an integer-vector-valued entry. More...
 
int Has (vtkInformationIntegerVectorKey *key)
 Get/Set an integer-vector-valued entry. More...
 
void Append (vtkInformationStringVectorKey *key, const char *value)
 Get/Set a string-vector-valued entry. More...
 
void Set (vtkInformationStringVectorKey *key, const char *value, int idx=0)
 Get/Set a string-vector-valued entry. More...
 
void Append (vtkInformationStringVectorKey *key, const std::string &value)
 Get/Set a string-vector-valued entry. More...
 
void Set (vtkInformationStringVectorKey *key, const std::string &value, int idx=0)
 Get/Set a string-vector-valued entry. More...
 
const char * Get (vtkInformationStringVectorKey *key, int idx=0)
 Get/Set a string-vector-valued entry. More...
 
int Length (vtkInformationStringVectorKey *key)
 Get/Set a string-vector-valued entry. More...
 
void Remove (vtkInformationStringVectorKey *key)
 Get/Set a string-vector-valued entry. More...
 
int Has (vtkInformationStringVectorKey *key)
 Get/Set a string-vector-valued entry. More...
 
void Set (vtkInformationIntegerPointerKey *key, int *value, int length)
 Get/Set an integer-pointer-valued entry. More...
 
int * Get (vtkInformationIntegerPointerKey *key)
 Get/Set an integer-pointer-valued entry. More...
 
void Get (vtkInformationIntegerPointerKey *key, int *value)
 Get/Set an integer-pointer-valued entry. More...
 
int Length (vtkInformationIntegerPointerKey *key)
 Get/Set an integer-pointer-valued entry. More...
 
void Remove (vtkInformationIntegerPointerKey *key)
 Get/Set an integer-pointer-valued entry. More...
 
int Has (vtkInformationIntegerPointerKey *key)
 Get/Set an integer-pointer-valued entry. More...
 
void Set (vtkInformationUnsignedLongKey *key, unsigned long value)
 Get/Set an unsigned-long-valued entry. More...
 
unsigned long Get (vtkInformationUnsignedLongKey *key)
 Get/Set an unsigned-long-valued entry. More...
 
void Remove (vtkInformationUnsignedLongKey *key)
 Get/Set an unsigned-long-valued entry. More...
 
int Has (vtkInformationUnsignedLongKey *key)
 Get/Set an unsigned-long-valued entry. More...
 
void Append (vtkInformationDoubleVectorKey *key, double value)
 Get/Set an double-vector-valued entry. More...
 
void Set (vtkInformationDoubleVectorKey *key, const double *value, int length)
 Get/Set an double-vector-valued entry. More...
 
void Set (vtkInformationDoubleVectorKey *key, double value1, double value2, double value3)
 Get/Set an double-vector-valued entry. More...
 
void Set (vtkInformationDoubleVectorKey *key, double value1, double value2, double value3, double value4, double value5, double value6)
 Get/Set an double-vector-valued entry. More...
 
double * Get (vtkInformationDoubleVectorKey *key)
 Get/Set an double-vector-valued entry. More...
 
double Get (vtkInformationDoubleVectorKey *key, int idx)
 Get/Set an double-vector-valued entry. More...
 
void Get (vtkInformationDoubleVectorKey *key, double *value)
 Get/Set an double-vector-valued entry. More...
 
int Length (vtkInformationDoubleVectorKey *key)
 Get/Set an double-vector-valued entry. More...
 
void Remove (vtkInformationDoubleVectorKey *key)
 Get/Set an double-vector-valued entry. More...
 
int Has (vtkInformationDoubleVectorKey *key)
 Get/Set an double-vector-valued entry. More...
 
void Append (vtkInformationVariantVectorKey *key, const vtkVariant &value)
 Get/Set an variant-vector-valued entry. More...
 
void Set (vtkInformationVariantVectorKey *key, const vtkVariant *value, int length)
 Get/Set an variant-vector-valued entry. More...
 
void Set (vtkInformationVariantVectorKey *key, const vtkVariant &value1, const vtkVariant &value2, const vtkVariant &value3)
 Get/Set an variant-vector-valued entry. More...
 
void Set (vtkInformationVariantVectorKey *key, const vtkVariant &value1, const vtkVariant &value2, const vtkVariant &value3, const vtkVariant &value4, const vtkVariant &value5, const vtkVariant &value6)
 Get/Set an variant-vector-valued entry. More...
 
const vtkVariantGet (vtkInformationVariantVectorKey *key)
 Get/Set an variant-vector-valued entry. More...
 
const vtkVariantGet (vtkInformationVariantVectorKey *key, int idx)
 Get/Set an variant-vector-valued entry. More...
 
void Get (vtkInformationVariantVectorKey *key, vtkVariant *value)
 Get/Set an variant-vector-valued entry. More...
 
int Length (vtkInformationVariantVectorKey *key)
 Get/Set an variant-vector-valued entry. More...
 
void Remove (vtkInformationVariantVectorKey *key)
 Get/Set an variant-vector-valued entry. More...
 
int Has (vtkInformationVariantVectorKey *key)
 Get/Set an variant-vector-valued entry. More...
 
void Append (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
 Get/Set an InformationKey-vector-valued entry. More...
 
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
 Get/Set an InformationKey-vector-valued entry. More...
 
void Set (vtkInformationKeyVectorKey *key, vtkInformationKey *const *value, int length)
 Get/Set an InformationKey-vector-valued entry. More...
 
void Remove (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
 Get/Set an InformationKey-vector-valued entry. More...
 
vtkInformationKey ** Get (vtkInformationKeyVectorKey *key)
 Get/Set an InformationKey-vector-valued entry. More...
 
vtkInformationKeyGet (vtkInformationKeyVectorKey *key, int idx)
 Get/Set an InformationKey-vector-valued entry. More...
 
void Get (vtkInformationKeyVectorKey *key, vtkInformationKey **value)
 Get/Set an InformationKey-vector-valued entry. More...
 
int Length (vtkInformationKeyVectorKey *key)
 Get/Set an InformationKey-vector-valued entry. More...
 
void Remove (vtkInformationKeyVectorKey *key)
 Get/Set an InformationKey-vector-valued entry. More...
 
int Has (vtkInformationKeyVectorKey *key)
 Get/Set an InformationKey-vector-valued entry. More...
 
void Set (vtkInformationStringKey *key, const char *)
 Get/Set a string-valued entry. More...
 
void Set (vtkInformationStringKey *key, const std::string &)
 Get/Set a string-valued entry. More...
 
const char * Get (vtkInformationStringKey *key)
 Get/Set a string-valued entry. More...
 
void Remove (vtkInformationStringKey *key)
 Get/Set a string-valued entry. More...
 
int Has (vtkInformationStringKey *key)
 Get/Set a string-valued entry. More...
 
void Set (vtkInformationInformationKey *key, vtkInformation *)
 Get/Set an entry storing another vtkInformation instance. More...
 
vtkInformationGet (vtkInformationInformationKey *key)
 Get/Set an entry storing another vtkInformation instance. More...
 
void Remove (vtkInformationInformationKey *key)
 Get/Set an entry storing another vtkInformation instance. More...
 
int Has (vtkInformationInformationKey *key)
 Get/Set an entry storing another vtkInformation instance. More...
 
void Set (vtkInformationInformationVectorKey *key, vtkInformationVector *)
 Get/Set an entry storing a vtkInformationVector instance. More...
 
vtkInformationVectorGet (vtkInformationInformationVectorKey *key)
 Get/Set an entry storing a vtkInformationVector instance. More...
 
void Remove (vtkInformationInformationVectorKey *key)
 Get/Set an entry storing a vtkInformationVector instance. More...
 
int Has (vtkInformationInformationVectorKey *key)
 Get/Set an entry storing a vtkInformationVector instance. More...
 
void Set (vtkInformationObjectBaseKey *key, vtkObjectBase *)
 Get/Set an entry storing a vtkObjectBase instance. More...
 
vtkObjectBaseGet (vtkInformationObjectBaseKey *key)
 Get/Set an entry storing a vtkObjectBase instance. More...
 
void Remove (vtkInformationObjectBaseKey *key)
 Get/Set an entry storing a vtkObjectBase instance. More...
 
int Has (vtkInformationObjectBaseKey *key)
 Get/Set an entry storing a vtkObjectBase instance. More...
 
void Append (vtkInformationObjectBaseVectorKey *key, vtkObjectBase *data)
 Manipulate a ObjectBaseVector entry. More...
 
void Set (vtkInformationObjectBaseVectorKey *key, vtkObjectBase *value, int idx=0)
 Manipulate a ObjectBaseVector entry. More...
 
vtkObjectBaseGet (vtkInformationObjectBaseVectorKey *key, int idx=0)
 Manipulate a ObjectBaseVector entry. More...
 
int Length (vtkInformationObjectBaseVectorKey *key)
 Manipulate a ObjectBaseVector entry. More...
 
void Remove (vtkInformationObjectBaseVectorKey *key)
 Manipulate a ObjectBaseVector entry. More...
 
void Remove (vtkInformationObjectBaseVectorKey *key, vtkObjectBase *objectToRemove)
 Manipulate a ObjectBaseVector entry. More...
 
void Remove (vtkInformationObjectBaseVectorKey *key, int indexToRemove)
 Manipulate a ObjectBaseVector entry. More...
 
int Has (vtkInformationObjectBaseVectorKey *key)
 Manipulate a ObjectBaseVector entry. More...
 
void Set (vtkInformationDataObjectKey *key, vtkDataObject VTK_WRAP_EXTERN *)
 Get/Set an entry storing a vtkDataObject instance. More...
 
vtkDataObject VTK_WRAP_EXTERN * Get (vtkInformationDataObjectKey *key)
 Get/Set an entry storing a vtkDataObject instance. More...
 
void Remove (vtkInformationDataObjectKey *key)
 Get/Set an entry storing a vtkDataObject instance. More...
 
int Has (vtkInformationDataObjectKey *key)
 Get/Set an entry storing a vtkDataObject instance. More...
 
void Register (vtkObjectBase *o) override
 Initiate garbage collection when a reference is removed. More...
 
void UnRegister (vtkObjectBase *o) override
 Initiate garbage collection when a reference is removed. More...
 
void SetRequest (vtkInformationRequestKey *request)
 Get/Set the Request ivar. More...
 
vtkInformationRequestKeyGetRequest ()
 Get/Set the Request ivar. More...
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
bool GetDebug ()
 Get the value of the debug flag. More...
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag. More...
 
virtual void Modified ()
 Update the modification time for this object. More...
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time. More...
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method. More...
 
int InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
int InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual vtkTypeBool IsA (const char *name)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
virtual vtkIdType GetNumberOfGenerationsFromBase (const char *name)
 Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
virtual void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 

Static Public Member Functions

static vtkInformationNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkInformationSafeDownCast (vtkObjectBase *o)
 
static vtkInformationKeyGetKey (vtkInformationDataObjectKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationDoubleKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationDoubleVectorKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationInformationKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationInformationVectorKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationIntegerKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationIntegerVectorKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationRequestKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationStringKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationStringVectorKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationUnsignedLongKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationVariantKey *key)
 Upcast the given key instance. More...
 
static vtkInformationKeyGetKey (vtkInformationVariantVectorKey *key)
 Upcast the given key instance. More...
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. More...
 
static void SetGlobalWarningDisplay (int val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static int GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
static vtkIdType GetNumberOfGenerationsFromBaseType (const char *name)
 Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. More...
 
static bool GetUsingMemkind ()
 A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkInformation ()
 
 ~vtkInformation () override
 
void SetAsObjectBase (vtkInformationKey *key, vtkObjectBase *value)
 
const vtkObjectBaseGetAsObjectBase (const vtkInformationKey *key) const
 
vtkObjectBaseGetAsObjectBase (vtkInformationKey *key)
 
void ReportReferences (vtkGarbageCollector *) override
 
void ReportAsObjectBase (vtkInformationKey *key, vtkGarbageCollector *collector)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events. More...
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events. More...
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void RegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkInformationInternalsInternal
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Friends

class vtkInformationKeyToInformationFriendship
 
class vtkInformationIterator
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 

Detailed Description

Store vtkAlgorithm input/output information.

vtkInformation represents information and/or data for one input or one output of a vtkAlgorithm. It maps from keys to values of several data types. Instances of this class are collected in vtkInformationVector instances and passed to vtkAlgorithm::ProcessRequest calls. The information and data referenced by the instance on a particular input or output define the request made to the vtkAlgorithm instance.

Online Examples:

Definition at line 173 of file vtkInformation.h.

Member Typedef Documentation

◆ Superclass

Definition at line 177 of file vtkInformation.h.

Constructor & Destructor Documentation

◆ vtkInformation()

vtkInformation::vtkInformation ( )
protected

◆ ~vtkInformation()

vtkInformation::~vtkInformation ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkInformation * vtkInformation::New ( )
static

◆ IsTypeOf()

static vtkTypeBool vtkInformation::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual vtkTypeBool vtkInformation::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class.

Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkObjectBase.

◆ SafeDownCast()

static vtkInformation * vtkInformation::SafeDownCast ( vtkObjectBase o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase * vtkInformation::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkInformation * vtkInformation::NewInstance ( ) const

◆ PrintSelf()

void vtkInformation::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

Methods invoked by print to print information about the object including superclasses.

Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObjectBase.

◆ PrintKeys()

void vtkInformation::PrintKeys ( ostream &  os,
vtkIndent  indent 
)

◆ Modified() [1/2]

void vtkInformation::Modified ( )
overridevirtual

Modified signature with no arguments that calls Modified on vtkObject superclass.

Reimplemented from vtkObject.

◆ Modified() [2/2]

void vtkInformation::Modified ( vtkInformationKey key)

Modified signature that takes an information key as an argument.

Sets the new MTime and invokes a modified event with the information key as call data.

◆ Clear()

void vtkInformation::Clear ( )

Clear all information entries.

◆ GetNumberOfKeys()

int vtkInformation::GetNumberOfKeys ( )

Return the number of keys in this information object (as would be returned by iterating over the keys).

◆ Copy()

void vtkInformation::Copy ( vtkInformation from,
int  deep = 0 
)

Copy all information entries from the given vtkInformation instance.

Any previously existing entries are removed. If deep==1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ Append() [1/19]

void vtkInformation::Append ( vtkInformation from,
int  deep = 0 
)

Append all information entries from the given vtkInformation instance.

If deep==1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [1/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [2/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationDataObjectKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [3/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationDoubleVectorKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [4/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationVariantKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [5/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationVariantVectorKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [6/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationInformationKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [7/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationInformationVectorKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [8/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationIntegerKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [9/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationIntegerVectorKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [10/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationObjectBaseVectorKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [11/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationRequestKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [12/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationStringKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [13/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationStringVectorKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntry() [14/14]

void vtkInformation::CopyEntry ( vtkInformation from,
vtkInformationUnsignedLongKey key,
int  deep = 0 
)

Copy the key/value pair associated with the given key in the given information object.

If deep=1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).

◆ CopyEntries()

void vtkInformation::CopyEntries ( vtkInformation from,
vtkInformationKeyVectorKey key,
int  deep = 0 
)

Use the given key to lookup a list of other keys in the given information object.

The key/value pairs associated with these other keys will be copied. If deep==1, a deep copy of the information structure is performed.

◆ Has() [1/19]

int vtkInformation::Has ( vtkInformationKey key)

Check whether the given key appears in this information object.

◆ Remove() [1/22]

void vtkInformation::Remove ( vtkInformationKey key)

Remove the given key and its data from this information object.

◆ Set() [1/26]

void vtkInformation::Set ( vtkInformationRequestKey key)

Get/Set a request-valued entry.

◆ Remove() [2/22]

void vtkInformation::Remove ( vtkInformationRequestKey key)

Get/Set a request-valued entry.

◆ Has() [2/19]

int vtkInformation::Has ( vtkInformationRequestKey key)

Get/Set a request-valued entry.

◆ Set() [2/26]

void vtkInformation::Set ( vtkInformationIntegerKey key,
int  value 
)

Get/Set an integer-valued entry.

◆ Get() [1/26]

int vtkInformation::Get ( vtkInformationIntegerKey key)

Get/Set an integer-valued entry.

◆ Remove() [3/22]

void vtkInformation::Remove ( vtkInformationIntegerKey key)

Get/Set an integer-valued entry.

◆ Has() [3/19]

int vtkInformation::Has ( vtkInformationIntegerKey key)

Get/Set an integer-valued entry.

◆ Set() [3/26]

void vtkInformation::Set ( vtkInformationIdTypeKey key,
vtkIdType  value 
)

Get/Set a vtkIdType-valued entry.

◆ Get() [2/26]

vtkIdType vtkInformation::Get ( vtkInformationIdTypeKey key)

Get/Set a vtkIdType-valued entry.

◆ Remove() [4/22]

void vtkInformation::Remove ( vtkInformationIdTypeKey key)

Get/Set a vtkIdType-valued entry.

◆ Has() [4/19]

int vtkInformation::Has ( vtkInformationIdTypeKey key)

Get/Set a vtkIdType-valued entry.

◆ Set() [4/26]

void vtkInformation::Set ( vtkInformationDoubleKey key,
double  value 
)

Get/Set an double-valued entry.

◆ Get() [3/26]

double vtkInformation::Get ( vtkInformationDoubleKey key)

Get/Set an double-valued entry.

◆ Remove() [5/22]

void vtkInformation::Remove ( vtkInformationDoubleKey key)

Get/Set an double-valued entry.

◆ Has() [5/19]

int vtkInformation::Has ( vtkInformationDoubleKey key)

Get/Set an double-valued entry.

◆ Set() [5/26]

void vtkInformation::Set ( vtkInformationVariantKey key,
const vtkVariant value 
)

Get/Set an variant-valued entry.

◆ Get() [4/26]

const vtkVariant & vtkInformation::Get ( vtkInformationVariantKey key)

Get/Set an variant-valued entry.

◆ Remove() [6/22]

void vtkInformation::Remove ( vtkInformationVariantKey key)

Get/Set an variant-valued entry.

◆ Has() [6/19]

int vtkInformation::Has ( vtkInformationVariantKey key)

Get/Set an variant-valued entry.

◆ Append() [2/19]

void vtkInformation::Append ( vtkInformationIntegerVectorKey key,
int  value 
)

Get/Set an integer-vector-valued entry.

◆ Set() [6/26]

void vtkInformation::Set ( vtkInformationIntegerVectorKey key,
const int *  value,
int  length 
)

Get/Set an integer-vector-valued entry.

◆ Set() [7/26]

void vtkInformation::Set ( vtkInformationIntegerVectorKey key,
int  value1,
int  value2,
int  value3 
)

Get/Set an integer-vector-valued entry.

◆ Set() [8/26]

void vtkInformation::Set ( vtkInformationIntegerVectorKey key,
int  value1,
int  value2,
int  value3,
int  value4,
int  value5,
int  value6 
)

Get/Set an integer-vector-valued entry.

◆ Get() [5/26]

int * vtkInformation::Get ( vtkInformationIntegerVectorKey key)

Get/Set an integer-vector-valued entry.

◆ Get() [6/26]

int vtkInformation::Get ( vtkInformationIntegerVectorKey key,
int  idx 
)

Get/Set an integer-vector-valued entry.

◆ Get() [7/26]

void vtkInformation::Get ( vtkInformationIntegerVectorKey key,
int *  value 
)

Get/Set an integer-vector-valued entry.

◆ Length() [1/7]

int vtkInformation::Length ( vtkInformationIntegerVectorKey key)

Get/Set an integer-vector-valued entry.

◆ Remove() [7/22]

void vtkInformation::Remove ( vtkInformationIntegerVectorKey key)

Get/Set an integer-vector-valued entry.

◆ Has() [7/19]

int vtkInformation::Has ( vtkInformationIntegerVectorKey key)

Get/Set an integer-vector-valued entry.

◆ Append() [3/19]

void vtkInformation::Append ( vtkInformationStringVectorKey key,
const char *  value 
)

Get/Set a string-vector-valued entry.

◆ Set() [9/26]

void vtkInformation::Set ( vtkInformationStringVectorKey key,
const char *  value,
int  idx = 0 
)

Get/Set a string-vector-valued entry.

◆ Append() [4/19]

void vtkInformation::Append ( vtkInformationStringVectorKey key,
const std::string &  value 
)

Get/Set a string-vector-valued entry.

◆ Set() [10/26]

void vtkInformation::Set ( vtkInformationStringVectorKey key,
const std::string &  value,
int  idx = 0 
)

Get/Set a string-vector-valued entry.

◆ Get() [8/26]

const char * vtkInformation::Get ( vtkInformationStringVectorKey key,
int  idx = 0 
)

Get/Set a string-vector-valued entry.

◆ Length() [2/7]

int vtkInformation::Length ( vtkInformationStringVectorKey key)

Get/Set a string-vector-valued entry.

◆ Remove() [8/22]

void vtkInformation::Remove ( vtkInformationStringVectorKey key)

Get/Set a string-vector-valued entry.

◆ Has() [8/19]

int vtkInformation::Has ( vtkInformationStringVectorKey key)

Get/Set a string-vector-valued entry.

◆ Set() [11/26]

void vtkInformation::Set ( vtkInformationIntegerPointerKey key,
int *  value,
int  length 
)

Get/Set an integer-pointer-valued entry.

◆ Get() [9/26]

int * vtkInformation::Get ( vtkInformationIntegerPointerKey key)

Get/Set an integer-pointer-valued entry.

◆ Get() [10/26]

void vtkInformation::Get ( vtkInformationIntegerPointerKey key,
int *  value 
)

Get/Set an integer-pointer-valued entry.

◆ Length() [3/7]

int vtkInformation::Length ( vtkInformationIntegerPointerKey key)

Get/Set an integer-pointer-valued entry.

◆ Remove() [9/22]

void vtkInformation::Remove ( vtkInformationIntegerPointerKey key)

Get/Set an integer-pointer-valued entry.

◆ Has() [9/19]

int vtkInformation::Has ( vtkInformationIntegerPointerKey key)

Get/Set an integer-pointer-valued entry.

◆ Set() [12/26]

void vtkInformation::Set ( vtkInformationUnsignedLongKey key,
unsigned long  value 
)

Get/Set an unsigned-long-valued entry.

◆ Get() [11/26]

unsigned long vtkInformation::Get ( vtkInformationUnsignedLongKey key)

Get/Set an unsigned-long-valued entry.

◆ Remove() [10/22]

void vtkInformation::Remove ( vtkInformationUnsignedLongKey key)

Get/Set an unsigned-long-valued entry.

◆ Has() [10/19]

int vtkInformation::Has ( vtkInformationUnsignedLongKey key)

Get/Set an unsigned-long-valued entry.

◆ Append() [5/19]

void vtkInformation::Append ( vtkInformationDoubleVectorKey key,
double  value 
)

Get/Set an double-vector-valued entry.

◆ Set() [13/26]

void vtkInformation::Set ( vtkInformationDoubleVectorKey key,
const double *  value,
int  length 
)

Get/Set an double-vector-valued entry.

◆ Set() [14/26]

void vtkInformation::Set ( vtkInformationDoubleVectorKey key,
double  value1,
double  value2,
double  value3 
)

Get/Set an double-vector-valued entry.

◆ Set() [15/26]

void vtkInformation::Set ( vtkInformationDoubleVectorKey key,
double  value1,
double  value2,
double  value3,
double  value4,
double  value5,
double  value6 
)

Get/Set an double-vector-valued entry.

◆ Get() [12/26]

double * vtkInformation::Get ( vtkInformationDoubleVectorKey key)

Get/Set an double-vector-valued entry.

◆ Get() [13/26]

double vtkInformation::Get ( vtkInformationDoubleVectorKey key,
int  idx 
)

Get/Set an double-vector-valued entry.

◆ Get() [14/26]

void vtkInformation::Get ( vtkInformationDoubleVectorKey key,
double *  value 
)

Get/Set an double-vector-valued entry.

◆ Length() [4/7]

int vtkInformation::Length ( vtkInformationDoubleVectorKey key)

Get/Set an double-vector-valued entry.

◆ Remove() [11/22]

void vtkInformation::Remove ( vtkInformationDoubleVectorKey key)

Get/Set an double-vector-valued entry.

◆ Has() [11/19]

int vtkInformation::Has ( vtkInformationDoubleVectorKey key)

Get/Set an double-vector-valued entry.

◆ Append() [6/19]

void vtkInformation::Append ( vtkInformationVariantVectorKey key,
const vtkVariant value 
)

Get/Set an variant-vector-valued entry.

◆ Set() [16/26]

void vtkInformation::Set ( vtkInformationVariantVectorKey key,
const vtkVariant value,
int  length 
)

Get/Set an variant-vector-valued entry.

◆ Set() [17/26]

void vtkInformation::Set ( vtkInformationVariantVectorKey key,
const vtkVariant value1,
const vtkVariant value2,
const vtkVariant value3 
)

Get/Set an variant-vector-valued entry.

◆ Set() [18/26]

void vtkInformation::Set ( vtkInformationVariantVectorKey key,
const vtkVariant value1,
const vtkVariant value2,
const vtkVariant value3,
const vtkVariant value4,
const vtkVariant value5,
const vtkVariant value6 
)

Get/Set an variant-vector-valued entry.

◆ Get() [15/26]

const vtkVariant * vtkInformation::Get ( vtkInformationVariantVectorKey key)

Get/Set an variant-vector-valued entry.

◆ Get() [16/26]

const vtkVariant & vtkInformation::Get ( vtkInformationVariantVectorKey key,
int  idx 
)

Get/Set an variant-vector-valued entry.

◆ Get() [17/26]

void vtkInformation::Get ( vtkInformationVariantVectorKey key,
vtkVariant value 
)

Get/Set an variant-vector-valued entry.

◆ Length() [5/7]

int vtkInformation::Length ( vtkInformationVariantVectorKey key)

Get/Set an variant-vector-valued entry.

◆ Remove() [12/22]

void vtkInformation::Remove ( vtkInformationVariantVectorKey key)

Get/Set an variant-vector-valued entry.

◆ Has() [12/19]

int vtkInformation::Has ( vtkInformationVariantVectorKey key)

Get/Set an variant-vector-valued entry.

◆ Append() [7/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationKey value 
)

Get/Set an InformationKey-vector-valued entry.

◆ AppendUnique() [1/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationKey value 
)

Get/Set an InformationKey-vector-valued entry.

◆ Set() [19/26]

void vtkInformation::Set ( vtkInformationKeyVectorKey key,
vtkInformationKey *const *  value,
int  length 
)

Get/Set an InformationKey-vector-valued entry.

◆ Remove() [13/22]

void vtkInformation::Remove ( vtkInformationKeyVectorKey key,
vtkInformationKey value 
)

Get/Set an InformationKey-vector-valued entry.

◆ Get() [18/26]

vtkInformationKey ** vtkInformation::Get ( vtkInformationKeyVectorKey key)

Get/Set an InformationKey-vector-valued entry.

◆ Get() [19/26]

vtkInformationKey * vtkInformation::Get ( vtkInformationKeyVectorKey key,
int  idx 
)

Get/Set an InformationKey-vector-valued entry.

◆ Get() [20/26]

void vtkInformation::Get ( vtkInformationKeyVectorKey key,
vtkInformationKey **  value 
)

Get/Set an InformationKey-vector-valued entry.

◆ Length() [6/7]

int vtkInformation::Length ( vtkInformationKeyVectorKey key)

Get/Set an InformationKey-vector-valued entry.

◆ Remove() [14/22]

void vtkInformation::Remove ( vtkInformationKeyVectorKey key)

Get/Set an InformationKey-vector-valued entry.

◆ Has() [13/19]

int vtkInformation::Has ( vtkInformationKeyVectorKey key)

Get/Set an InformationKey-vector-valued entry.

◆ Append() [8/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationDataObjectKey value 
)

◆ Append() [9/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationDoubleKey value 
)

◆ Append() [10/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationDoubleVectorKey value 
)

◆ Append() [11/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationInformationKey value 
)

◆ Append() [12/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationInformationVectorKey value 
)

◆ Append() [13/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationIntegerKey value 
)

◆ Append() [14/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationIntegerVectorKey value 
)

◆ Append() [15/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationStringKey value 
)

◆ Append() [16/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationStringVectorKey value 
)

◆ Append() [17/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationObjectBaseKey value 
)

◆ Append() [18/19]

void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationUnsignedLongKey value 
)

◆ AppendUnique() [2/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationDataObjectKey value 
)

◆ AppendUnique() [3/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationDoubleKey value 
)

◆ AppendUnique() [4/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationDoubleVectorKey value 
)

◆ AppendUnique() [5/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationInformationKey value 
)

◆ AppendUnique() [6/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationInformationVectorKey value 
)

◆ AppendUnique() [7/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationIntegerKey value 
)

◆ AppendUnique() [8/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationIntegerVectorKey value 
)

◆ AppendUnique() [9/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationStringKey value 
)

◆ AppendUnique() [10/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationStringVectorKey value 
)

◆ AppendUnique() [11/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationObjectBaseKey value 
)

◆ AppendUnique() [12/12]

void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationUnsignedLongKey value 
)

◆ Set() [20/26]

void vtkInformation::Set ( vtkInformationStringKey key,
const char *   
)

Get/Set a string-valued entry.

◆ Set() [21/26]

void vtkInformation::Set ( vtkInformationStringKey key,
const std::string &   
)

Get/Set a string-valued entry.

◆ Get() [21/26]

const char * vtkInformation::Get ( vtkInformationStringKey key)

Get/Set a string-valued entry.

◆ Remove() [15/22]

void vtkInformation::Remove ( vtkInformationStringKey key)

Get/Set a string-valued entry.

◆ Has() [14/19]

int vtkInformation::Has ( vtkInformationStringKey key)

Get/Set a string-valued entry.

◆ Set() [22/26]

void vtkInformation::Set ( vtkInformationInformationKey key,
vtkInformation  
)

Get/Set an entry storing another vtkInformation instance.

◆ Get() [22/26]

vtkInformation * vtkInformation::Get ( vtkInformationInformationKey key)

Get/Set an entry storing another vtkInformation instance.

◆ Remove() [16/22]

void vtkInformation::Remove ( vtkInformationInformationKey key)

Get/Set an entry storing another vtkInformation instance.

◆ Has() [15/19]

int vtkInformation::Has ( vtkInformationInformationKey key)

Get/Set an entry storing another vtkInformation instance.

◆ Set() [23/26]

void vtkInformation::Set ( vtkInformationInformationVectorKey key,
vtkInformationVector  
)

Get/Set an entry storing a vtkInformationVector instance.

◆ Get() [23/26]

vtkInformationVector * vtkInformation::Get ( vtkInformationInformationVectorKey key)

Get/Set an entry storing a vtkInformationVector instance.

◆ Remove() [17/22]

void vtkInformation::Remove ( vtkInformationInformationVectorKey key)

Get/Set an entry storing a vtkInformationVector instance.

◆ Has() [16/19]

int vtkInformation::Has ( vtkInformationInformationVectorKey key)

Get/Set an entry storing a vtkInformationVector instance.

◆ Set() [24/26]

void vtkInformation::Set ( vtkInformationObjectBaseKey key,
vtkObjectBase  
)

Get/Set an entry storing a vtkObjectBase instance.

◆ Get() [24/26]

vtkObjectBase * vtkInformation::Get ( vtkInformationObjectBaseKey key)

Get/Set an entry storing a vtkObjectBase instance.

◆ Remove() [18/22]

void vtkInformation::Remove ( vtkInformationObjectBaseKey key)

Get/Set an entry storing a vtkObjectBase instance.

◆ Has() [17/19]

int vtkInformation::Has ( vtkInformationObjectBaseKey key)

Get/Set an entry storing a vtkObjectBase instance.

◆ Append() [19/19]

void vtkInformation::Append ( vtkInformationObjectBaseVectorKey key,
vtkObjectBase data 
)

Manipulate a ObjectBaseVector entry.

◆ Set() [25/26]

void vtkInformation::Set ( vtkInformationObjectBaseVectorKey key,
vtkObjectBase value,
int  idx = 0 
)

Manipulate a ObjectBaseVector entry.

◆ Get() [25/26]

vtkObjectBase * vtkInformation::Get ( vtkInformationObjectBaseVectorKey key,
int  idx = 0 
)

Manipulate a ObjectBaseVector entry.

◆ Length() [7/7]

int vtkInformation::Length ( vtkInformationObjectBaseVectorKey key)

Manipulate a ObjectBaseVector entry.

◆ Remove() [19/22]

void vtkInformation::Remove ( vtkInformationObjectBaseVectorKey key)

Manipulate a ObjectBaseVector entry.

◆ Remove() [20/22]

void vtkInformation::Remove ( vtkInformationObjectBaseVectorKey key,
vtkObjectBase objectToRemove 
)

Manipulate a ObjectBaseVector entry.

◆ Remove() [21/22]

void vtkInformation::Remove ( vtkInformationObjectBaseVectorKey key,
int  indexToRemove 
)

Manipulate a ObjectBaseVector entry.

◆ Has() [18/19]

int vtkInformation::Has ( vtkInformationObjectBaseVectorKey key)

Manipulate a ObjectBaseVector entry.

◆ Set() [26/26]

void vtkInformation::Set ( vtkInformationDataObjectKey key,
vtkDataObject VTK_WRAP_EXTERN *   
)

Get/Set an entry storing a vtkDataObject instance.

◆ Get() [26/26]

vtkDataObject VTK_WRAP_EXTERN * vtkInformation::Get ( vtkInformationDataObjectKey key)

Get/Set an entry storing a vtkDataObject instance.

◆ Remove() [22/22]

void vtkInformation::Remove ( vtkInformationDataObjectKey key)

Get/Set an entry storing a vtkDataObject instance.

◆ Has() [19/19]

int vtkInformation::Has ( vtkInformationDataObjectKey key)

Get/Set an entry storing a vtkDataObject instance.

◆ GetKey() [1/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationDataObjectKey key)
static

Upcast the given key instance.

◆ GetKey() [2/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationDoubleKey key)
static

Upcast the given key instance.

◆ GetKey() [3/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationDoubleVectorKey key)
static

Upcast the given key instance.

◆ GetKey() [4/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationInformationKey key)
static

Upcast the given key instance.

◆ GetKey() [5/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationInformationVectorKey key)
static

Upcast the given key instance.

◆ GetKey() [6/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationIntegerKey key)
static

Upcast the given key instance.

◆ GetKey() [7/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationIntegerVectorKey key)
static

Upcast the given key instance.

◆ GetKey() [8/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationRequestKey key)
static

Upcast the given key instance.

◆ GetKey() [9/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationStringKey key)
static

Upcast the given key instance.

◆ GetKey() [10/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationStringVectorKey key)
static

Upcast the given key instance.

◆ GetKey() [11/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationKey key)
static

Upcast the given key instance.

◆ GetKey() [12/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationUnsignedLongKey key)
static

Upcast the given key instance.

◆ GetKey() [13/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationVariantKey key)
static

Upcast the given key instance.

◆ GetKey() [14/14]

static vtkInformationKey * vtkInformation::GetKey ( vtkInformationVariantVectorKey key)
static

Upcast the given key instance.

◆ Register()

void vtkInformation::Register ( vtkObjectBase o)
overridevirtual

Initiate garbage collection when a reference is removed.

Reimplemented from vtkObjectBase.

◆ UnRegister()

void vtkInformation::UnRegister ( vtkObjectBase o)
overridevirtual

Initiate garbage collection when a reference is removed.

Reimplemented from vtkObjectBase.

◆ SetRequest()

void vtkInformation::SetRequest ( vtkInformationRequestKey request)

Get/Set the Request ivar.

◆ GetRequest()

vtkInformationRequestKey * vtkInformation::GetRequest ( )

Get/Set the Request ivar.

◆ SetAsObjectBase()

void vtkInformation::SetAsObjectBase ( vtkInformationKey key,
vtkObjectBase value 
)
protected

◆ GetAsObjectBase() [1/2]

const vtkObjectBase * vtkInformation::GetAsObjectBase ( const vtkInformationKey key) const
protected

◆ GetAsObjectBase() [2/2]

vtkObjectBase * vtkInformation::GetAsObjectBase ( vtkInformationKey key)
protected

◆ ReportReferences()

void vtkInformation::ReportReferences ( vtkGarbageCollector )
overrideprotectedvirtual

Reimplemented from vtkObjectBase.

◆ ReportAsObjectBase()

void vtkInformation::ReportAsObjectBase ( vtkInformationKey key,
vtkGarbageCollector collector 
)
protected

Friends And Related Function Documentation

◆ vtkInformationKeyToInformationFriendship

friend class vtkInformationKeyToInformationFriendship
friend

Definition at line 567 of file vtkInformation.h.

◆ vtkInformationIterator

friend class vtkInformationIterator
friend

Definition at line 568 of file vtkInformation.h.

Member Data Documentation

◆ Internal

vtkInformationInternals* vtkInformation::Internal
protected

Definition at line 558 of file vtkInformation.h.


The documentation for this class was generated from the following file: