VTK
Public Types | 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:
[legend]
Collaboration diagram for vtkInformation:
[legend]

List of all members.

Public Types

typedef vtkObject Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
VTK_COMMON_EXPORT void PrintSelf (ostream &os, vtkIndent indent)
VTK_COMMON_EXPORT void PrintKeys (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 vtkInformationGet (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 vtkObjectBaseGet (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_WRAP_EXTERN *)
VTK_COMMON_EXPORT
vtkDataObject VTK_WRAP_EXTERN * 
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)
vtkExecutiveGetExecutive (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 int IsTypeOf (const char *type)
static vtkInformationSafeDownCast (vtkObject *o)
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 vtkInformationKeyGetKey (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 vtkObjectBaseGetAsObjectBase (vtkInformationKey *key)
virtual VTK_COMMON_EXPORT void ReportReferences (vtkGarbageCollector *)
VTK_COMMON_EXPORT void ReportAsObjectBase (vtkInformationKey *key, vtkGarbageCollector *collector)

Protected Attributes

vtkInformationInternalsInternal

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 81 of file vtkInformation.h.


Member Typedef Documentation

Reimplemented from vtkObject.

Definition at line 85 of file vtkInformation.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from vtkObject.

virtual const char* vtkInformation::GetClassName ( ) [virtual]

Reimplemented from vtkObject.

static int vtkInformation::IsTypeOf ( const char *  name) [static]

Return 1 if this class type 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.

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.

Reimplemented from vtkObject.

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::PrintKeys ( ostream &  os,
vtkIndent  indent 
)

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

Reimplemented from vtkObject.

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 all information entries.

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

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

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

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

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

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

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

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

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

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

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

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.

Check whether the given key appears in this information object.

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

Get/Set a request-valued entry.

Get/Set a request-valued entry.

Get/Set a request-valued entry.

Get/Set an integer-valued entry.

Get/Set an integer-valued entry.

Get/Set an integer-valued entry.

Get/Set an integer-valued entry.

Get/Set a vtkIdType-valued entry.

Get/Set a vtkIdType-valued entry.

Get/Set a vtkIdType-valued entry.

Get/Set a vtkIdType-valued entry.

Get/Set an double-valued entry.

Get/Set an double-valued entry.

Get/Set an double-valued entry.

Get/Set an double-valued entry.

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.

Get/Set an integer-vector-valued entry.

Get/Set an integer-vector-valued entry.

Get/Set an integer-vector-valued entry.

Get/Set an integer-vector-valued entry.

Get/Set an integer-vector-valued entry.

Get/Set an integer-vector-valued entry.

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.

Get/Set a string-vector-valued entry.

Get/Set a string-vector-valued entry.

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.

Get/Set an integer-pointer-valued entry.

Get/Set an integer-pointer-valued entry.

Get/Set an integer-pointer-valued entry.

Get/Set an integer-pointer-valued entry.

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.

Get/Set an unsigned-long-valued entry.

Get/Set an unsigned-long-valued entry.

Get/Set an unsigned-long-valued entry.

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.

Get/Set an double-vector-valued entry.

Get/Set an double-vector-valued entry.

Get/Set an double-vector-valued entry.

Get/Set an double-vector-valued entry.

Get/Set an double-vector-valued entry.

Get/Set an double-vector-valued entry.

Get/Set an InformationKey-vector-valued entry.

Get/Set an InformationKey-vector-valued entry.

Get/Set an InformationKey-vector-valued entry.

Get/Set an InformationKey-vector-valued entry.

Get/Set an InformationKey-vector-valued entry.

Get/Set an InformationKey-vector-valued entry.

Get/Set an InformationKey-vector-valued entry.

Get/Set an InformationKey-vector-valued entry.

Get/Set an InformationKey-vector-valued entry.

Get/Set an InformationKey-vector-valued entry.

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

Get/Set a string-valued entry.

Get/Set a string-valued entry.

Get/Set a string-valued entry.

Get/Set a string-valued entry.

Get/Set an entry storing another vtkInformation instance.

Get/Set an entry storing another vtkInformation instance.

Get/Set an entry storing another vtkInformation instance.

Get/Set an entry storing another vtkInformation instance.

Get/Set an entry storing a vtkInformationVector instance.

Get/Set an entry storing a vtkInformationVector instance.

Get/Set an entry storing a vtkInformationVector instance.

Get/Set an entry storing a vtkInformationVector instance.

Get/Set an entry storing a vtkObjectBase instance.

Get/Set an entry storing a vtkObjectBase instance.

Get/Set an entry storing a vtkObjectBase instance.

Get/Set an entry storing a vtkObjectBase instance.

Get/Set an entry storing a vtkDataObject instance.

Get/Set an entry storing a vtkDataObject instance.

Get/Set an entry storing a vtkDataObject instance.

Get/Set an entry storing a vtkDataObject instance.

Upcast the given key instance.

Upcast the given key instance.

Upcast the given key instance.

Upcast the given key instance.

Upcast the given key instance.

Upcast the given key instance.

Upcast the given key instance.

Upcast the given key instance.

Upcast the given key instance.

Upcast the given key instance.

Upcast the given key instance.

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.

Initiate garbage collection when a reference is removed.

Reimplemented from vtkObjectBase.

Get/Set the Request ivar

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.

Append an InformationKey-vector-valued entry.

Deprecated:
Replaced by vtkInformationExecutivePortKey::Append() as of VTK 5.2.

Append an InformationKey-vector-valued entry.

Deprecated:
Replaced by vtkInformationExecutivePortKey::Append() as of VTK 5.2.

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

Deprecated:
Replaced by vtkInformationExecutivePortKey::Set() as of VTK 5.2.

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

Deprecated:
Replaced by vtkInformationExecutivePortKey::Set() as of VTK 5.2.

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.

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

Deprecated:
Replaced by vtkInformationExecutivePortKey::Set() as of VTK 5.2.

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.

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

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.

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.

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

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.

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

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.

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

Deprecated:
Replaced by vtkInformationExecutivePortVectorKey::Append() as of VTK 5.2.

Upcast the given key instance.

Deprecated:
This convenience method will be removed in some future version.
virtual VTK_COMMON_EXPORT void vtkInformation::ReportReferences ( vtkGarbageCollector ) [protected, virtual]

Reimplemented from vtkObjectBase.


Friends And Related Function Documentation

Definition at line 504 of file vtkInformation.h.

friend class vtkInformationIterator [friend]

Definition at line 505 of file vtkInformation.h.


Member Data Documentation

Definition at line 493 of file vtkInformation.h.


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