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

vtkInformationQuadratureSchemeDefinitionVectorKey - Key for vtkQuadratureSchemeDefinition vector values. More...

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

List of all members.

Public Member Functions

 vtkInformationQuadratureSchemeDefinitionVectorKey (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
void Append (vtkInformation info, vtkQuadratureSchemeDefinition value)
 Put the value on the back of the vector, with reference counting.
void Clear (vtkInformation info)
 Clear the vector.
override void DeepCopy (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.
vtkQuadratureSchemeDefinition Get (vtkInformation info, int idx)
 Get the vtkQuadratureSchemeDefinition at a specific location in the vector.
override int IsA (string type)
 Undocumented Block.
int Length (vtkInformation info)
 Get the vector's length.
new
vtkInformationQuadratureSchemeDefinitionVectorKey 
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.
int RestoreState (vtkInformation info, vtkXMLDataElement element)
 Load key/value pairs from an XML state representation created with SaveState. Duplicate keys will generate a fatal error.
int SaveState (vtkInformation info, vtkXMLDataElement element)
 Generate an XML representation of the object. Each key/value pair will be nested in the resulting XML hierarchy. The element passed in is assumed to be empty.
void Set (vtkInformation info, vtkQuadratureSchemeDefinition 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
vtkInformationQuadratureSchemeDefinitionVectorKey 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "49vtkInformationQuadratureSchemeDefinitionVectorKey"
 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 vtkInformationQuadratureSchemeDefinitionVectorKey_Append_01 (HandleRef pThis, HandleRef info, HandleRef value)
static internal void vtkInformationQuadratureSchemeDefinitionVectorKey_Clear_02 (HandleRef pThis, HandleRef info)
static internal void vtkInformationQuadratureSchemeDefinitionVectorKey_DeepCopy_03 (HandleRef pThis, HandleRef from, HandleRef to)
static internal IntPtr vtkInformationQuadratureSchemeDefinitionVectorKey_Get_04 (HandleRef pThis, HandleRef info, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkInformationQuadratureSchemeDefinitionVectorKey_IsA_05 (HandleRef pThis, string type)
static internal int vtkInformationQuadratureSchemeDefinitionVectorKey_IsTypeOf_06 (string type)
static internal int vtkInformationQuadratureSchemeDefinitionVectorKey_Length_07 (HandleRef pThis, HandleRef info)
static internal IntPtr vtkInformationQuadratureSchemeDefinitionVectorKey_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkInformationQuadratureSchemeDefinitionVectorKey_Resize_09 (HandleRef pThis, HandleRef info, int n)
static internal int vtkInformationQuadratureSchemeDefinitionVectorKey_RestoreState_10 (HandleRef pThis, HandleRef info, HandleRef element)
static internal IntPtr vtkInformationQuadratureSchemeDefinitionVectorKey_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkInformationQuadratureSchemeDefinitionVectorKey_SaveState_12 (HandleRef pThis, HandleRef info, HandleRef element)
static internal void vtkInformationQuadratureSchemeDefinitionVectorKey_Set_13 (HandleRef pThis, HandleRef info, HandleRef value, int i)
static internal void vtkInformationQuadratureSchemeDefinitionVectorKey_ShallowCopy_14 (HandleRef pThis, HandleRef from, HandleRef to)
static internal int vtkInformationQuadratureSchemeDefinitionVectorKey_Size_15 (HandleRef pThis, HandleRef info)

Static Private Member Functions

static vtkInformationQuadratureSchemeDefinitionVectorKey ()
 Automatically generated type registration mechanics.

Detailed Description

vtkInformationQuadratureSchemeDefinitionVectorKey - Key for vtkQuadratureSchemeDefinition vector values.

Description vtkInformationQuadratureSchemeDefinitionVectorKey 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.

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


Member Function Documentation

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

Clear the vector.

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.

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

Here is the call graph for this function:

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

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.

Load key/value pairs from an XML state representation created with SaveState. Duplicate keys will generate a fatal error.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInformationKey.

Here is the call graph for this function:

Generate an XML representation of the object. Each key/value pair will be nested in the resulting XML hierarchy. The element passed in is assumed to be empty.

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.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_Append_01 ( HandleRef  pThis,
HandleRef  info,
HandleRef  value 
) [private]
static internal void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_DeepCopy_03 ( HandleRef  pThis,
HandleRef  from,
HandleRef  to 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_Get_04 ( HandleRef  pThis,
HandleRef  info,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_Resize_09 ( HandleRef  pThis,
HandleRef  info,
int  n 
) [private]
static internal int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_RestoreState_10 ( HandleRef  pThis,
HandleRef  info,
HandleRef  element 
) [private]
static internal IntPtr Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_SaveState_12 ( HandleRef  pThis,
HandleRef  info,
HandleRef  element 
) [private]
static internal void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_Set_13 ( HandleRef  pThis,
HandleRef  info,
HandleRef  value,
int  i 
) [private]
static internal void Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.vtkInformationQuadratureSchemeDefinitionVectorKey_ShallowCopy_14 ( HandleRef  pThis,
HandleRef  from,
HandleRef  to 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkInformationQuadratureSchemeDefinitionVectorKey.MRClassNameKey = "49vtkInformationQuadratureSchemeDefinitionVectorKey" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkInformationKey.


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