Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Friends

vtkInformation Class Reference

Store vtkAlgorithm input/output information. More...

#include <vtkInformation.h>

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

List of all members.

Public Member Functions

 vtkExportedTypeRevisionMacro (vtkInformation, vtkObject, VTK_COMMON_EXPORT)
VTK_COMMON_EXPORT void PrintSelf (ostream &os, vtkIndent indent)
VTK_COMMON_EXPORT void Modified ()
VTK_COMMON_EXPORT void Modified (vtkInformationKey *key)
VTK_COMMON_EXPORT void Clear ()
VTK_COMMON_EXPORT int GetNumberOfKeys ()
VTK_COMMON_EXPORT void Copy (vtkInformation *from, int deep=0)
VTK_COMMON_EXPORT void CopyEntries (vtkInformation *from, vtkInformationKeyVectorKey *key, int deep=0)
VTK_COMMON_EXPORT int Has (vtkInformationKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationKey *key)
VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationDataObjectKey *value)
VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationDoubleKey *value)
VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationDoubleVectorKey *value)
VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationInformationKey *value)
VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationInformationVectorKey *value)
VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationIntegerKey *value)
VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationIntegerVectorKey *value)
VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationStringKey *value)
VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationStringVectorKey *value)
VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationObjectBaseKey *value)
VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationUnsignedLongKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDataObjectKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDoubleKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDoubleVectorKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationInformationKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationInformationVectorKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationIntegerKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationIntegerVectorKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationStringKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationStringVectorKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationObjectBaseKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationUnsignedLongKey *value)
void CopyEntry (vtkInformation *from, vtkInformationExecutivePortKey *key, int deep=0)

VTK_COMMON_EXPORT void CopyEntry (vtkInformation *from, vtkInformationKey *key, int deep=0)
VTK_COMMON_EXPORT void CopyEntry (vtkInformation *from, vtkInformationDataObjectKey *key, int deep=0)
VTK_COMMON_EXPORT void CopyEntry (vtkInformation *from, vtkInformationDoubleVectorKey *key, int deep=0)
VTK_COMMON_EXPORT void CopyEntry (vtkInformation *from, vtkInformationInformationKey *key, int deep=0)
VTK_COMMON_EXPORT void CopyEntry (vtkInformation *from, vtkInformationInformationVectorKey *key, int deep=0)
VTK_COMMON_EXPORT void CopyEntry (vtkInformation *from, vtkInformationIntegerKey *key, int deep=0)
VTK_COMMON_EXPORT void CopyEntry (vtkInformation *from, vtkInformationIntegerVectorKey *key, int deep=0)
VTK_COMMON_EXPORT void CopyEntry (vtkInformation *from, vtkInformationRequestKey *key, int deep=0)
VTK_COMMON_EXPORT void CopyEntry (vtkInformation *from, vtkInformationStringKey *key, int deep=0)
VTK_COMMON_EXPORT void CopyEntry (vtkInformation *from, vtkInformationStringVectorKey *key, int deep=0)
VTK_COMMON_EXPORT void CopyEntry (vtkInformation *from, vtkInformationUnsignedLongKey *key, int deep=0)

VTK_COMMON_EXPORT void Set (vtkInformationRequestKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationRequestKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationRequestKey *key)

VTK_COMMON_EXPORT void Set (vtkInformationIntegerKey *key, int value)
VTK_COMMON_EXPORT int Get (vtkInformationIntegerKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationIntegerKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationIntegerKey *key)

VTK_COMMON_EXPORT void Set (vtkInformationIdTypeKey *key, vtkIdType value)
VTK_COMMON_EXPORT vtkIdType Get (vtkInformationIdTypeKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationIdTypeKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationIdTypeKey *key)

VTK_COMMON_EXPORT void Set (vtkInformationDoubleKey *key, double value)
VTK_COMMON_EXPORT double Get (vtkInformationDoubleKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationDoubleKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationDoubleKey *key)

VTK_COMMON_EXPORT void Append (vtkInformationIntegerVectorKey *key, int value)
VTK_COMMON_EXPORT void Set (vtkInformationIntegerVectorKey *key, int *value, int length)
VTK_COMMON_EXPORT void Set (vtkInformationIntegerVectorKey *key, int value1, int value2, int value3)
VTK_COMMON_EXPORT void Set (vtkInformationIntegerVectorKey *key, int value1, int value2, int value3, int value4, int value5, int value6)
VTK_COMMON_EXPORT int * Get (vtkInformationIntegerVectorKey *key)
VTK_COMMON_EXPORT int Get (vtkInformationIntegerVectorKey *key, int idx)
VTK_COMMON_EXPORT void Get (vtkInformationIntegerVectorKey *key, int *value)
VTK_COMMON_EXPORT int Length (vtkInformationIntegerVectorKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationIntegerVectorKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationIntegerVectorKey *key)

VTK_COMMON_EXPORT void Append (vtkInformationStringVectorKey *key, const char *value)
VTK_COMMON_EXPORT void Set (vtkInformationStringVectorKey *key, const char *value, int idx=0)
VTK_COMMON_EXPORT const char * Get (vtkInformationStringVectorKey *key, int idx=0)
VTK_COMMON_EXPORT int Length (vtkInformationStringVectorKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationStringVectorKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationStringVectorKey *key)

VTK_COMMON_EXPORT void Set (vtkInformationIntegerPointerKey *key, int *value, int length)
VTK_COMMON_EXPORT int * Get (vtkInformationIntegerPointerKey *key)
VTK_COMMON_EXPORT void Get (vtkInformationIntegerPointerKey *key, int *value)
VTK_COMMON_EXPORT int Length (vtkInformationIntegerPointerKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationIntegerPointerKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationIntegerPointerKey *key)

VTK_COMMON_EXPORT void Set (vtkInformationUnsignedLongKey *key, unsigned long value)
VTK_COMMON_EXPORT unsigned long Get (vtkInformationUnsignedLongKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationUnsignedLongKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationUnsignedLongKey *key)

VTK_COMMON_EXPORT void Append (vtkInformationDoubleVectorKey *key, double value)
VTK_COMMON_EXPORT void Set (vtkInformationDoubleVectorKey *key, double *value, int length)
VTK_COMMON_EXPORT void Set (vtkInformationDoubleVectorKey *key, double value1, double value2, double value3)
VTK_COMMON_EXPORT void Set (vtkInformationDoubleVectorKey *key, double value1, double value2, double value3, double value4, double value5, double value6)
VTK_COMMON_EXPORT double * Get (vtkInformationDoubleVectorKey *key)
VTK_COMMON_EXPORT double Get (vtkInformationDoubleVectorKey *key, int idx)
VTK_COMMON_EXPORT void Get (vtkInformationDoubleVectorKey *key, double *value)
VTK_COMMON_EXPORT int Length (vtkInformationDoubleVectorKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationDoubleVectorKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationDoubleVectorKey *key)

VTK_COMMON_EXPORT void Append (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
VTK_COMMON_EXPORT void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
VTK_COMMON_EXPORT void Set (vtkInformationKeyVectorKey *key, vtkInformationKey **value, int length)
VTK_COMMON_EXPORT void Remove (vtkInformationKeyVectorKey *key, vtkInformationKey *value)
VTK_COMMON_EXPORT
vtkInformationKey ** 
Get (vtkInformationKeyVectorKey *key)
VTK_COMMON_EXPORT
vtkInformationKey * 
Get (vtkInformationKeyVectorKey *key, int idx)
VTK_COMMON_EXPORT void Get (vtkInformationKeyVectorKey *key, vtkInformationKey **value)
VTK_COMMON_EXPORT int Length (vtkInformationKeyVectorKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationKeyVectorKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationKeyVectorKey *key)

VTK_COMMON_EXPORT void Set (vtkInformationStringKey *key, const char *)
VTK_COMMON_EXPORT const char * Get (vtkInformationStringKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationStringKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationStringKey *key)

VTK_COMMON_EXPORT void Set (vtkInformationInformationKey *key, vtkInformation *)
VTK_COMMON_EXPORT vtkInformation * Get (vtkInformationInformationKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationInformationKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationInformationKey *key)

VTK_COMMON_EXPORT void Set (vtkInformationInformationVectorKey *key, vtkInformationVector *)
VTK_COMMON_EXPORT
vtkInformationVector * 
Get (vtkInformationInformationVectorKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationInformationVectorKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationInformationVectorKey *key)

VTK_COMMON_EXPORT void Set (vtkInformationObjectBaseKey *key, vtkObjectBase *)
VTK_COMMON_EXPORT vtkObjectBase * Get (vtkInformationObjectBaseKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationObjectBaseKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationObjectBaseKey *key)

VTK_COMMON_EXPORT void Set (vtkInformationDataObjectKey *key, vtkDataObject *)
VTK_COMMON_EXPORT vtkDataObject * Get (vtkInformationDataObjectKey *key)
VTK_COMMON_EXPORT void Remove (vtkInformationDataObjectKey *key)
VTK_COMMON_EXPORT int Has (vtkInformationDataObjectKey *key)

virtual VTK_COMMON_EXPORT void Register (vtkObjectBase *o)
virtual VTK_COMMON_EXPORT void UnRegister (vtkObjectBase *o)

VTK_COMMON_EXPORT void SetRequest (vtkInformationRequestKey *request)
VTK_COMMON_EXPORT
vtkInformationRequestKey * 
GetRequest ()

void Append (vtkInformationKeyVectorKey *key, vtkInformationExecutivePortKey *value)
void AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationExecutivePortKey *value)

void Set (vtkInformationExecutivePortKey *key, vtkExecutive *, int)
vtkExecutive * GetExecutive (vtkInformationExecutivePortKey *key)
int GetPort (vtkInformationExecutivePortKey *key)
void Get (vtkInformationExecutivePortKey *key, vtkExecutive *&executive, int &port)
void Remove (vtkInformationExecutivePortKey *key)
int Has (vtkInformationExecutivePortKey *key)

void Append (vtkInformationExecutivePortVectorKey *key, vtkExecutive *executive, int port)
void Remove (vtkInformationExecutivePortVectorKey *key, vtkExecutive *executive, int port)
void Set (vtkInformationExecutivePortVectorKey *key, vtkExecutive **executives, int *ports, int length)
vtkExecutive ** GetExecutives (vtkInformationExecutivePortVectorKey *key)
int * GetPorts (vtkInformationExecutivePortVectorKey *key)
void Get (vtkInformationExecutivePortVectorKey *key, vtkExecutive **executives, int *ports)
int Length (vtkInformationExecutivePortVectorKey *key)
void Remove (vtkInformationExecutivePortVectorKey *key)
int Has (vtkInformationExecutivePortVectorKey *key)

Static Public Member Functions

static VTK_COMMON_EXPORT
vtkInformation * 
New ()

static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationDataObjectKey *key)
static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationDoubleKey *key)
static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationDoubleVectorKey *key)
static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationInformationKey *key)
static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationInformationVectorKey *key)
static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationIntegerKey *key)
static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationIntegerVectorKey *key)
static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationRequestKey *key)
static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationStringKey *key)
static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationStringVectorKey *key)
static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationKey *key)
static VTK_COMMON_EXPORT
vtkInformationKey * 
GetKey (vtkInformationUnsignedLongKey *key)

static vtkInformationKey * GetKey (vtkInformationExecutivePortKey *key)

Protected Member Functions

VTK_COMMON_EXPORT vtkInformation ()
VTK_COMMON_EXPORT ~vtkInformation ()
VTK_COMMON_EXPORT void SetAsObjectBase (vtkInformationKey *key, vtkObjectBase *value)
VTK_COMMON_EXPORT vtkObjectBase * GetAsObjectBase (vtkInformationKey *key)
VTK_COMMON_EXPORT void ExpandTable ()
virtual VTK_COMMON_EXPORT void ReportReferences (vtkGarbageCollector *)
VTK_COMMON_EXPORT void ReportAsObjectBase (vtkInformationKey *key, vtkGarbageCollector *collector)

Protected Attributes

vtkInformationInternals * Internal

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
Tests:
vtkInformation (Tests)

Definition at line 71 of file vtkInformation.h.


Constructor & Destructor Documentation

VTK_COMMON_EXPORT vtkInformation::vtkInformation (  )  [protected]
VTK_COMMON_EXPORT vtkInformation::~vtkInformation (  )  [protected]

Member Function Documentation

static VTK_COMMON_EXPORT vtkInformation* vtkInformation::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

vtkInformation::vtkExportedTypeRevisionMacro ( vtkInformation  ,
vtkObject  ,
VTK_COMMON_EXPORT   
)
VTK_COMMON_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.

VTK_COMMON_EXPORT void vtkInformation::Modified (  )  [virtual]

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

Reimplemented from vtkObject.

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

VTK_COMMON_EXPORT void vtkInformation::Clear (  ) 

Clear all information entries.

VTK_COMMON_EXPORT int vtkInformation::GetNumberOfKeys (  ) 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationKey *  key  ) 

Check whether the given key appears in this information object.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationKey *  key  ) 

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

VTK_COMMON_EXPORT void vtkInformation::Set ( vtkInformationRequestKey *  key  ) 

Get/Set a request-valued entry.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationRequestKey *  key  ) 

Get/Set a request-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationRequestKey *  key  ) 

Get/Set a request-valued entry.

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

Get/Set an integer-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Get ( vtkInformationIntegerKey *  key  ) 

Get/Set an integer-valued entry.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationIntegerKey *  key  ) 

Get/Set an integer-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationIntegerKey *  key  ) 

Get/Set an integer-valued entry.

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

Get/Set a vtkIdType-valued entry.

VTK_COMMON_EXPORT vtkIdType vtkInformation::Get ( vtkInformationIdTypeKey *  key  ) 

Get/Set a vtkIdType-valued entry.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationIdTypeKey *  key  ) 

Get/Set a vtkIdType-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationIdTypeKey *  key  ) 

Get/Set a vtkIdType-valued entry.

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

Get/Set an double-valued entry.

VTK_COMMON_EXPORT double vtkInformation::Get ( vtkInformationDoubleKey *  key  ) 

Get/Set an double-valued entry.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationDoubleKey *  key  ) 

Get/Set an double-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationDoubleKey *  key  ) 

Get/Set an double-valued entry.

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

Get/Set an integer-vector-valued entry.

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

Get/Set an integer-vector-valued entry.

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

Get/Set an integer-vector-valued entry.

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

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

Get/Set an integer-vector-valued entry.

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

Get/Set an integer-vector-valued entry.

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

Get/Set an integer-vector-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Length ( vtkInformationIntegerVectorKey *  key  ) 

Get/Set an integer-vector-valued entry.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationIntegerVectorKey *  key  ) 

Get/Set an integer-vector-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationIntegerVectorKey *  key  ) 

Get/Set an integer-vector-valued entry.

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

Get/Set a string-vector-valued entry.

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

Get/Set a string-vector-valued entry.

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

Get/Set a string-vector-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Length ( vtkInformationStringVectorKey *  key  ) 

Get/Set a string-vector-valued entry.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationStringVectorKey *  key  ) 

Get/Set a string-vector-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationStringVectorKey *  key  ) 

Get/Set a string-vector-valued entry.

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

Get/Set an integer-pointer-valued entry.

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

Get/Set an integer-pointer-valued entry.

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

Get/Set an integer-pointer-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Length ( vtkInformationIntegerPointerKey *  key  ) 

Get/Set an integer-pointer-valued entry.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationIntegerPointerKey *  key  ) 

Get/Set an integer-pointer-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationIntegerPointerKey *  key  ) 

Get/Set an integer-pointer-valued entry.

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

Get/Set an unsigned-long-valued entry.

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

Get/Set an unsigned-long-valued entry.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationUnsignedLongKey *  key  ) 

Get/Set an unsigned-long-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationUnsignedLongKey *  key  ) 

Get/Set an unsigned-long-valued entry.

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

Get/Set an double-vector-valued entry.

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

Get/Set an double-vector-valued entry.

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

Get/Set an double-vector-valued entry.

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

VTK_COMMON_EXPORT double* vtkInformation::Get ( vtkInformationDoubleVectorKey *  key  ) 

Get/Set an double-vector-valued entry.

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

Get/Set an double-vector-valued entry.

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

Get/Set an double-vector-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Length ( vtkInformationDoubleVectorKey *  key  ) 

Get/Set an double-vector-valued entry.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationDoubleVectorKey *  key  ) 

Get/Set an double-vector-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationDoubleVectorKey *  key  ) 

Get/Set an double-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

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

Get/Set an InformationKey-vector-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Length ( vtkInformationKeyVectorKey *  key  ) 

Get/Set an InformationKey-vector-valued entry.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationKeyVectorKey *  key  ) 

Get/Set an InformationKey-vector-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationKeyVectorKey *  key  ) 

Get/Set an InformationKey-vector-valued entry.

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

Get/Set a string-valued entry.

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

Get/Set a string-valued entry.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationStringKey *  key  ) 

Get/Set a string-valued entry.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationStringKey *  key  ) 

Get/Set a string-valued entry.

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

Get/Set an entry storing another vtkInformation instance.

VTK_COMMON_EXPORT vtkInformation* vtkInformation::Get ( vtkInformationInformationKey *  key  ) 

Get/Set an entry storing another vtkInformation instance.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationInformationKey *  key  ) 

Get/Set an entry storing another vtkInformation instance.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationInformationKey *  key  ) 

Get/Set an entry storing another vtkInformation instance.

VTK_COMMON_EXPORT void vtkInformation::Set ( vtkInformationInformationVectorKey *  key,
vtkInformationVector *   
)

Get/Set an entry storing a vtkInformationVector instance.

VTK_COMMON_EXPORT vtkInformationVector* vtkInformation::Get ( vtkInformationInformationVectorKey *  key  ) 

Get/Set an entry storing a vtkInformationVector instance.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationInformationVectorKey *  key  ) 

Get/Set an entry storing a vtkInformationVector instance.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationInformationVectorKey *  key  ) 

Get/Set an entry storing a vtkInformationVector instance.

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

Get/Set an entry storing a vtkObjectBase instance.

VTK_COMMON_EXPORT vtkObjectBase* vtkInformation::Get ( vtkInformationObjectBaseKey *  key  ) 

Get/Set an entry storing a vtkObjectBase instance.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationObjectBaseKey *  key  ) 

Get/Set an entry storing a vtkObjectBase instance.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationObjectBaseKey *  key  ) 

Get/Set an entry storing a vtkObjectBase instance.

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

Get/Set an entry storing a vtkDataObject instance.

VTK_COMMON_EXPORT vtkDataObject* vtkInformation::Get ( vtkInformationDataObjectKey *  key  ) 

Get/Set an entry storing a vtkDataObject instance.

VTK_COMMON_EXPORT void vtkInformation::Remove ( vtkInformationDataObjectKey *  key  ) 

Get/Set an entry storing a vtkDataObject instance.

VTK_COMMON_EXPORT int vtkInformation::Has ( vtkInformationDataObjectKey *  key  ) 

Get/Set an entry storing a vtkDataObject instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationDataObjectKey *  key  )  [static]

Upcast the given key instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationDoubleKey *  key  )  [static]

Upcast the given key instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationDoubleVectorKey *  key  )  [static]

Upcast the given key instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationInformationKey *  key  )  [static]

Upcast the given key instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationInformationVectorKey *  key  )  [static]

Upcast the given key instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationIntegerKey *  key  )  [static]

Upcast the given key instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationIntegerVectorKey *  key  )  [static]

Upcast the given key instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationRequestKey *  key  )  [static]

Upcast the given key instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationStringKey *  key  )  [static]

Upcast the given key instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationStringVectorKey *  key  )  [static]

Upcast the given key instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationKey *  key  )  [static]

Upcast the given key instance.

static VTK_COMMON_EXPORT vtkInformationKey* vtkInformation::GetKey ( vtkInformationUnsignedLongKey *  key  )  [static]

Upcast the given key instance.

virtual VTK_COMMON_EXPORT void vtkInformation::Register ( vtkObjectBase *  o  )  [virtual]

Initiate garbage collection when a reference is removed.

Reimplemented from vtkObjectBase.

virtual VTK_COMMON_EXPORT void vtkInformation::UnRegister ( vtkObjectBase *  o  )  [virtual]

Initiate garbage collection when a reference is removed.

Reimplemented from vtkObjectBase.

VTK_COMMON_EXPORT void vtkInformation::SetRequest ( vtkInformationRequestKey *  request  ) 

Get/Set the Request ivar

VTK_COMMON_EXPORT vtkInformationRequestKey* vtkInformation::GetRequest (  ) 

Get/Set the Request ivar

void vtkInformation::CopyEntry ( vtkInformation *  from,
vtkInformationExecutivePortKey *  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).

Deprecated:
Replaced by vtkInformationExecutivePortKey::ShallowCopy() as of VTK 5.2.
void vtkInformation::Append ( vtkInformationKeyVectorKey *  key,
vtkInformationExecutivePortKey *  value 
)

Append an InformationKey-vector-valued entry.

Deprecated:
Replaced by vtkInformationExecutivePortKey::Append() as of VTK 5.2.
void vtkInformation::AppendUnique ( vtkInformationKeyVectorKey *  key,
vtkInformationExecutivePortKey *  value 
)

Append an InformationKey-vector-valued entry.

Deprecated:
Replaced by vtkInformationExecutivePortKey::Append() as of VTK 5.2.
void vtkInformation::Set ( vtkInformationExecutivePortKey *  key,
vtkExecutive *  ,
int   
)

Retrieve/Modify an entry storing a vtkExecutive/port number pair.

Deprecated:
Replaced by vtkInformationExecutivePortKey::Set() as of VTK 5.2.
vtkExecutive* vtkInformation::GetExecutive ( vtkInformationExecutivePortKey *  key  ) 

Retrieve/Modify an entry storing a vtkExecutive/port number pair.

Deprecated:
Replaced by vtkInformationExecutivePortKey::Set() as of VTK 5.2.
int vtkInformation::GetPort ( vtkInformationExecutivePortKey *  key  ) 

Retrieve/Modify an entry storing a vtkExecutive/port number pair.

Deprecated:
Replaced by vtkInformationExecutivePortKey::Set() as of VTK 5.2.
void vtkInformation::Get ( vtkInformationExecutivePortKey *  key,
vtkExecutive *&  executive,
int &  port 
)

Retrieve/Modify an entry storing a vtkExecutive/port number pair.

Deprecated:
Replaced by vtkInformationExecutivePortKey::Set() as of VTK 5.2.
void vtkInformation::Remove ( vtkInformationExecutivePortKey *  key  ) 

Retrieve/Modify an entry storing a vtkExecutive/port number pair.

Deprecated:
Replaced by vtkInformationExecutivePortKey::Set() as of VTK 5.2.
int vtkInformation::Has ( vtkInformationExecutivePortKey *  key  ) 

Retrieve/Modify an entry storing a vtkExecutive/port number pair.

Deprecated:
Replaced by vtkInformationExecutivePortKey::Set() as of VTK 5.2.
void vtkInformation::Append ( vtkInformationExecutivePortVectorKey *  key,
vtkExecutive *  executive,
int  port 
)

Retrieve/Modify an entry storing a vector of vtkExecutive/port number pairs.

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.
void vtkInformation::Remove ( vtkInformationExecutivePortVectorKey *  key,
vtkExecutive *  executive,
int  port 
)

Retrieve/Modify an entry storing a vector of vtkExecutive/port number pairs.

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.
void vtkInformation::Set ( vtkInformationExecutivePortVectorKey *  key,
vtkExecutive **  executives,
int *  ports,
int  length 
)

Retrieve/Modify an entry storing a vector of vtkExecutive/port number pairs.

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.
vtkExecutive** vtkInformation::GetExecutives ( vtkInformationExecutivePortVectorKey *  key  ) 

Retrieve/Modify an entry storing a vector of vtkExecutive/port number pairs.

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.
int* vtkInformation::GetPorts ( vtkInformationExecutivePortVectorKey *  key  ) 

Retrieve/Modify an entry storing a vector of vtkExecutive/port number pairs.

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.
void vtkInformation::Get ( vtkInformationExecutivePortVectorKey *  key,
vtkExecutive **  executives,
int *  ports 
)

Retrieve/Modify an entry storing a vector of vtkExecutive/port number pairs.

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.
int vtkInformation::Length ( vtkInformationExecutivePortVectorKey *  key  ) 

Retrieve/Modify an entry storing a vector of vtkExecutive/port number pairs.

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.
void vtkInformation::Remove ( vtkInformationExecutivePortVectorKey *  key  ) 

Retrieve/Modify an entry storing a vector of vtkExecutive/port number pairs.

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.
int vtkInformation::Has ( vtkInformationExecutivePortVectorKey *  key  ) 

Retrieve/Modify an entry storing a vector of vtkExecutive/port number pairs.

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.
static vtkInformationKey* vtkInformation::GetKey ( vtkInformationExecutivePortKey *  key  )  [static]

Upcast the given key instance.

Deprecated:
This convenience method will be removed in some future version.
VTK_COMMON_EXPORT void vtkInformation::SetAsObjectBase ( vtkInformationKey *  key,
vtkObjectBase *  value 
) [protected]
VTK_COMMON_EXPORT vtkObjectBase* vtkInformation::GetAsObjectBase ( vtkInformationKey *  key  )  [protected]
VTK_COMMON_EXPORT void vtkInformation::ExpandTable (  )  [protected]
virtual VTK_COMMON_EXPORT void vtkInformation::ReportReferences ( vtkGarbageCollector *   )  [protected, virtual]

Reimplemented from vtkObjectBase.

VTK_COMMON_EXPORT void vtkInformation::ReportAsObjectBase ( vtkInformationKey *  key,
vtkGarbageCollector *  collector 
) [protected]

Friends And Related Function Documentation

friend class vtkInformationKeyToInformationFriendship [friend]

Definition at line 495 of file vtkInformation.h.

friend class vtkInformationIterator [friend]

Definition at line 496 of file vtkInformation.h.


Member Data Documentation

Definition at line 484 of file vtkInformation.h.


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