VTK
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 int IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkInformationNewInstance () const
 
VTKCOMMONCORE_EXPORT void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
VTKCOMMONCORE_EXPORT void PrintKeys (ostream &os, vtkIndent indent)
 
VTKCOMMONCORE_EXPORT void Modified () override
 Modified signature with no arguments that calls Modified on vtkObject superclass. More...
 
VTKCOMMONCORE_EXPORT void Modified (vtkInformationKey *key)
 Modified signature that takes an information key as an argument. More...
 
VTKCOMMONCORE_EXPORT void Clear ()
 Clear all information entries. More...
 
VTKCOMMONCORE_EXPORT int GetNumberOfKeys ()
 Return the number of keys in this information object (as would be returned by iterating over the keys). More...
 
VTKCOMMONCORE_EXPORT void Copy (vtkInformation *from, int deep=0)
 Copy all information entries from the given vtkInformation instance. More...
 
VTKCOMMONCORE_EXPORT void Append (vtkInformation *from, int deep=0)
 Append all information entries from the given vtkInformation instance. More...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationKey *key)
 Check whether the given key appears in this information object. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationKey *key)
 Remove the given key and its data from this information object. More...
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationDataObjectKey *value)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationDoubleKey *value)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationDoubleVectorKey *value)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationInformationKey *value)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationInformationVectorKey *value)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationIntegerKey *value)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationIntegerVectorKey *value)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationStringKey *value)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationStringVectorKey *value)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationObjectBaseKey *value)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationUnsignedLongKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDataObjectKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDoubleKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDoubleVectorKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationInformationKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationInformationVectorKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationIntegerKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationIntegerVectorKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationStringKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationStringVectorKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationObjectBaseKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationUnsignedLongKey *value)
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationRequestKey *key)
 Get/Set a request-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationRequestKey *key)
 Get/Set a request-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationRequestKey *key)
 Get/Set a request-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIntegerKey *key, int value)
 Get/Set an integer-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Get (vtkInformationIntegerKey *key)
 Get/Set an integer-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationIntegerKey *key)
 Get/Set an integer-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationIntegerKey *key)
 Get/Set an integer-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIdTypeKey *key, vtkIdType value)
 Get/Set a vtkIdType-valued entry. More...
 
VTKCOMMONCORE_EXPORT vtkIdType Get (vtkInformationIdTypeKey *key)
 Get/Set a vtkIdType-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationIdTypeKey *key)
 Get/Set a vtkIdType-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationIdTypeKey *key)
 Get/Set a vtkIdType-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationDoubleKey *key, double value)
 Get/Set an double-valued entry. More...
 
VTKCOMMONCORE_EXPORT double Get (vtkInformationDoubleKey *key)
 Get/Set an double-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationDoubleKey *key)
 Get/Set an double-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationDoubleKey *key)
 Get/Set an double-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationVariantKey *key, const vtkVariant &value)
 Get/Set an variant-valued entry. More...
 
VTKCOMMONCORE_EXPORT const vtkVariantGet (vtkInformationVariantKey *key)
 Get/Set an variant-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationVariantKey *key)
 Get/Set an variant-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationVariantKey *key)
 Get/Set an variant-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationIntegerVectorKey *key, int value)
 Get/Set an integer-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIntegerVectorKey *key, const int *value, int length)
 Get/Set an integer-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIntegerVectorKey *key, int value1, int value2, int value3)
 Get/Set an integer-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIntegerVectorKey *key, int value1, int value2, int value3, int value4, int value5, int value6)
 Get/Set an integer-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT intGet (vtkInformationIntegerVectorKey *key)
 Get/Set an integer-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Get (vtkInformationIntegerVectorKey *key, int idx)
 Get/Set an integer-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Get (vtkInformationIntegerVectorKey *key, int *value)
 Get/Set an integer-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationIntegerVectorKey *key)
 Get/Set an integer-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationIntegerVectorKey *key)
 Get/Set an integer-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationIntegerVectorKey *key)
 Get/Set an integer-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationStringVectorKey *key, const char *value)
 Get/Set a string-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationStringVectorKey *key, const char *value, int idx=0)
 Get/Set a string-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationStringVectorKey *key, const std::string &value)
 Get/Set a string-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationStringVectorKey *key, const std::string &value, int idx=0)
 Get/Set a string-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT const char * Get (vtkInformationStringVectorKey *key, int idx=0)
 Get/Set a string-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationStringVectorKey *key)
 Get/Set a string-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationStringVectorKey *key)
 Get/Set a string-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationStringVectorKey *key)
 Get/Set a string-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIntegerPointerKey *key, int *value, int length)
 Get/Set an integer-pointer-valued entry. More...
 
VTKCOMMONCORE_EXPORT intGet (vtkInformationIntegerPointerKey *key)
 Get/Set an integer-pointer-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Get (vtkInformationIntegerPointerKey *key, int *value)
 Get/Set an integer-pointer-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationIntegerPointerKey *key)
 Get/Set an integer-pointer-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationIntegerPointerKey *key)
 Get/Set an integer-pointer-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationIntegerPointerKey *key)
 Get/Set an integer-pointer-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationUnsignedLongKey *key, unsigned long value)
 Get/Set an unsigned-long-valued entry. More...
 
VTKCOMMONCORE_EXPORT unsigned long Get (vtkInformationUnsignedLongKey *key)
 Get/Set an unsigned-long-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationUnsignedLongKey *key)
 Get/Set an unsigned-long-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationUnsignedLongKey *key)
 Get/Set an unsigned-long-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationDoubleVectorKey *key, double value)
 Get/Set an double-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationDoubleVectorKey *key, const double *value, int length)
 Get/Set an double-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationDoubleVectorKey *key, double value1, double value2, double value3)
 Get/Set an double-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationDoubleVectorKey *key, double value1, double value2, double value3, double value4, double value5, double value6)
 Get/Set an double-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT doubleGet (vtkInformationDoubleVectorKey *key)
 Get/Set an double-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT double Get (vtkInformationDoubleVectorKey *key, int idx)
 Get/Set an double-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Get (vtkInformationDoubleVectorKey *key, double *value)
 Get/Set an double-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationDoubleVectorKey *key)
 Get/Set an double-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationDoubleVectorKey *key)
 Get/Set an double-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationDoubleVectorKey *key)
 Get/Set an double-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationVariantVectorKey *key, const vtkVariant &value)
 Get/Set an variant-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationVariantVectorKey *key, const vtkVariant *value, int length)
 Get/Set an variant-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationVariantVectorKey *key, const vtkVariant &value1, const vtkVariant &value2, const vtkVariant &value3)
 Get/Set an variant-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT 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...
 
VTKCOMMONCORE_EXPORT const vtkVariantGet (vtkInformationVariantVectorKey *key)
 Get/Set an variant-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT const vtkVariantGet (vtkInformationVariantVectorKey *key, int idx)
 Get/Set an variant-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Get (vtkInformationVariantVectorKey *key, vtkVariant *value)
 Get/Set an variant-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationVariantVectorKey *key)
 Get/Set an variant-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationVariantVectorKey *key)
 Get/Set an variant-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationVariantVectorKey *key)
 Get/Set an variant-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
 Get/Set an InformationKey-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
 Get/Set an InformationKey-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationKeyVectorKey *key, vtkInformationKey *const *value, int length)
 Get/Set an InformationKey-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
 Get/Set an InformationKey-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT vtkInformationKey ** Get (vtkInformationKeyVectorKey *key)
 Get/Set an InformationKey-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT vtkInformationKeyGet (vtkInformationKeyVectorKey *key, int idx)
 Get/Set an InformationKey-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Get (vtkInformationKeyVectorKey *key, vtkInformationKey **value)
 Get/Set an InformationKey-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationKeyVectorKey *key)
 Get/Set an InformationKey-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationKeyVectorKey *key)
 Get/Set an InformationKey-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationKeyVectorKey *key)
 Get/Set an InformationKey-vector-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationStringKey *key, const char *)
 Get/Set a string-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationStringKey *key, const std::string &)
 Get/Set a string-valued entry. More...
 
VTKCOMMONCORE_EXPORT const char * Get (vtkInformationStringKey *key)
 Get/Set a string-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationStringKey *key)
 Get/Set a string-valued entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationStringKey *key)
 Get/Set a string-valued entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationInformationKey *key, vtkInformation *)
 Get/Set an entry storing another vtkInformation instance. More...
 
VTKCOMMONCORE_EXPORT vtkInformationGet (vtkInformationInformationKey *key)
 Get/Set an entry storing another vtkInformation instance. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationInformationKey *key)
 Get/Set an entry storing another vtkInformation instance. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationInformationKey *key)
 Get/Set an entry storing another vtkInformation instance. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationInformationVectorKey *key, vtkInformationVector *)
 Get/Set an entry storing a vtkInformationVector instance. More...
 
VTKCOMMONCORE_EXPORT vtkInformationVectorGet (vtkInformationInformationVectorKey *key)
 Get/Set an entry storing a vtkInformationVector instance. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationInformationVectorKey *key)
 Get/Set an entry storing a vtkInformationVector instance. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationInformationVectorKey *key)
 Get/Set an entry storing a vtkInformationVector instance. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationObjectBaseKey *key, vtkObjectBase *)
 Get/Set an entry storing a vtkObjectBase instance. More...
 
VTKCOMMONCORE_EXPORT vtkObjectBaseGet (vtkInformationObjectBaseKey *key)
 Get/Set an entry storing a vtkObjectBase instance. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationObjectBaseKey *key)
 Get/Set an entry storing a vtkObjectBase instance. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationObjectBaseKey *key)
 Get/Set an entry storing a vtkObjectBase instance. More...
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationObjectBaseVectorKey *key, vtkObjectBase *data)
 Manipulate a ObjectBaseVector entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationObjectBaseVectorKey *key, vtkObjectBase *value, int idx=0)
 Manipulate a ObjectBaseVector entry. More...
 
VTKCOMMONCORE_EXPORT vtkObjectBaseGet (vtkInformationObjectBaseVectorKey *key, int idx=0)
 Manipulate a ObjectBaseVector entry. More...
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationObjectBaseVectorKey *key)
 Manipulate a ObjectBaseVector entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationObjectBaseVectorKey *key)
 Manipulate a ObjectBaseVector entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationObjectBaseVectorKey *key, vtkObjectBase *objectToRemove)
 Manipulate a ObjectBaseVector entry. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationObjectBaseVectorKey *key, int indexToRemove)
 Manipulate a ObjectBaseVector entry. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationObjectBaseVectorKey *key)
 Manipulate a ObjectBaseVector entry. More...
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationDataObjectKey *key, vtkDataObject VTK_WRAP_EXTERN *)
 Get/Set an entry storing a vtkDataObject instance. More...
 
VTKCOMMONCORE_EXPORT vtkDataObject VTK_WRAP_EXTERN * Get (vtkInformationDataObjectKey *key)
 Get/Set an entry storing a vtkDataObject instance. More...
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationDataObjectKey *key)
 Get/Set an entry storing a vtkDataObject instance. More...
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationDataObjectKey *key)
 Get/Set an entry storing a vtkDataObject instance. More...
 
VTKCOMMONCORE_EXPORT void Register (vtkObjectBase *o) override
 Initiate garbage collection when a reference is removed. More...
 
VTKCOMMONCORE_EXPORT void UnRegister (vtkObjectBase *o) override
 Initiate garbage collection when a reference is removed. More...
 
VTKCOMMONCORE_EXPORT void SetRequest (vtkInformationRequestKey *request)
 Get/Set the Request ivar. More...
 
VTKCOMMONCORE_EXPORT 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 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 ()
 
int HasObserver (unsigned long event)
 
int 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...
 
int HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
int 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 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...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
void PrintRevisions (ostream &)
 Legacy. 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 VTKCOMMONCORE_EXPORT vtkInformationNew ()
 
static int IsTypeOf (const char *type)
 
static vtkInformationSafeDownCast (vtkObjectBase *o)
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationDataObjectKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationDoubleKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationDoubleVectorKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationInformationKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationInformationVectorKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationIntegerKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationIntegerVectorKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationRequestKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationStringKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationStringVectorKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationUnsignedLongKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT vtkInformationKeyGetKey (vtkInformationVariantKey *key)
 Upcast the given key instance. More...
 
static VTKCOMMONCORE_EXPORT 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 vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
VTKCOMMONCORE_EXPORT vtkInformation ()
 
VTKCOMMONCORE_EXPORT ~vtkInformation () override
 
VTKCOMMONCORE_EXPORT void SetAsObjectBase (vtkInformationKey *key, vtkObjectBase *value)
 
VTKCOMMONCORE_EXPORT const vtkObjectBaseGetAsObjectBase (const vtkInformationKey *key) const
 
VTKCOMMONCORE_EXPORT vtkObjectBaseGetAsObjectBase (vtkInformationKey *key)
 
VTKCOMMONCORE_EXPORT void ReportReferences (vtkGarbageCollector *) override
 
VTKCOMMONCORE_EXPORT 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=NULL)
 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 CollectRevisions (ostream &)
 
 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
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Friends

class vtkInformationKeyToInformationFriendship
 
class vtkInformationIterator
 

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.

Examples:
vtkInformation (Examples)
Tests:
vtkInformation (Tests)

Definition at line 86 of file vtkInformation.h.

Member Typedef Documentation

Definition at line 90 of file vtkInformation.h.

Constructor & Destructor Documentation

VTKCOMMONCORE_EXPORT vtkInformation::vtkInformation ( )
protected
VTKCOMMONCORE_EXPORT vtkInformation::~vtkInformation ( )
overrideprotected

Member Function Documentation

static VTKCOMMONCORE_EXPORT vtkInformation* vtkInformation::New ( )
static
static int vtkInformation::IsTypeOf ( const char *  type)
static
virtual int 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.

static vtkInformation* vtkInformation::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkInformation::NewInstanceInternal ( ) const
protectedvirtual
vtkInformation* vtkInformation::NewInstance ( ) const
VTKCOMMONCORE_EXPORT 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.

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

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

Reimplemented from vtkObject.

VTKCOMMONCORE_EXPORT 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.

VTKCOMMONCORE_EXPORT void vtkInformation::Clear ( )

Clear all information entries.

VTKCOMMONCORE_EXPORT int vtkInformation::GetNumberOfKeys ( )

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

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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).

VTKCOMMONCORE_EXPORT 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.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationKey key)

Check whether the given key appears in this information object.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationKey key)

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

VTKCOMMONCORE_EXPORT void vtkInformation::Set ( vtkInformationRequestKey key)

Get/Set a request-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationRequestKey key)

Get/Set a request-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationRequestKey key)

Get/Set a request-valued entry.

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

Get/Set an integer-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Get ( vtkInformationIntegerKey key)

Get/Set an integer-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationIntegerKey key)

Get/Set an integer-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationIntegerKey key)

Get/Set an integer-valued entry.

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

Get/Set a vtkIdType-valued entry.

VTKCOMMONCORE_EXPORT vtkIdType vtkInformation::Get ( vtkInformationIdTypeKey key)

Get/Set a vtkIdType-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationIdTypeKey key)

Get/Set a vtkIdType-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationIdTypeKey key)

Get/Set a vtkIdType-valued entry.

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

Get/Set an double-valued entry.

VTKCOMMONCORE_EXPORT double vtkInformation::Get ( vtkInformationDoubleKey key)

Get/Set an double-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationDoubleKey key)

Get/Set an double-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationDoubleKey key)

Get/Set an double-valued entry.

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

Get/Set an variant-valued entry.

VTKCOMMONCORE_EXPORT const vtkVariant& vtkInformation::Get ( vtkInformationVariantKey key)

Get/Set an variant-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationVariantKey key)

Get/Set an variant-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationVariantKey key)

Get/Set an variant-valued entry.

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

Get/Set an integer-vector-valued entry.

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

Get/Set an integer-vector-valued entry.

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

Get/Set an integer-vector-valued entry.

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

Get/Set an integer-vector-valued entry.

VTKCOMMONCORE_EXPORT int* vtkInformation::Get ( vtkInformationIntegerVectorKey key)

Get/Set an integer-vector-valued entry.

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

Get/Set an integer-vector-valued entry.

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

Get/Set an integer-vector-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationIntegerVectorKey key)

Get/Set an integer-vector-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationIntegerVectorKey key)

Get/Set an integer-vector-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationIntegerVectorKey key)

Get/Set an integer-vector-valued entry.

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

Get/Set a string-vector-valued entry.

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

Get/Set a string-vector-valued entry.

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

Get/Set a string-vector-valued entry.

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

Get/Set a string-vector-valued entry.

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

Get/Set a string-vector-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationStringVectorKey key)

Get/Set a string-vector-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationStringVectorKey key)

Get/Set a string-vector-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationStringVectorKey key)

Get/Set a string-vector-valued entry.

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

Get/Set an integer-pointer-valued entry.

VTKCOMMONCORE_EXPORT int* vtkInformation::Get ( vtkInformationIntegerPointerKey key)

Get/Set an integer-pointer-valued entry.

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

Get/Set an integer-pointer-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationIntegerPointerKey key)

Get/Set an integer-pointer-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationIntegerPointerKey key)

Get/Set an integer-pointer-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationIntegerPointerKey key)

Get/Set an integer-pointer-valued entry.

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

Get/Set an unsigned-long-valued entry.

VTKCOMMONCORE_EXPORT unsigned long vtkInformation::Get ( vtkInformationUnsignedLongKey key)

Get/Set an unsigned-long-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationUnsignedLongKey key)

Get/Set an unsigned-long-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationUnsignedLongKey key)

Get/Set an unsigned-long-valued entry.

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

Get/Set an double-vector-valued entry.

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

Get/Set an double-vector-valued entry.

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

Get/Set an double-vector-valued entry.

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

Get/Set an double-vector-valued entry.

VTKCOMMONCORE_EXPORT double* vtkInformation::Get ( vtkInformationDoubleVectorKey key)

Get/Set an double-vector-valued entry.

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

Get/Set an double-vector-valued entry.

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

Get/Set an double-vector-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationDoubleVectorKey key)

Get/Set an double-vector-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationDoubleVectorKey key)

Get/Set an double-vector-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationDoubleVectorKey key)

Get/Set an double-vector-valued entry.

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

Get/Set an variant-vector-valued entry.

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

Get/Set an variant-vector-valued entry.

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

Get/Set an variant-vector-valued entry.

VTKCOMMONCORE_EXPORT 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.

VTKCOMMONCORE_EXPORT const vtkVariant* vtkInformation::Get ( vtkInformationVariantVectorKey key)

Get/Set an variant-vector-valued entry.

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

Get/Set an variant-vector-valued entry.

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

Get/Set an variant-vector-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationVariantVectorKey key)

Get/Set an variant-vector-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationVariantVectorKey key)

Get/Set an variant-vector-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationVariantVectorKey key)

Get/Set an variant-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

VTKCOMMONCORE_EXPORT vtkInformationKey** vtkInformation::Get ( vtkInformationKeyVectorKey key)

Get/Set an InformationKey-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationKeyVectorKey key)

Get/Set an InformationKey-vector-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationKeyVectorKey key)

Get/Set an InformationKey-vector-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationKeyVectorKey key)

Get/Set an InformationKey-vector-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationDataObjectKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationDoubleKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationDoubleVectorKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationInformationKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationInformationVectorKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationIntegerKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationIntegerVectorKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationStringKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationStringVectorKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationObjectBaseKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::Append ( vtkInformationKeyVectorKey key,
vtkInformationUnsignedLongKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationDataObjectKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationDoubleKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationDoubleVectorKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationInformationKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationInformationVectorKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationIntegerKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationIntegerVectorKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationStringKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationStringVectorKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationObjectBaseKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey key,
vtkInformationUnsignedLongKey value 
)
VTKCOMMONCORE_EXPORT void vtkInformation::Set ( vtkInformationStringKey key,
const char *   
)

Get/Set a string-valued entry.

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

Get/Set a string-valued entry.

VTKCOMMONCORE_EXPORT const char* vtkInformation::Get ( vtkInformationStringKey key)

Get/Set a string-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationStringKey key)

Get/Set a string-valued entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationStringKey key)

Get/Set a string-valued entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Set ( vtkInformationInformationKey key,
vtkInformation  
)

Get/Set an entry storing another vtkInformation instance.

VTKCOMMONCORE_EXPORT vtkInformation* vtkInformation::Get ( vtkInformationInformationKey key)

Get/Set an entry storing another vtkInformation instance.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationInformationKey key)

Get/Set an entry storing another vtkInformation instance.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationInformationKey key)

Get/Set an entry storing another vtkInformation instance.

VTKCOMMONCORE_EXPORT void vtkInformation::Set ( vtkInformationInformationVectorKey key,
vtkInformationVector  
)

Get/Set an entry storing a vtkInformationVector instance.

VTKCOMMONCORE_EXPORT vtkInformationVector* vtkInformation::Get ( vtkInformationInformationVectorKey key)

Get/Set an entry storing a vtkInformationVector instance.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationInformationVectorKey key)

Get/Set an entry storing a vtkInformationVector instance.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationInformationVectorKey key)

Get/Set an entry storing a vtkInformationVector instance.

VTKCOMMONCORE_EXPORT void vtkInformation::Set ( vtkInformationObjectBaseKey key,
vtkObjectBase  
)

Get/Set an entry storing a vtkObjectBase instance.

VTKCOMMONCORE_EXPORT vtkObjectBase* vtkInformation::Get ( vtkInformationObjectBaseKey key)

Get/Set an entry storing a vtkObjectBase instance.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationObjectBaseKey key)

Get/Set an entry storing a vtkObjectBase instance.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationObjectBaseKey key)

Get/Set an entry storing a vtkObjectBase instance.

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

Manipulate a ObjectBaseVector entry.

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

Manipulate a ObjectBaseVector entry.

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

Manipulate a ObjectBaseVector entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationObjectBaseVectorKey key)

Manipulate a ObjectBaseVector entry.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationObjectBaseVectorKey key)

Manipulate a ObjectBaseVector entry.

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

Manipulate a ObjectBaseVector entry.

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

Manipulate a ObjectBaseVector entry.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationObjectBaseVectorKey key)

Manipulate a ObjectBaseVector entry.

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

Get/Set an entry storing a vtkDataObject instance.

VTKCOMMONCORE_EXPORT vtkDataObject VTK_WRAP_EXTERN* vtkInformation::Get ( vtkInformationDataObjectKey key)

Get/Set an entry storing a vtkDataObject instance.

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationDataObjectKey key)

Get/Set an entry storing a vtkDataObject instance.

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationDataObjectKey key)

Get/Set an entry storing a vtkDataObject instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

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

Upcast the given key instance.

VTKCOMMONCORE_EXPORT void vtkInformation::Register ( vtkObjectBase o)
overridevirtual

Initiate garbage collection when a reference is removed.

Reimplemented from vtkObjectBase.

VTKCOMMONCORE_EXPORT void vtkInformation::UnRegister ( vtkObjectBase o)
overridevirtual

Initiate garbage collection when a reference is removed.

Reimplemented from vtkObjectBase.

VTKCOMMONCORE_EXPORT void vtkInformation::SetRequest ( vtkInformationRequestKey request)

Get/Set the Request ivar.

VTKCOMMONCORE_EXPORT vtkInformationRequestKey* vtkInformation::GetRequest ( )

Get/Set the Request ivar.

VTKCOMMONCORE_EXPORT void vtkInformation::SetAsObjectBase ( vtkInformationKey key,
vtkObjectBase value 
)
protected
VTKCOMMONCORE_EXPORT const vtkObjectBase* vtkInformation::GetAsObjectBase ( const vtkInformationKey key) const
protected
VTKCOMMONCORE_EXPORT vtkObjectBase* vtkInformation::GetAsObjectBase ( vtkInformationKey key)
protected
VTKCOMMONCORE_EXPORT void vtkInformation::ReportReferences ( vtkGarbageCollector )
overrideprotectedvirtual

Reimplemented from vtkObjectBase.

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

Friends And Related Function Documentation

friend class vtkInformationKeyToInformationFriendship
friend

Definition at line 514 of file vtkInformation.h.

friend class vtkInformationIterator
friend

Definition at line 515 of file vtkInformation.h.

Member Data Documentation

vtkInformationInternals* vtkInformation::Internal
protected

Definition at line 503 of file vtkInformation.h.


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