Public Member Functions |
| vtkInformationIdTypeKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly.
|
long | Get (vtkInformation info) |
| Get/Set the value associated with this key in the given information object.
|
override int | IsA (string type) |
| Undocumented Block
|
new vtkInformationIdTypeKey | NewInstance () |
| Undocumented Block
|
void | Set (vtkInformation info, long arg1) |
| Get/Set the value associated with this key in the given information object.
|
override void | ShallowCopy (vtkInformation from, vtkInformation to) |
| Copy the entry associated with this key from one information object to another. If there is no entry in the first information object for this key, the value is removed from the second.
|
| vtkInformationKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly.
|
override void | Register (vtkObjectBase arg0) |
| Prevent normal vtkObject reference counting behavior.
|
virtual void | DeepCopy (vtkInformation from, vtkInformation to) |
| Duplicate (new instance created) the entry associated with this key from one information object to another (new instances of any contained vtkInformation and vtkInformationVector objects are created). Default implementation simply calls ShallowCopy().
|
string | GetLocation () |
| Get the location of the key. This is the name of the class in which the key is defined.
|
string | GetName () |
| Get the name of the key. This is not the type of the key, but the name of the key instance.
|
virtual int | Has (vtkInformation info) |
| Check whether this key appears in the given information object.
|
void | Print (vtkInformation info) |
| Print the key's value in an information object to a stream.
|
virtual void | Remove (vtkInformation info) |
| Remove this key from the given information object.
|
virtual void | Report (vtkInformation info, vtkGarbageCollector collector) |
| Report a reference this key has in the given information object.
|
| vtkObjectBase (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly.
|
| vtkObjectBase () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
|
virtual void | FastDelete () |
| Delete a reference to this object. This version will not invoke garbage collection and can potentially leak the object if it is part of a reference loop. Use this method only when it is known that the object has another reference and would not be collected if a full garbage collection check were done.
|
string | GetClassName () |
| Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeMacro found in vtkSetGet.h.
|
int | GetReferenceCount () |
| Return the current reference count of this object.
|
void | SetReferenceCount (int arg0) |
| Sets the reference count. (This is very dangerous, use with care.)
|
Public Attributes |
new const string | MRFullTypeName = "Kitware.VTK.vtkInformationIdTypeKey" |
| Automatically generated type registration mechanics.
|
new const string | MRFullTypeName = "Kitware.VTK.vtkInformationKey" |
| Automatically generated type registration mechanics.
|
new const string | MRFullTypeName = "Kitware.VTK.vtkObjectBase" |
| Automatically generated type registration mechanics.
|
const string | vtkChartsEL_dll = "libKitware.VTK.vtkCharts.Unmanaged.so" |
| Export layer functions for 'vtkCharts' are exported from the DLL named by the value of this variable.
|
const string | vtkCommonEL_dll = "libKitware.VTK.vtkCommon.Unmanaged.so" |
| Export layer functions for 'vtkCommon' are exported from the DLL named by the value of this variable.
|
const string | vtkFilteringEL_dll = "libKitware.VTK.vtkFiltering.Unmanaged.so" |
| Export layer functions for 'vtkFiltering' are exported from the DLL named by the value of this variable.
|
const string | vtkGenericFilteringEL_dll = "libKitware.VTK.vtkGenericFiltering.Unmanaged.so" |
| Export layer functions for 'vtkGenericFiltering' are exported from the DLL named by the value of this variable.
|
const string | vtkGeovisEL_dll = "libKitware.VTK.vtkGeovis.Unmanaged.so" |
| Export layer functions for 'vtkGeovis' are exported from the DLL named by the value of this variable.
|
const string | vtkGraphicsEL_dll = "libKitware.VTK.vtkGraphics.Unmanaged.so" |
| Export layer functions for 'vtkGraphics' are exported from the DLL named by the value of this variable.
|
const string | vtkHybridEL_dll = "libKitware.VTK.vtkHybrid.Unmanaged.so" |
| Export layer functions for 'vtkHybrid' are exported from the DLL named by the value of this variable.
|
const string | vtkIOEL_dll = "libKitware.VTK.vtkIO.Unmanaged.so" |
| Export layer functions for 'vtkIO' are exported from the DLL named by the value of this variable.
|
const string | vtkImagingEL_dll = "libKitware.VTK.vtkImaging.Unmanaged.so" |
| Export layer functions for 'vtkImaging' are exported from the DLL named by the value of this variable.
|
const string | vtkInfovisEL_dll = "libKitware.VTK.vtkInfovis.Unmanaged.so" |
| Export layer functions for 'vtkInfovis' are exported from the DLL named by the value of this variable.
|
const string | vtkParallelEL_dll = "libKitware.VTK.vtkParallel.Unmanaged.so" |
| Export layer functions for 'vtkParallel' are exported from the DLL named by the value of this variable.
|
const string | vtkRenderingEL_dll = "libKitware.VTK.vtkRendering.Unmanaged.so" |
| Export layer functions for 'vtkRendering' are exported from the DLL named by the value of this variable.
|
const string | vtkViewsEL_dll = "libKitware.VTK.vtkViews.Unmanaged.so" |
| Export layer functions for 'vtkViews' are exported from the DLL named by the value of this variable.
|
const string | vtkVolumeRenderingEL_dll = "libKitware.VTK.vtkVolumeRendering.Unmanaged.so" |
| Export layer functions for 'vtkVolumeRendering' are exported from the DLL named by the value of this variable.
|
const string | vtkWidgetsEL_dll = "libKitware.VTK.vtkWidgets.Unmanaged.so" |
| Export layer functions for 'vtkWidgets' are exported from the DLL named by the value of this variable.
|
vtkInformationIdTypeKey - Key for vtkIdType values in vtkInformation.
Description vtkInformationIdTypeKey is used to represent keys for vtkIdType values in vtkInformation.