VTK
9.0.1
|
Store vtkAlgorithm input/output information. More...
#include <vtkInformation.h>
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual vtkTypeBool | IsA (const char *type) |
Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
vtkInformation * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. More... | |
void | PrintKeys (ostream &os, vtkIndent indent) |
void | Modified () override |
Modified signature with no arguments that calls Modified on vtkObject superclass. More... | |
void | Modified (vtkInformationKey *key) |
Modified signature that takes an information key as an argument. More... | |
void | Clear () |
Clear all information entries. More... | |
int | GetNumberOfKeys () |
Return the number of keys in this information object (as would be returned by iterating over the keys). More... | |
void | Copy (vtkInformation *from, int deep=0) |
Copy all information entries from the given vtkInformation instance. More... | |
void | Append (vtkInformation *from, int deep=0) |
Append all information entries from the given vtkInformation instance. More... | |
void | CopyEntry (vtkInformation *from, vtkInformationKey *key, int deep=0) |
Copy the key/value pair associated with the given key in the given information object. More... | |
void | CopyEntry (vtkInformation *from, vtkInformationDataObjectKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationDoubleVectorKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationVariantKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationVariantVectorKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationInformationKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationInformationVectorKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationIntegerKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationIntegerVectorKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationObjectBaseVectorKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationRequestKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationStringKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationStringVectorKey *key, int deep=0) |
void | CopyEntry (vtkInformation *from, vtkInformationUnsignedLongKey *key, int deep=0) |
void | CopyEntries (vtkInformation *from, vtkInformationKeyVectorKey *key, int deep=0) |
Use the given key to lookup a list of other keys in the given information object. More... | |
int | Has (vtkInformationKey *key) |
Check whether the given key appears in this information object. More... | |
void | Remove (vtkInformationKey *key) |
Remove the given key and its data from this information object. More... | |
void | Set (vtkInformationRequestKey *key) |
Get/Set a request-valued entry. More... | |
void | Remove (vtkInformationRequestKey *key) |
int | Has (vtkInformationRequestKey *key) |
void | Set (vtkInformationIntegerKey *key, int value) |
Get/Set an integer-valued entry. More... | |
int | Get (vtkInformationIntegerKey *key) |
void | Remove (vtkInformationIntegerKey *key) |
int | Has (vtkInformationIntegerKey *key) |
void | Set (vtkInformationIdTypeKey *key, vtkIdType value) |
Get/Set a vtkIdType-valued entry. More... | |
vtkIdType | Get (vtkInformationIdTypeKey *key) |
void | Remove (vtkInformationIdTypeKey *key) |
int | Has (vtkInformationIdTypeKey *key) |
void | Set (vtkInformationDoubleKey *key, double value) |
Get/Set an double-valued entry. More... | |
double | Get (vtkInformationDoubleKey *key) |
void | Remove (vtkInformationDoubleKey *key) |
int | Has (vtkInformationDoubleKey *key) |
void | Set (vtkInformationVariantKey *key, const vtkVariant &value) |
Get/Set an variant-valued entry. More... | |
const vtkVariant & | Get (vtkInformationVariantKey *key) |
void | Remove (vtkInformationVariantKey *key) |
int | Has (vtkInformationVariantKey *key) |
void | Append (vtkInformationIntegerVectorKey *key, int value) |
Get/Set an integer-vector-valued entry. More... | |
void | Set (vtkInformationIntegerVectorKey *key, const int *value, int length) |
void | Set (vtkInformationIntegerVectorKey *key, int value1, int value2, int value3) |
void | Set (vtkInformationIntegerVectorKey *key, int value1, int value2, int value3, int value4, int value5, int value6) |
int * | Get (vtkInformationIntegerVectorKey *key) |
int | Get (vtkInformationIntegerVectorKey *key, int idx) |
void | Get (vtkInformationIntegerVectorKey *key, int *value) |
int | Length (vtkInformationIntegerVectorKey *key) |
void | Remove (vtkInformationIntegerVectorKey *key) |
int | Has (vtkInformationIntegerVectorKey *key) |
void | Append (vtkInformationStringVectorKey *key, const char *value) |
Get/Set a string-vector-valued entry. More... | |
void | Set (vtkInformationStringVectorKey *key, const char *value, int idx=0) |
void | Append (vtkInformationStringVectorKey *key, const std::string &value) |
void | Set (vtkInformationStringVectorKey *key, const std::string &value, int idx=0) |
const char * | Get (vtkInformationStringVectorKey *key, int idx=0) |
int | Length (vtkInformationStringVectorKey *key) |
void | Remove (vtkInformationStringVectorKey *key) |
int | Has (vtkInformationStringVectorKey *key) |
void | Set (vtkInformationIntegerPointerKey *key, int *value, int length) |
Get/Set an integer-pointer-valued entry. More... | |
int * | Get (vtkInformationIntegerPointerKey *key) |
void | Get (vtkInformationIntegerPointerKey *key, int *value) |
int | Length (vtkInformationIntegerPointerKey *key) |
void | Remove (vtkInformationIntegerPointerKey *key) |
int | Has (vtkInformationIntegerPointerKey *key) |
void | Set (vtkInformationUnsignedLongKey *key, unsigned long value) |
Get/Set an unsigned-long-valued entry. More... | |
unsigned long | Get (vtkInformationUnsignedLongKey *key) |
void | Remove (vtkInformationUnsignedLongKey *key) |
int | Has (vtkInformationUnsignedLongKey *key) |
void | Append (vtkInformationDoubleVectorKey *key, double value) |
Get/Set an double-vector-valued entry. More... | |
void | Set (vtkInformationDoubleVectorKey *key, const double *value, int length) |
void | Set (vtkInformationDoubleVectorKey *key, double value1, double value2, double value3) |
void | Set (vtkInformationDoubleVectorKey *key, double value1, double value2, double value3, double value4, double value5, double value6) |
double * | Get (vtkInformationDoubleVectorKey *key) |
double | Get (vtkInformationDoubleVectorKey *key, int idx) |
void | Get (vtkInformationDoubleVectorKey *key, double *value) |
int | Length (vtkInformationDoubleVectorKey *key) |
void | Remove (vtkInformationDoubleVectorKey *key) |
int | Has (vtkInformationDoubleVectorKey *key) |
void | Append (vtkInformationVariantVectorKey *key, const vtkVariant &value) |
Get/Set an variant-vector-valued entry. More... | |
void | Set (vtkInformationVariantVectorKey *key, const vtkVariant *value, int length) |
void | Set (vtkInformationVariantVectorKey *key, const vtkVariant &value1, const vtkVariant &value2, const vtkVariant &value3) |
void | Set (vtkInformationVariantVectorKey *key, const vtkVariant &value1, const vtkVariant &value2, const vtkVariant &value3, const vtkVariant &value4, const vtkVariant &value5, const vtkVariant &value6) |
const vtkVariant * | Get (vtkInformationVariantVectorKey *key) |
const vtkVariant & | Get (vtkInformationVariantVectorKey *key, int idx) |
void | Get (vtkInformationVariantVectorKey *key, vtkVariant *value) |
int | Length (vtkInformationVariantVectorKey *key) |
void | Remove (vtkInformationVariantVectorKey *key) |
int | Has (vtkInformationVariantVectorKey *key) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationKey *value) |
Get/Set an InformationKey-vector-valued entry. More... | |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationKey *value) |
void | Set (vtkInformationKeyVectorKey *key, vtkInformationKey *const *value, int length) |
void | Remove (vtkInformationKeyVectorKey *key, vtkInformationKey *value) |
vtkInformationKey ** | Get (vtkInformationKeyVectorKey *key) |
vtkInformationKey * | Get (vtkInformationKeyVectorKey *key, int idx) |
void | Get (vtkInformationKeyVectorKey *key, vtkInformationKey **value) |
int | Length (vtkInformationKeyVectorKey *key) |
void | Remove (vtkInformationKeyVectorKey *key) |
int | Has (vtkInformationKeyVectorKey *key) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationDataObjectKey *value) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationDoubleKey *value) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationDoubleVectorKey *value) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationInformationKey *value) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationInformationVectorKey *value) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationIntegerKey *value) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationIntegerVectorKey *value) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationStringKey *value) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationStringVectorKey *value) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationObjectBaseKey *value) |
void | Append (vtkInformationKeyVectorKey *key, vtkInformationUnsignedLongKey *value) |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDataObjectKey *value) |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDoubleKey *value) |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationDoubleVectorKey *value) |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationInformationKey *value) |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationInformationVectorKey *value) |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationIntegerKey *value) |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationIntegerVectorKey *value) |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationStringKey *value) |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationStringVectorKey *value) |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationObjectBaseKey *value) |
void | AppendUnique (vtkInformationKeyVectorKey *key, vtkInformationUnsignedLongKey *value) |
void | Set (vtkInformationStringKey *key, const char *) |
Get/Set a string-valued entry. More... | |
void | Set (vtkInformationStringKey *key, const std::string &) |
const char * | Get (vtkInformationStringKey *key) |
void | Remove (vtkInformationStringKey *key) |
int | Has (vtkInformationStringKey *key) |
void | Set (vtkInformationInformationKey *key, vtkInformation *) |
Get/Set an entry storing another vtkInformation instance. More... | |
vtkInformation * | Get (vtkInformationInformationKey *key) |
void | Remove (vtkInformationInformationKey *key) |
int | Has (vtkInformationInformationKey *key) |
void | Set (vtkInformationInformationVectorKey *key, vtkInformationVector *) |
Get/Set an entry storing a vtkInformationVector instance. More... | |
vtkInformationVector * | Get (vtkInformationInformationVectorKey *key) |
void | Remove (vtkInformationInformationVectorKey *key) |
int | Has (vtkInformationInformationVectorKey *key) |
void | Set (vtkInformationObjectBaseKey *key, vtkObjectBase *) |
Get/Set an entry storing a vtkObjectBase instance. More... | |
vtkObjectBase * | Get (vtkInformationObjectBaseKey *key) |
void | Remove (vtkInformationObjectBaseKey *key) |
int | Has (vtkInformationObjectBaseKey *key) |
void | Append (vtkInformationObjectBaseVectorKey *key, vtkObjectBase *data) |
Manipulate a ObjectBaseVector entry. More... | |
void | Set (vtkInformationObjectBaseVectorKey *key, vtkObjectBase *value, int idx=0) |
vtkObjectBase * | Get (vtkInformationObjectBaseVectorKey *key, int idx=0) |
int | Length (vtkInformationObjectBaseVectorKey *key) |
void | Remove (vtkInformationObjectBaseVectorKey *key) |
void | Remove (vtkInformationObjectBaseVectorKey *key, vtkObjectBase *objectToRemove) |
void | Remove (vtkInformationObjectBaseVectorKey *key, int indexToRemove) |
int | Has (vtkInformationObjectBaseVectorKey *key) |
void | Set (vtkInformationDataObjectKey *key, vtkDataObject VTK_WRAP_EXTERN *) |
Get/Set an entry storing a vtkDataObject instance. More... | |
vtkDataObject VTK_WRAP_EXTERN * | Get (vtkInformationDataObjectKey *key) |
void | Remove (vtkInformationDataObjectKey *key) |
int | Has (vtkInformationDataObjectKey *key) |
void | Register (vtkObjectBase *o) override |
Initiate garbage collection when a reference is removed. More... | |
void | UnRegister (vtkObjectBase *o) override |
Decrease the reference count (release by another object). More... | |
void | SetRequest (vtkInformationRequestKey *request) |
Get/Set the Request ivar. More... | |
vtkInformationRequestKey * | GetRequest () |
![]() | |
vtkBaseTypeMacro (vtkObject, vtkObjectBase) | |
virtual void | DebugOn () |
Turn debugging output on. More... | |
virtual void | DebugOff () |
Turn debugging output off. More... | |
bool | GetDebug () |
Get the value of the debug flag. More... | |
void | SetDebug (bool debugFlag) |
Set the value of the debug flag. More... | |
virtual vtkMTimeType | GetMTime () |
Return this object's modified time. More... | |
void | PrintSelf (ostream &os, vtkIndent indent) override |
Methods invoked by print to print information about the object including superclasses. More... | |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
vtkCommand * | GetCommand (unsigned long tag) |
void | RemoveObserver (vtkCommand *) |
void | RemoveObservers (unsigned long event, vtkCommand *) |
void | RemoveObservers (const char *event, vtkCommand *) |
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
vtkTypeBool | HasObserver (unsigned long event) |
vtkTypeBool | HasObserver (const char *event) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More... | |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
Allow user to set the AbortFlagOn() with the return value of the callback method. More... | |
int | InvokeEvent (unsigned long event, void *callData) |
This method invokes an event and return whether the event was aborted or not. More... | |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
const char * | GetClassName () const |
Return the class name as a string. More... | |
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More... | |
virtual void | Delete () |
Delete a VTK object. More... | |
virtual void | FastDelete () |
Delete a reference to this object. More... | |
void | InitializeObjectBase () |
void | Print (ostream &os) |
Print an object to an ostream. More... | |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Return the current reference count of this object. More... | |
void | SetReferenceCount (int) |
Sets the reference count. More... | |
void | PrintRevisions (ostream &) |
Legacy. More... | |
Static Public Member Functions | |
static vtkInformation * | New () |
static vtkTypeBool | IsTypeOf (const char *type) |
static vtkInformation * | SafeDownCast (vtkObjectBase *o) |
static vtkInformationKey * | GetKey (vtkInformationDataObjectKey *key) |
Upcast the given key instance. More... | |
static vtkInformationKey * | GetKey (vtkInformationDoubleKey *key) |
static vtkInformationKey * | GetKey (vtkInformationDoubleVectorKey *key) |
static vtkInformationKey * | GetKey (vtkInformationInformationKey *key) |
static vtkInformationKey * | GetKey (vtkInformationInformationVectorKey *key) |
static vtkInformationKey * | GetKey (vtkInformationIntegerKey *key) |
static vtkInformationKey * | GetKey (vtkInformationIntegerVectorKey *key) |
static vtkInformationKey * | GetKey (vtkInformationRequestKey *key) |
static vtkInformationKey * | GetKey (vtkInformationStringKey *key) |
static vtkInformationKey * | GetKey (vtkInformationStringVectorKey *key) |
static vtkInformationKey * | GetKey (vtkInformationKey *key) |
static vtkInformationKey * | GetKey (vtkInformationUnsignedLongKey *key) |
static vtkInformationKey * | GetKey (vtkInformationVariantKey *key) |
static vtkInformationKey * | GetKey (vtkInformationVariantVectorKey *key) |
![]() | |
static vtkObject * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
static void | BreakOnError () |
This method is called when vtkErrorMacro executes. More... | |
static void | SetGlobalWarningDisplay (int val) |
This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
![]() | |
static vtkTypeBool | IsTypeOf (const char *name) |
Return 1 if this class type is the same type of (or a subclass of) the named class. More... | |
static vtkIdType | GetNumberOfGenerationsFromBaseType (const char *name) |
Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More... | |
static vtkObjectBase * | New () |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
Protected Attributes | |
vtkInformationInternals * | Internal |
![]() | |
bool | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
![]() | |
std::atomic< int32_t > | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
Friends | |
class | vtkInformationKeyToInformationFriendship |
class | vtkInformationIterator |
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.
Definition at line 64 of file vtkInformation.h.
typedef vtkObject vtkInformation::Superclass |
Definition at line 68 of file vtkInformation.h.
|
protected |
|
overrideprotected |
|
static |
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class.
Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObjectBase.
|
static |
|
protectedvirtual |
vtkInformation* vtkInformation::NewInstance | ( | ) | const |
|
overridevirtual |
Methods invoked by print to print information about the object including superclasses.
Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkObjectBase.
void vtkInformation::PrintKeys | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
overridevirtual |
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.
void vtkInformation::Clear | ( | ) |
Clear all information entries.
int vtkInformation::GetNumberOfKeys | ( | ) |
Return the number of keys in this information object (as would be returned by iterating over the keys).
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).
void vtkInformation::Append | ( | vtkInformation * | from, |
int | deep = 0 |
||
) |
Append all information entries from the given vtkInformation instance.
If deep==1, a deep copy of the information structure is performed (new instances of any contained vtkInformation and vtkInformationVector objects are created).
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).
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationDataObjectKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationDoubleVectorKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationVariantKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationVariantVectorKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationInformationKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationInformationVectorKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationIntegerKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationIntegerVectorKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationObjectBaseVectorKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationRequestKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationStringKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationStringVectorKey * | key, | ||
int | deep = 0 |
||
) |
void vtkInformation::CopyEntry | ( | vtkInformation * | from, |
vtkInformationUnsignedLongKey * | key, | ||
int | deep = 0 |
||
) |
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.
int vtkInformation::Has | ( | vtkInformationKey * | key | ) |
Check whether the given key appears in this information object.
void vtkInformation::Remove | ( | vtkInformationKey * | key | ) |
Remove the given key and its data from this information object.
void vtkInformation::Set | ( | vtkInformationRequestKey * | key | ) |
Get/Set a request-valued entry.
void vtkInformation::Remove | ( | vtkInformationRequestKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationRequestKey * | key | ) |
void vtkInformation::Set | ( | vtkInformationIntegerKey * | key, |
int | value | ||
) |
Get/Set an integer-valued entry.
int vtkInformation::Get | ( | vtkInformationIntegerKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationIntegerKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationIntegerKey * | key | ) |
void vtkInformation::Set | ( | vtkInformationIdTypeKey * | key, |
vtkIdType | value | ||
) |
Get/Set a vtkIdType-valued entry.
vtkIdType vtkInformation::Get | ( | vtkInformationIdTypeKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationIdTypeKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationIdTypeKey * | key | ) |
void vtkInformation::Set | ( | vtkInformationDoubleKey * | key, |
double | value | ||
) |
Get/Set an double-valued entry.
double vtkInformation::Get | ( | vtkInformationDoubleKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationDoubleKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationDoubleKey * | key | ) |
void vtkInformation::Set | ( | vtkInformationVariantKey * | key, |
const vtkVariant & | value | ||
) |
Get/Set an variant-valued entry.
const vtkVariant& vtkInformation::Get | ( | vtkInformationVariantKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationVariantKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationVariantKey * | key | ) |
void vtkInformation::Append | ( | vtkInformationIntegerVectorKey * | key, |
int | value | ||
) |
Get/Set an integer-vector-valued entry.
void vtkInformation::Set | ( | vtkInformationIntegerVectorKey * | key, |
const int * | value, | ||
int | length | ||
) |
void vtkInformation::Set | ( | vtkInformationIntegerVectorKey * | key, |
int | value1, | ||
int | value2, | ||
int | value3 | ||
) |
void vtkInformation::Set | ( | vtkInformationIntegerVectorKey * | key, |
int | value1, | ||
int | value2, | ||
int | value3, | ||
int | value4, | ||
int | value5, | ||
int | value6 | ||
) |
int* vtkInformation::Get | ( | vtkInformationIntegerVectorKey * | key | ) |
int vtkInformation::Get | ( | vtkInformationIntegerVectorKey * | key, |
int | idx | ||
) |
void vtkInformation::Get | ( | vtkInformationIntegerVectorKey * | key, |
int * | value | ||
) |
int vtkInformation::Length | ( | vtkInformationIntegerVectorKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationIntegerVectorKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationIntegerVectorKey * | key | ) |
void vtkInformation::Append | ( | vtkInformationStringVectorKey * | key, |
const char * | value | ||
) |
Get/Set a string-vector-valued entry.
void vtkInformation::Set | ( | vtkInformationStringVectorKey * | key, |
const char * | value, | ||
int | idx = 0 |
||
) |
void vtkInformation::Append | ( | vtkInformationStringVectorKey * | key, |
const std::string & | value | ||
) |
void vtkInformation::Set | ( | vtkInformationStringVectorKey * | key, |
const std::string & | value, | ||
int | idx = 0 |
||
) |
const char* vtkInformation::Get | ( | vtkInformationStringVectorKey * | key, |
int | idx = 0 |
||
) |
int vtkInformation::Length | ( | vtkInformationStringVectorKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationStringVectorKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationStringVectorKey * | key | ) |
void vtkInformation::Set | ( | vtkInformationIntegerPointerKey * | key, |
int * | value, | ||
int | length | ||
) |
Get/Set an integer-pointer-valued entry.
int* vtkInformation::Get | ( | vtkInformationIntegerPointerKey * | key | ) |
void vtkInformation::Get | ( | vtkInformationIntegerPointerKey * | key, |
int * | value | ||
) |
int vtkInformation::Length | ( | vtkInformationIntegerPointerKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationIntegerPointerKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationIntegerPointerKey * | key | ) |
void vtkInformation::Set | ( | vtkInformationUnsignedLongKey * | key, |
unsigned long | value | ||
) |
Get/Set an unsigned-long-valued entry.
unsigned long vtkInformation::Get | ( | vtkInformationUnsignedLongKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationUnsignedLongKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationUnsignedLongKey * | key | ) |
void vtkInformation::Append | ( | vtkInformationDoubleVectorKey * | key, |
double | value | ||
) |
Get/Set an double-vector-valued entry.
void vtkInformation::Set | ( | vtkInformationDoubleVectorKey * | key, |
const double * | value, | ||
int | length | ||
) |
void vtkInformation::Set | ( | vtkInformationDoubleVectorKey * | key, |
double | value1, | ||
double | value2, | ||
double | value3 | ||
) |
void vtkInformation::Set | ( | vtkInformationDoubleVectorKey * | key, |
double | value1, | ||
double | value2, | ||
double | value3, | ||
double | value4, | ||
double | value5, | ||
double | value6 | ||
) |
double* vtkInformation::Get | ( | vtkInformationDoubleVectorKey * | key | ) |
double vtkInformation::Get | ( | vtkInformationDoubleVectorKey * | key, |
int | idx | ||
) |
void vtkInformation::Get | ( | vtkInformationDoubleVectorKey * | key, |
double * | value | ||
) |
int vtkInformation::Length | ( | vtkInformationDoubleVectorKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationDoubleVectorKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationDoubleVectorKey * | key | ) |
void vtkInformation::Append | ( | vtkInformationVariantVectorKey * | key, |
const vtkVariant & | value | ||
) |
Get/Set an variant-vector-valued entry.
void vtkInformation::Set | ( | vtkInformationVariantVectorKey * | key, |
const vtkVariant * | value, | ||
int | length | ||
) |
void vtkInformation::Set | ( | vtkInformationVariantVectorKey * | key, |
const vtkVariant & | value1, | ||
const vtkVariant & | value2, | ||
const vtkVariant & | value3 | ||
) |
void vtkInformation::Set | ( | vtkInformationVariantVectorKey * | key, |
const vtkVariant & | value1, | ||
const vtkVariant & | value2, | ||
const vtkVariant & | value3, | ||
const vtkVariant & | value4, | ||
const vtkVariant & | value5, | ||
const vtkVariant & | value6 | ||
) |
const vtkVariant* vtkInformation::Get | ( | vtkInformationVariantVectorKey * | key | ) |
const vtkVariant& vtkInformation::Get | ( | vtkInformationVariantVectorKey * | key, |
int | idx | ||
) |
void vtkInformation::Get | ( | vtkInformationVariantVectorKey * | key, |
vtkVariant * | value | ||
) |
int vtkInformation::Length | ( | vtkInformationVariantVectorKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationVariantVectorKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationVariantVectorKey * | key | ) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationKey * | value | ||
) |
Get/Set an InformationKey-vector-valued entry.
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationKey * | value | ||
) |
void vtkInformation::Set | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationKey *const * | value, | ||
int | length | ||
) |
void vtkInformation::Remove | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationKey * | value | ||
) |
vtkInformationKey** vtkInformation::Get | ( | vtkInformationKeyVectorKey * | key | ) |
vtkInformationKey* vtkInformation::Get | ( | vtkInformationKeyVectorKey * | key, |
int | idx | ||
) |
void vtkInformation::Get | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationKey ** | value | ||
) |
int vtkInformation::Length | ( | vtkInformationKeyVectorKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationKeyVectorKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationKeyVectorKey * | key | ) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationDataObjectKey * | value | ||
) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationDoubleKey * | value | ||
) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationDoubleVectorKey * | value | ||
) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationInformationKey * | value | ||
) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationInformationVectorKey * | value | ||
) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationIntegerKey * | value | ||
) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationIntegerVectorKey * | value | ||
) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationStringKey * | value | ||
) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationStringVectorKey * | value | ||
) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationObjectBaseKey * | value | ||
) |
void vtkInformation::Append | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationUnsignedLongKey * | value | ||
) |
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationDataObjectKey * | value | ||
) |
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationDoubleKey * | value | ||
) |
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationDoubleVectorKey * | value | ||
) |
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationInformationKey * | value | ||
) |
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationInformationVectorKey * | value | ||
) |
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationIntegerKey * | value | ||
) |
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationIntegerVectorKey * | value | ||
) |
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationStringKey * | value | ||
) |
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationStringVectorKey * | value | ||
) |
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationObjectBaseKey * | value | ||
) |
void vtkInformation::AppendUnique | ( | vtkInformationKeyVectorKey * | key, |
vtkInformationUnsignedLongKey * | value | ||
) |
void vtkInformation::Set | ( | vtkInformationStringKey * | key, |
const char * | |||
) |
Get/Set a string-valued entry.
void vtkInformation::Set | ( | vtkInformationStringKey * | key, |
const std::string & | |||
) |
const char* vtkInformation::Get | ( | vtkInformationStringKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationStringKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationStringKey * | key | ) |
void vtkInformation::Set | ( | vtkInformationInformationKey * | key, |
vtkInformation * | |||
) |
Get/Set an entry storing another vtkInformation instance.
vtkInformation* vtkInformation::Get | ( | vtkInformationInformationKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationInformationKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationInformationKey * | key | ) |
void vtkInformation::Set | ( | vtkInformationInformationVectorKey * | key, |
vtkInformationVector * | |||
) |
Get/Set an entry storing a vtkInformationVector instance.
vtkInformationVector* vtkInformation::Get | ( | vtkInformationInformationVectorKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationInformationVectorKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationInformationVectorKey * | key | ) |
void vtkInformation::Set | ( | vtkInformationObjectBaseKey * | key, |
vtkObjectBase * | |||
) |
Get/Set an entry storing a vtkObjectBase instance.
vtkObjectBase* vtkInformation::Get | ( | vtkInformationObjectBaseKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationObjectBaseKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationObjectBaseKey * | key | ) |
void vtkInformation::Append | ( | vtkInformationObjectBaseVectorKey * | key, |
vtkObjectBase * | data | ||
) |
Manipulate a ObjectBaseVector entry.
void vtkInformation::Set | ( | vtkInformationObjectBaseVectorKey * | key, |
vtkObjectBase * | value, | ||
int | idx = 0 |
||
) |
vtkObjectBase* vtkInformation::Get | ( | vtkInformationObjectBaseVectorKey * | key, |
int | idx = 0 |
||
) |
int vtkInformation::Length | ( | vtkInformationObjectBaseVectorKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationObjectBaseVectorKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationObjectBaseVectorKey * | key, |
vtkObjectBase * | objectToRemove | ||
) |
void vtkInformation::Remove | ( | vtkInformationObjectBaseVectorKey * | key, |
int | indexToRemove | ||
) |
int vtkInformation::Has | ( | vtkInformationObjectBaseVectorKey * | key | ) |
void vtkInformation::Set | ( | vtkInformationDataObjectKey * | key, |
vtkDataObject VTK_WRAP_EXTERN * | |||
) |
Get/Set an entry storing a vtkDataObject instance.
vtkDataObject VTK_WRAP_EXTERN* vtkInformation::Get | ( | vtkInformationDataObjectKey * | key | ) |
void vtkInformation::Remove | ( | vtkInformationDataObjectKey * | key | ) |
int vtkInformation::Has | ( | vtkInformationDataObjectKey * | key | ) |
|
static |
Upcast the given key instance.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
overridevirtual |
Initiate garbage collection when a reference is removed.
Reimplemented from vtkObjectBase.
|
overridevirtual |
Decrease the reference count (release by another object).
This has the same effect as invoking Delete() (i.e., it reduces the reference count by 1).
Reimplemented from vtkObjectBase.
void vtkInformation::SetRequest | ( | vtkInformationRequestKey * | request | ) |
Get/Set the Request ivar.
vtkInformationRequestKey* vtkInformation::GetRequest | ( | ) |
|
protected |
|
protected |
|
protected |
|
overrideprotectedvirtual |
Reimplemented from vtkObjectBase.
|
protected |
|
friend |
Definition at line 458 of file vtkInformation.h.
|
friend |
Definition at line 459 of file vtkInformation.h.
|
protected |
Definition at line 449 of file vtkInformation.h.