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 Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkInformation * NewInstance () const
 
VTKCOMMONCORE_EXPORT void PrintSelf (ostream &os, vtkIndent indent)
 
VTKCOMMONCORE_EXPORT void PrintKeys (ostream &os, vtkIndent indent)
 
VTKCOMMONCORE_EXPORT void Modified ()
 
VTKCOMMONCORE_EXPORT void Modified (vtkInformationKey *key)
 
VTKCOMMONCORE_EXPORT void Clear ()
 
VTKCOMMONCORE_EXPORT int GetNumberOfKeys ()
 
VTKCOMMONCORE_EXPORT void Copy (vtkInformation *from, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntries (vtkInformation *from, vtkInformationKeyVectorKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationKey *key)
 
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)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationDataObjectKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationDoubleVectorKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationVariantKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationVariantVectorKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationInformationKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationInformationVectorKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationIntegerKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationIntegerVectorKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationRequestKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationStringKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationStringVectorKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void CopyEntry (vtkInformation *from, vtkInformationUnsignedLongKey *key, int deep=0)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationRequestKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationRequestKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationRequestKey *key)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIntegerKey *key, int value)
 
VTKCOMMONCORE_EXPORT int Get (vtkInformationIntegerKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationIntegerKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationIntegerKey *key)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIdTypeKey *key, vtkIdType value)
 
VTKCOMMONCORE_EXPORT vtkIdType Get (vtkInformationIdTypeKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationIdTypeKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationIdTypeKey *key)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationDoubleKey *key, double value)
 
VTKCOMMONCORE_EXPORT double Get (vtkInformationDoubleKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationDoubleKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationDoubleKey *key)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationVariantKey *key, const vtkVariant &value)
 
VTKCOMMONCORE_EXPORT const vtkVariant & Get (vtkInformationVariantKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationVariantKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationVariantKey *key)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationIntegerVectorKey *key, int value)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIntegerVectorKey *key, int *value, int length)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIntegerVectorKey *key, int value1, int value2, int value3)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIntegerVectorKey *key, int value1, int value2, int value3, int value4, int value5, int value6)
 
VTKCOMMONCORE_EXPORT int * Get (vtkInformationIntegerVectorKey *key)
 
VTKCOMMONCORE_EXPORT int Get (vtkInformationIntegerVectorKey *key, int idx)
 
VTKCOMMONCORE_EXPORT void Get (vtkInformationIntegerVectorKey *key, int *value)
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationIntegerVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationIntegerVectorKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationIntegerVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationStringVectorKey *key, const char *value)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationStringVectorKey *key, const char *value, int idx=0)
 
VTKCOMMONCORE_EXPORT const char * Get (vtkInformationStringVectorKey *key, int idx=0)
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationStringVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationStringVectorKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationStringVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationIntegerPointerKey *key, int *value, int length)
 
VTKCOMMONCORE_EXPORT int * Get (vtkInformationIntegerPointerKey *key)
 
VTKCOMMONCORE_EXPORT void Get (vtkInformationIntegerPointerKey *key, int *value)
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationIntegerPointerKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationIntegerPointerKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationIntegerPointerKey *key)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationUnsignedLongKey *key, unsigned long value)
 
VTKCOMMONCORE_EXPORT unsigned long Get (vtkInformationUnsignedLongKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationUnsignedLongKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationUnsignedLongKey *key)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationDoubleVectorKey *key, double value)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationDoubleVectorKey *key, double *value, int length)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationDoubleVectorKey *key, double value1, double value2, double value3)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationDoubleVectorKey *key, double value1, double value2, double value3, double value4, double value5, double value6)
 
VTKCOMMONCORE_EXPORT double * Get (vtkInformationDoubleVectorKey *key)
 
VTKCOMMONCORE_EXPORT double Get (vtkInformationDoubleVectorKey *key, int idx)
 
VTKCOMMONCORE_EXPORT void Get (vtkInformationDoubleVectorKey *key, double *value)
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationDoubleVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationDoubleVectorKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationDoubleVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationVariantVectorKey *key, const vtkVariant &value)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationVariantVectorKey *key, const vtkVariant *value, int length)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationVariantVectorKey *key, const vtkVariant &value1, const vtkVariant &value2, const vtkVariant &value3)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationVariantVectorKey *key, const vtkVariant &value1, const vtkVariant &value2, const vtkVariant &value3, const vtkVariant &value4, const vtkVariant &value5, const vtkVariant &value6)
 
VTKCOMMONCORE_EXPORT const vtkVariant * Get (vtkInformationVariantVectorKey *key)
 
VTKCOMMONCORE_EXPORT const vtkVariant & Get (vtkInformationVariantVectorKey *key, int idx)
 
VTKCOMMONCORE_EXPORT void Get (vtkInformationVariantVectorKey *key, vtkVariant *value)
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationVariantVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationVariantVectorKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationVariantVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
 
VTKCOMMONCORE_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationKeyVectorKey *key, vtkInformationKey **value, int length)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
 
VTKCOMMONCORE_EXPORT vtkInformationKey ** Get (vtkInformationKeyVectorKey *key)
 
VTKCOMMONCORE_EXPORT vtkInformationKey * Get (vtkInformationKeyVectorKey *key, int idx)
 
VTKCOMMONCORE_EXPORT void Get (vtkInformationKeyVectorKey *key, vtkInformationKey **value)
 
VTKCOMMONCORE_EXPORT int Length (vtkInformationKeyVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationKeyVectorKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationKeyVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationStringKey *key, const char *)
 
VTKCOMMONCORE_EXPORT const char * Get (vtkInformationStringKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationStringKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationStringKey *key)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationInformationKey *key, vtkInformation *)
 
VTKCOMMONCORE_EXPORT vtkInformation * Get (vtkInformationInformationKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationInformationKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationInformationKey *key)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationInformationVectorKey *key, vtkInformationVector *)
 
VTKCOMMONCORE_EXPORT vtkInformationVector * Get (vtkInformationInformationVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationInformationVectorKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationInformationVectorKey *key)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationObjectBaseKey *key, vtkObjectBase *)
 
VTKCOMMONCORE_EXPORT vtkObjectBase * Get (vtkInformationObjectBaseKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationObjectBaseKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationObjectBaseKey *key)
 
VTKCOMMONCORE_EXPORT void Set (vtkInformationDataObjectKey *key, vtkDataObject VTK_WRAP_EXTERN *)
 
VTKCOMMONCORE_EXPORT vtkDataObject VTK_WRAP_EXTERN * Get (vtkInformationDataObjectKey *key)
 
VTKCOMMONCORE_EXPORT void Remove (vtkInformationDataObjectKey *key)
 
VTKCOMMONCORE_EXPORT int Has (vtkInformationDataObjectKey *key)
 
virtual VTKCOMMONCORE_EXPORT void Register (vtkObjectBase *o)
 
virtual VTKCOMMONCORE_EXPORT void UnRegister (vtkObjectBase *o)
 
VTKCOMMONCORE_EXPORT void SetRequest (vtkInformationRequestKey *request)
 
VTKCOMMONCORE_EXPORT vtkInformationRequestKey * GetRequest ()
 
- Public Member Functions inherited from vtkObject
vtkObject * NewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual unsigned long GetMTime ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommand * GetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
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)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static VTKCOMMONCORE_EXPORT vtkInformation * New ()
 
static int IsTypeOf (const char *type)
 
static vtkInformation * SafeDownCast (vtkObjectBase *o)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationDataObjectKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationDoubleKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationDoubleVectorKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationInformationKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationInformationVectorKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationIntegerKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationIntegerVectorKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationRequestKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationStringKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationStringVectorKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationUnsignedLongKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationVariantKey *key)
 
static VTKCOMMONCORE_EXPORT vtkInformationKey * GetKey (vtkInformationVariantVectorKey *key)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObject * SafeDownCast (vtkObjectBase *o)
 
static vtkObject * New ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBase * New ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
VTKCOMMONCORE_EXPORT vtkInformation ()
 
VTKCOMMONCORE_EXPORT ~vtkInformation ()
 
VTKCOMMONCORE_EXPORT void SetAsObjectBase (vtkInformationKey *key, vtkObjectBase *value)
 
VTKCOMMONCORE_EXPORT const vtkObjectBase * GetAsObjectBase (const vtkInformationKey *key) const
 
VTKCOMMONCORE_EXPORT vtkObjectBase * GetAsObjectBase (vtkInformationKey *key)
 
virtual VTKCOMMONCORE_EXPORT void ReportReferences (vtkGarbageCollector *)
 
VTKCOMMONCORE_EXPORT void ReportAsObjectBase (vtkInformationKey *key, vtkGarbageCollector *collector)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkInformationInternals * Internal
 
- 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.

Events:
vtkCommand::ModifiedEvent
Examples:
vtkInformation (Examples)
Tests:
vtkInformation (Tests)

Definition at line 85 of file vtkInformation.h.

Member Typedef Documentation

◆ Superclass

Definition at line 89 of file vtkInformation.h.

Constructor & Destructor Documentation

◆ vtkInformation()

VTKCOMMONCORE_EXPORT vtkInformation::vtkInformation ( )
protected

◆ ~vtkInformation()

VTKCOMMONCORE_EXPORT vtkInformation::~vtkInformation ( )
protected

Member Function Documentation

◆ New()

static VTKCOMMONCORE_EXPORT vtkInformation* vtkInformation::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkInformation::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkObject.

◆ NewInstance()

vtkInformation* vtkInformation::NewInstance ( ) const

◆ PrintSelf()

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

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

◆ PrintKeys()

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

◆ Modified() [1/2]

VTKCOMMONCORE_EXPORT void vtkInformation::Modified ( )
virtual

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

Reimplemented from vtkObject.

◆ Modified() [2/2]

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.

◆ Clear()

VTKCOMMONCORE_EXPORT void vtkInformation::Clear ( )

Clear all information entries.

◆ GetNumberOfKeys()

VTKCOMMONCORE_EXPORT int vtkInformation::GetNumberOfKeys ( )

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

◆ Copy()

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

◆ CopyEntry() [1/13]

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

◆ CopyEntry() [2/13]

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

◆ CopyEntry() [3/13]

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

◆ CopyEntry() [4/13]

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

◆ CopyEntry() [5/13]

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

◆ CopyEntry() [6/13]

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

◆ CopyEntry() [7/13]

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

◆ CopyEntry() [8/13]

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

◆ CopyEntry() [9/13]

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

◆ CopyEntry() [10/13]

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

◆ CopyEntry() [11/13]

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

◆ CopyEntry() [12/13]

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

◆ CopyEntry() [13/13]

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

◆ CopyEntries()

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.

◆ Has() [1/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationKey *  key)

Check whether the given key appears in this information object.

◆ Remove() [1/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationKey *  key)

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

◆ Set() [1/23]

VTKCOMMONCORE_EXPORT void vtkInformation::Set ( vtkInformationRequestKey *  key)

Get/Set a request-valued entry.

◆ Remove() [2/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationRequestKey *  key)

Get/Set a request-valued entry.

◆ Has() [2/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationRequestKey *  key)

Get/Set a request-valued entry.

◆ Set() [2/23]

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

Get/Set an integer-valued entry.

◆ Get() [1/25]

VTKCOMMONCORE_EXPORT int vtkInformation::Get ( vtkInformationIntegerKey *  key)

Get/Set an integer-valued entry.

◆ Remove() [3/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationIntegerKey *  key)

Get/Set an integer-valued entry.

◆ Has() [3/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationIntegerKey *  key)

Get/Set an integer-valued entry.

◆ Set() [3/23]

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

Get/Set a vtkIdType-valued entry.

◆ Get() [2/25]

VTKCOMMONCORE_EXPORT vtkIdType vtkInformation::Get ( vtkInformationIdTypeKey *  key)

Get/Set a vtkIdType-valued entry.

◆ Remove() [4/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationIdTypeKey *  key)

Get/Set a vtkIdType-valued entry.

◆ Has() [4/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationIdTypeKey *  key)

Get/Set a vtkIdType-valued entry.

◆ Set() [4/23]

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

Get/Set an double-valued entry.

◆ Get() [3/25]

VTKCOMMONCORE_EXPORT double vtkInformation::Get ( vtkInformationDoubleKey *  key)

Get/Set an double-valued entry.

◆ Remove() [5/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationDoubleKey *  key)

Get/Set an double-valued entry.

◆ Has() [5/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationDoubleKey *  key)

Get/Set an double-valued entry.

◆ Set() [5/23]

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

Get/Set an variant-valued entry.

◆ Get() [4/25]

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

Get/Set an variant-valued entry.

◆ Remove() [6/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationVariantKey *  key)

Get/Set an variant-valued entry.

◆ Has() [6/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationVariantKey *  key)

Get/Set an variant-valued entry.

◆ Append() [1/16]

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

Get/Set an integer-vector-valued entry.

◆ Set() [6/23]

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

Get/Set an integer-vector-valued entry.

◆ Set() [7/23]

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

Get/Set an integer-vector-valued entry.

◆ Set() [8/23]

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.

◆ Get() [5/25]

VTKCOMMONCORE_EXPORT int* vtkInformation::Get ( vtkInformationIntegerVectorKey *  key)

Get/Set an integer-vector-valued entry.

◆ Get() [6/25]

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

Get/Set an integer-vector-valued entry.

◆ Get() [7/25]

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

Get/Set an integer-vector-valued entry.

◆ Length() [1/6]

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationIntegerVectorKey *  key)

Get/Set an integer-vector-valued entry.

◆ Remove() [7/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationIntegerVectorKey *  key)

Get/Set an integer-vector-valued entry.

◆ Has() [7/18]

Get/Set an integer-vector-valued entry.

◆ Append() [2/16]

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

Get/Set a string-vector-valued entry.

◆ Set() [9/23]

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

Get/Set a string-vector-valued entry.

◆ Get() [8/25]

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

Get/Set a string-vector-valued entry.

◆ Length() [2/6]

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationStringVectorKey *  key)

Get/Set a string-vector-valued entry.

◆ Remove() [8/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationStringVectorKey *  key)

Get/Set a string-vector-valued entry.

◆ Has() [8/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationStringVectorKey *  key)

Get/Set a string-vector-valued entry.

◆ Set() [10/23]

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

Get/Set an integer-pointer-valued entry.

◆ Get() [9/25]

VTKCOMMONCORE_EXPORT int* vtkInformation::Get ( vtkInformationIntegerPointerKey *  key)

Get/Set an integer-pointer-valued entry.

◆ Get() [10/25]

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

Get/Set an integer-pointer-valued entry.

◆ Length() [3/6]

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationIntegerPointerKey *  key)

Get/Set an integer-pointer-valued entry.

◆ Remove() [9/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationIntegerPointerKey *  key)

Get/Set an integer-pointer-valued entry.

◆ Has() [9/18]

Get/Set an integer-pointer-valued entry.

◆ Set() [11/23]

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

Get/Set an unsigned-long-valued entry.

◆ Get() [11/25]

VTKCOMMONCORE_EXPORT unsigned long vtkInformation::Get ( vtkInformationUnsignedLongKey *  key)

Get/Set an unsigned-long-valued entry.

◆ Remove() [10/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationUnsignedLongKey *  key)

Get/Set an unsigned-long-valued entry.

◆ Has() [10/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationUnsignedLongKey *  key)

Get/Set an unsigned-long-valued entry.

◆ Append() [3/16]

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

Get/Set an double-vector-valued entry.

◆ Set() [12/23]

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

Get/Set an double-vector-valued entry.

◆ Set() [13/23]

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

Get/Set an double-vector-valued entry.

◆ Set() [14/23]

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.

◆ Get() [12/25]

Get/Set an double-vector-valued entry.

◆ Get() [13/25]

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

Get/Set an double-vector-valued entry.

◆ Get() [14/25]

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

Get/Set an double-vector-valued entry.

◆ Length() [4/6]

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationDoubleVectorKey *  key)

Get/Set an double-vector-valued entry.

◆ Remove() [11/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationDoubleVectorKey *  key)

Get/Set an double-vector-valued entry.

◆ Has() [11/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationDoubleVectorKey *  key)

Get/Set an double-vector-valued entry.

◆ Append() [4/16]

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

Get/Set an variant-vector-valued entry.

◆ Set() [15/23]

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

Get/Set an variant-vector-valued entry.

◆ Set() [16/23]

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

Get/Set an variant-vector-valued entry.

◆ Set() [17/23]

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.

◆ Get() [15/25]

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

Get/Set an variant-vector-valued entry.

◆ Get() [16/25]

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

Get/Set an variant-vector-valued entry.

◆ Get() [17/25]

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

Get/Set an variant-vector-valued entry.

◆ Length() [5/6]

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationVariantVectorKey *  key)

Get/Set an variant-vector-valued entry.

◆ Remove() [12/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationVariantVectorKey *  key)

Get/Set an variant-vector-valued entry.

◆ Has() [12/18]

Get/Set an variant-vector-valued entry.

◆ Append() [5/16]

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

Get/Set an InformationKey-vector-valued entry.

◆ AppendUnique() [1/12]

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

Get/Set an InformationKey-vector-valued entry.

◆ Set() [18/23]

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

Get/Set an InformationKey-vector-valued entry.

◆ Remove() [13/19]

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

Get/Set an InformationKey-vector-valued entry.

◆ Get() [18/25]

Get/Set an InformationKey-vector-valued entry.

◆ Get() [19/25]

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

Get/Set an InformationKey-vector-valued entry.

◆ Get() [20/25]

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

Get/Set an InformationKey-vector-valued entry.

◆ Length() [6/6]

VTKCOMMONCORE_EXPORT int vtkInformation::Length ( vtkInformationKeyVectorKey *  key)

Get/Set an InformationKey-vector-valued entry.

◆ Remove() [14/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationKeyVectorKey *  key)

Get/Set an InformationKey-vector-valued entry.

◆ Has() [13/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationKeyVectorKey *  key)

Get/Set an InformationKey-vector-valued entry.

◆ Append() [6/16]

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

◆ Append() [7/16]

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

◆ Append() [8/16]

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

◆ Append() [9/16]

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

◆ Append() [10/16]

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

◆ Append() [11/16]

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

◆ Append() [12/16]

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

◆ Append() [13/16]

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

◆ Append() [14/16]

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

◆ Append() [15/16]

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

◆ Append() [16/16]

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

◆ AppendUnique() [2/12]

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

◆ AppendUnique() [3/12]

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

◆ AppendUnique() [4/12]

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

◆ AppendUnique() [5/12]

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

◆ AppendUnique() [6/12]

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

◆ AppendUnique() [7/12]

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

◆ AppendUnique() [8/12]

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

◆ AppendUnique() [9/12]

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

◆ AppendUnique() [10/12]

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

◆ AppendUnique() [11/12]

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

◆ AppendUnique() [12/12]

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

◆ Set() [19/23]

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

Get/Set a string-valued entry.

◆ Get() [21/25]

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

Get/Set a string-valued entry.

◆ Remove() [15/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationStringKey *  key)

Get/Set a string-valued entry.

◆ Has() [14/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationStringKey *  key)

Get/Set a string-valued entry.

◆ Set() [20/23]

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

Get/Set an entry storing another vtkInformation instance.

◆ Get() [22/25]

Get/Set an entry storing another vtkInformation instance.

◆ Remove() [16/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationInformationKey *  key)

Get/Set an entry storing another vtkInformation instance.

◆ Has() [15/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationInformationKey *  key)

Get/Set an entry storing another vtkInformation instance.

◆ Set() [21/23]

Get/Set an entry storing a vtkInformationVector instance.

◆ Get() [23/25]

Get/Set an entry storing a vtkInformationVector instance.

◆ Remove() [17/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationInformationVectorKey *  key)

Get/Set an entry storing a vtkInformationVector instance.

◆ Has() [16/18]

Get/Set an entry storing a vtkInformationVector instance.

◆ Set() [22/23]

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

Get/Set an entry storing a vtkObjectBase instance.

◆ Get() [24/25]

Get/Set an entry storing a vtkObjectBase instance.

◆ Remove() [18/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationObjectBaseKey *  key)

Get/Set an entry storing a vtkObjectBase instance.

◆ Has() [17/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationObjectBaseKey *  key)

Get/Set an entry storing a vtkObjectBase instance.

◆ Set() [23/23]

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

Get/Set an entry storing a vtkDataObject instance.

◆ Get() [25/25]

Get/Set an entry storing a vtkDataObject instance.

◆ Remove() [19/19]

VTKCOMMONCORE_EXPORT void vtkInformation::Remove ( vtkInformationDataObjectKey *  key)

Get/Set an entry storing a vtkDataObject instance.

◆ Has() [18/18]

VTKCOMMONCORE_EXPORT int vtkInformation::Has ( vtkInformationDataObjectKey *  key)

Get/Set an entry storing a vtkDataObject instance.

◆ GetKey() [1/14]

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

Upcast the given key instance.

◆ GetKey() [2/14]

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

Upcast the given key instance.

◆ GetKey() [3/14]

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

Upcast the given key instance.

◆ GetKey() [4/14]

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

Upcast the given key instance.

◆ GetKey() [5/14]

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

Upcast the given key instance.

◆ GetKey() [6/14]

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

Upcast the given key instance.

◆ GetKey() [7/14]

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

Upcast the given key instance.

◆ GetKey() [8/14]

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

Upcast the given key instance.

◆ GetKey() [9/14]

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

Upcast the given key instance.

◆ GetKey() [10/14]

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

Upcast the given key instance.

◆ GetKey() [11/14]

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

Upcast the given key instance.

◆ GetKey() [12/14]

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

Upcast the given key instance.

◆ GetKey() [13/14]

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

Upcast the given key instance.

◆ GetKey() [14/14]

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

Upcast the given key instance.

◆ Register()

virtual VTKCOMMONCORE_EXPORT void vtkInformation::Register ( vtkObjectBase *  o)
virtual

Initiate garbage collection when a reference is removed.

Reimplemented from vtkObjectBase.

◆ UnRegister()

virtual VTKCOMMONCORE_EXPORT void vtkInformation::UnRegister ( vtkObjectBase *  o)
virtual

Initiate garbage collection when a reference is removed.

Reimplemented from vtkObjectBase.

◆ SetRequest()

VTKCOMMONCORE_EXPORT void vtkInformation::SetRequest ( vtkInformationRequestKey *  request)

Get/Set the Request ivar

◆ GetRequest()

VTKCOMMONCORE_EXPORT vtkInformationRequestKey* vtkInformation::GetRequest ( )

Get/Set the Request ivar

◆ SetAsObjectBase()

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

◆ GetAsObjectBase() [1/2]

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

◆ GetAsObjectBase() [2/2]

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

◆ ReportReferences()

virtual VTKCOMMONCORE_EXPORT void vtkInformation::ReportReferences ( vtkGarbageCollector *  )
protectedvirtual

Reimplemented from vtkObjectBase.

◆ ReportAsObjectBase()

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

Friends And Related Function Documentation

◆ vtkInformationKeyToInformationFriendship

friend class vtkInformationKeyToInformationFriendship
friend

Definition at line 425 of file vtkInformation.h.

◆ vtkInformationIterator

friend class vtkInformationIterator
friend

Definition at line 426 of file vtkInformation.h.

Member Data Documentation

◆ Internal

vtkInformationInternals* vtkInformation::Internal
protected

Definition at line 414 of file vtkInformation.h.


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