ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkInformationIntegerVectorKey Class Reference

vtkInformationIntegerVectorKey - Key for integer vector values. More...

Inheritance diagram for Kitware.VTK.vtkInformationIntegerVectorKey:
[legend]
Collaboration diagram for Kitware.VTK.vtkInformationIntegerVectorKey:
[legend]

List of all members.

Public Member Functions

 vtkInformationIntegerVectorKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
void Append (vtkInformation info, int value)
 Get/Set the value associated with this key in the given information object.
IntPtr Get (vtkInformation info)
 Get/Set the value associated with this key in the given information object.
int Get (vtkInformation info, int idx)
 Get/Set the value associated with this key in the given information object.
void Get (vtkInformation info, IntPtr value)
 Get/Set the value associated with this key in the given information object.
override int IsA (string type)
 Undocumented Block.
int Length (vtkInformation info)
 Get/Set the value associated with this key in the given information object.
new vtkInformationIntegerVectorKey NewInstance ()
 Undocumented Block.
void Set (vtkInformation info, IntPtr value, int length)
 Get/Set the value associated with this key in the given information object.
void Set (vtkInformation info)
 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.

Static Public Member Functions

static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkInformationIntegerVectorKey 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkInformationIntegerVectorKey"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "30vtkInformationIntegerVectorKey"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal void vtkInformationIntegerVectorKey_Append_01 (HandleRef pThis, HandleRef info, int value)
static internal IntPtr vtkInformationIntegerVectorKey_Get_02 (HandleRef pThis, HandleRef info)
static internal int vtkInformationIntegerVectorKey_Get_03 (HandleRef pThis, HandleRef info, int idx)
static internal void vtkInformationIntegerVectorKey_Get_04 (HandleRef pThis, HandleRef info, IntPtr value)
static internal int vtkInformationIntegerVectorKey_IsA_05 (HandleRef pThis, string type)
static internal int vtkInformationIntegerVectorKey_IsTypeOf_06 (string type)
static internal int vtkInformationIntegerVectorKey_Length_07 (HandleRef pThis, HandleRef info)
static internal IntPtr vtkInformationIntegerVectorKey_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkInformationIntegerVectorKey_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInformationIntegerVectorKey_Set_10 (HandleRef pThis, HandleRef info, IntPtr value, int length)
static internal void vtkInformationIntegerVectorKey_Set_11 (HandleRef pThis, HandleRef info)
static internal void vtkInformationIntegerVectorKey_ShallowCopy_12 (HandleRef pThis, HandleRef from, HandleRef to)

Static Private Member Functions

static vtkInformationIntegerVectorKey ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInformationIntegerVectorKey - Key for integer vector values.

Description vtkInformationIntegerVectorKey is used to represent keys for integer vector values in vtkInformation.h


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.


Member Function Documentation

Get/Set the value associated with this key in the given information object.

override void Kitware.VTK.vtkInformationIntegerVectorKey.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkInformationKey.

Get/Set the value associated with this key in the given information object.

Get/Set the value associated with this key in the given information object.

Get/Set the value associated with this key in the given information object.

override int Kitware.VTK.vtkInformationIntegerVectorKey.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

static new int Kitware.VTK.vtkInformationIntegerVectorKey.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Get/Set the value associated with this key in the given information object.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Here is the call graph for this function:

void Kitware.VTK.vtkInformationIntegerVectorKey.Set ( vtkInformation  info,
IntPtr  value,
int  length 
)

Get/Set the value associated with this key in the given information object.

Get/Set the value associated with this key in the given information object.

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.

Reimplemented from Kitware.VTK.vtkInformationKey.

static internal void Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_Append_01 ( HandleRef  pThis,
HandleRef  info,
int  value 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_Get_02 ( HandleRef  pThis,
HandleRef  info 
) [private]
static internal int Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_Get_03 ( HandleRef  pThis,
HandleRef  info,
int  idx 
) [private]
static internal void Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_Get_04 ( HandleRef  pThis,
HandleRef  info,
IntPtr  value 
) [private]
static internal int Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_IsA_05 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_Length_07 ( HandleRef  pThis,
HandleRef  info 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_Set_10 ( HandleRef  pThis,
HandleRef  info,
IntPtr  value,
int  length 
) [private]
static internal void Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_Set_11 ( HandleRef  pThis,
HandleRef  info 
) [private]
static internal void Kitware.VTK.vtkInformationIntegerVectorKey.vtkInformationIntegerVectorKey_ShallowCopy_12 ( HandleRef  pThis,
HandleRef  from,
HandleRef  to 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInformationIntegerVectorKey.MRClassNameKey = "30vtkInformationIntegerVectorKey" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.

new const string Kitware.VTK.vtkInformationIntegerVectorKey.MRFullTypeName = "Kitware.VTK.vtkInformationIntegerVectorKey"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.


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