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.vtkInformationObjectBaseVectorKey Class Reference

vtkInformationObjectBaseVectorKey - Key for vtkObjectBase vector values. More...

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

List of all members.

Public Member Functions

 vtkInformationObjectBaseVectorKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
void Append (vtkInformation info, vtkObjectBase value)
 Put the value on the back of the vector, with ref counting.
void Clear (vtkInformation info)
 Clear the vector.
vtkObjectBase Get (vtkInformation info, int idx)
 Get the vtkObjectBase at a specific location in the vector.
override int IsA (string type)
 Undocumented Block.
int Length (vtkInformation info)
 Get the vector's length.
new
vtkInformationObjectBaseVectorKey 
NewInstance ()
 Undocumented Block.
void Resize (vtkInformation info, int n)
 Resize (extend) the vector to hold n objects. Any new elements created will be null initialized.
void Set (vtkInformation info, vtkObjectBase value, int i)
 Set element i of the vector to value. Resizes the vector if needed.
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.
int Size (vtkInformation info)
 Get the vector's length.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "33vtkInformationObjectBaseVectorKey"
 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 vtkInformationObjectBaseVectorKey_Append_01 (HandleRef pThis, HandleRef info, HandleRef value)
static internal void vtkInformationObjectBaseVectorKey_Clear_02 (HandleRef pThis, HandleRef info)
static internal IntPtr vtkInformationObjectBaseVectorKey_Get_03 (HandleRef pThis, HandleRef info, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkInformationObjectBaseVectorKey_IsA_04 (HandleRef pThis, string type)
static internal int vtkInformationObjectBaseVectorKey_IsTypeOf_05 (string type)
static internal int vtkInformationObjectBaseVectorKey_Length_06 (HandleRef pThis, HandleRef info)
static internal IntPtr vtkInformationObjectBaseVectorKey_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInformationObjectBaseVectorKey_Resize_08 (HandleRef pThis, HandleRef info, int n)
static internal IntPtr vtkInformationObjectBaseVectorKey_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInformationObjectBaseVectorKey_Set_10 (HandleRef pThis, HandleRef info, HandleRef value, int i)
static internal void vtkInformationObjectBaseVectorKey_ShallowCopy_11 (HandleRef pThis, HandleRef from, HandleRef to)
static internal int vtkInformationObjectBaseVectorKey_Size_12 (HandleRef pThis, HandleRef info)

Static Private Member Functions

static vtkInformationObjectBaseVectorKey ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInformationObjectBaseVectorKey - Key for vtkObjectBase vector values.

Description vtkInformationObjectBaseVectorKey is used to represent keys for double vector values in vtkInformation.h. NOTE the interface in this key differs from that in other similar keys because of our internal use of smart pointers.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

Put the value on the back of the vector, with ref counting.

Clear the vector.

override void Kitware.VTK.vtkInformationObjectBaseVectorKey.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 the vtkObjectBase at a specific location in the vector.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Get the vector's length.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Resize (extend) the vector to hold n objects. Any new elements created will be null initialized.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Here is the call graph for this function:

Set element i of the vector to value. Resizes the vector if needed.

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.

Get the vector's length.

static internal void Kitware.VTK.vtkInformationObjectBaseVectorKey.vtkInformationObjectBaseVectorKey_Append_01 ( HandleRef  pThis,
HandleRef  info,
HandleRef  value 
) [private]
static internal void Kitware.VTK.vtkInformationObjectBaseVectorKey.vtkInformationObjectBaseVectorKey_Clear_02 ( HandleRef  pThis,
HandleRef  info 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationObjectBaseVectorKey.vtkInformationObjectBaseVectorKey_Get_03 ( HandleRef  pThis,
HandleRef  info,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkInformationObjectBaseVectorKey.vtkInformationObjectBaseVectorKey_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkInformationObjectBaseVectorKey.vtkInformationObjectBaseVectorKey_Length_06 ( HandleRef  pThis,
HandleRef  info 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationObjectBaseVectorKey.vtkInformationObjectBaseVectorKey_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInformationObjectBaseVectorKey.vtkInformationObjectBaseVectorKey_Resize_08 ( HandleRef  pThis,
HandleRef  info,
int  n 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationObjectBaseVectorKey.vtkInformationObjectBaseVectorKey_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInformationObjectBaseVectorKey.vtkInformationObjectBaseVectorKey_Set_10 ( HandleRef  pThis,
HandleRef  info,
HandleRef  value,
int  i 
) [private]
static internal void Kitware.VTK.vtkInformationObjectBaseVectorKey.vtkInformationObjectBaseVectorKey_ShallowCopy_11 ( HandleRef  pThis,
HandleRef  from,
HandleRef  to 
) [private]
static internal int Kitware.VTK.vtkInformationObjectBaseVectorKey.vtkInformationObjectBaseVectorKey_Size_12 ( HandleRef  pThis,
HandleRef  info 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInformationObjectBaseVectorKey.MRClassNameKey = "33vtkInformationObjectBaseVectorKey" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.


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