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

vtkInformationDoubleKey - Key for double values in vtkInformation. More...

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

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkInformationDoubleKey"
 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 double vtkInformationDoubleKey_Get_01 (HandleRef pThis, HandleRef info)
static internal int vtkInformationDoubleKey_IsA_02 (HandleRef pThis, string type)
static internal int vtkInformationDoubleKey_IsTypeOf_03 (string type)
static internal IntPtr vtkInformationDoubleKey_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkInformationDoubleKey_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInformationDoubleKey_Set_06 (HandleRef pThis, HandleRef info, double arg1)
static internal void vtkInformationDoubleKey_ShallowCopy_07 (HandleRef pThis, HandleRef from, HandleRef to)

Static Private Member Functions

static vtkInformationDoubleKey ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInformationDoubleKey - Key for double values in vtkInformation.

Description vtkInformationDoubleKey is used to represent keys for double values in vtkInformation.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkInformationDoubleKey.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.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

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.vtkInformationDoubleKey.Set ( vtkInformation  info,
double  arg1 
)

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 double Kitware.VTK.vtkInformationDoubleKey.vtkInformationDoubleKey_Get_01 ( HandleRef  pThis,
HandleRef  info 
) [private]
static internal int Kitware.VTK.vtkInformationDoubleKey.vtkInformationDoubleKey_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkInformationDoubleKey.vtkInformationDoubleKey_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkInformationDoubleKey.vtkInformationDoubleKey_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationDoubleKey.vtkInformationDoubleKey_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInformationDoubleKey.vtkInformationDoubleKey_Set_06 ( HandleRef  pThis,
HandleRef  info,
double  arg1 
) [private]
static internal void Kitware.VTK.vtkInformationDoubleKey.vtkInformationDoubleKey_ShallowCopy_07 ( HandleRef  pThis,
HandleRef  from,
HandleRef  to 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInformationDoubleKey.MRClassNameKey = "23vtkInformationDoubleKey" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.


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