ActiViz .NET
5.8.0
|
vtkQuadratureSchemeDefinition More...
Public Member Functions | |
vtkQuadratureSchemeDefinition (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkQuadratureSchemeDefinition () | |
New object in an unsuable state. You'll have to call "Initilaize" to get the definition in to a usable state. | |
void | Clear () |
Release all allocated resources and set the object to an unitialized state. | |
int | DeepCopy (vtkQuadratureSchemeDefinition other) |
Deep copy. | |
int | GetCellType () |
Access the VTK cell type id. | |
int | GetNumberOfNodes () |
Get the number of nodes associated with the interpolation. | |
int | GetNumberOfQuadraturePoints () |
Get the number of quadrature points associated with the scheme. | |
int | GetQuadratureKey () |
Access to an alternative key. | |
IntPtr | GetQuadratureWeights () |
Access to the quadrature weights. | |
IntPtr | GetShapeFunctionWeights () |
Get the array of shape function weights. Shape function weights are the shape functions evaluated at the quadrature points. There are "NumberOfNodes" weights for each quadrature point. | |
IntPtr | GetShapeFunctionWeights (int quadraturePointId) |
Get the array of shape function weights associated with a single quadrature point. | |
void | Initialize (int cellType, int numberOfNodes, int numberOfQuadraturePoints, IntPtr shapeFunctionWeights) |
Initialize the object allocating resources as needed. | |
void | Initialize (int cellType, int numberOfNodes, int numberOfQuadraturePoints, IntPtr shapeFunctionWeights, IntPtr quadratureWeights) |
Initialize the object allocating resources as needed. | |
override int | IsA (string type) |
vtk stuff | |
new vtkQuadratureSchemeDefinition | NewInstance () |
vtk stuff | |
int | RestoreState (vtkXMLDataElement e) |
Restore the object from an XML representation. | |
int | SaveState (vtkXMLDataElement e) |
Put the object into an XML representation. The element passed in is assumed to be empty. | |
Static Public Member Functions | |
static new vtkQuadratureSchemeDefinition | New () |
New object in an unsuable state. You'll have to call "Initilaize" to get the definition in to a usable state. | |
static vtkInformationQuadratureSchemeDefinitionVectorKey | DICTIONARY () |
vtk stuff | |
static new int | IsTypeOf (string type) |
vtk stuff | |
static vtkInformationStringKey | QUADRATURE_OFFSET_ARRAY_NAME () |
vtk stuff | |
static new vtkQuadratureSchemeDefinition | SafeDownCast (vtkObjectBase o) |
vtk stuff | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkQuadratureSchemeDefinition" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "29vtkQuadratureSchemeDefinition" |
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 IntPtr | vtkQuadratureSchemeDefinition_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkQuadratureSchemeDefinition_Clear_01 (HandleRef pThis) |
static internal IntPtr | vtkQuadratureSchemeDefinition_DICTIONARY_02 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkQuadratureSchemeDefinition_DeepCopy_03 (HandleRef pThis, HandleRef other) |
static internal int | vtkQuadratureSchemeDefinition_GetCellType_04 (HandleRef pThis) |
static internal int | vtkQuadratureSchemeDefinition_GetNumberOfNodes_05 (HandleRef pThis) |
static internal int | vtkQuadratureSchemeDefinition_GetNumberOfQuadraturePoints_06 (HandleRef pThis) |
static internal int | vtkQuadratureSchemeDefinition_GetQuadratureKey_07 (HandleRef pThis) |
static internal IntPtr | vtkQuadratureSchemeDefinition_GetQuadratureWeights_08 (HandleRef pThis) |
static internal IntPtr | vtkQuadratureSchemeDefinition_GetShapeFunctionWeights_09 (HandleRef pThis) |
static internal IntPtr | vtkQuadratureSchemeDefinition_GetShapeFunctionWeights_10 (HandleRef pThis, int quadraturePointId) |
static internal void | vtkQuadratureSchemeDefinition_Initialize_11 (HandleRef pThis, int cellType, int numberOfNodes, int numberOfQuadraturePoints, IntPtr shapeFunctionWeights) |
static internal void | vtkQuadratureSchemeDefinition_Initialize_12 (HandleRef pThis, int cellType, int numberOfNodes, int numberOfQuadraturePoints, IntPtr shapeFunctionWeights, IntPtr quadratureWeights) |
static internal int | vtkQuadratureSchemeDefinition_IsA_13 (HandleRef pThis, string type) |
static internal int | vtkQuadratureSchemeDefinition_IsTypeOf_14 (string type) |
static internal IntPtr | vtkQuadratureSchemeDefinition_NewInstance_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkQuadratureSchemeDefinition_QUADRATURE_OFFSET_ARRAY_NAME_17 (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkQuadratureSchemeDefinition_RestoreState_18 (HandleRef pThis, HandleRef e) |
static internal IntPtr | vtkQuadratureSchemeDefinition_SafeDownCast_19 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkQuadratureSchemeDefinition_SaveState_20 (HandleRef pThis, HandleRef e) |
Static Private Member Functions | |
static | vtkQuadratureSchemeDefinition () |
Automatically generated type registration mechanics. |
Description An Elemental data type that holds a definition of a numerical quadrature scheme. The definition contains the requisite information to interpolate to the so called quadrature points of the specific scheme. namely:
<pre> 1) A matrix of shape function weights(shape functions evaluated at parametric coordinates of the quadrature points).
2) The number of quadrature points and cell nodes. These parameters size the matrix, and allow for convinent evaluation by users of the definition. </pre>
static Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
New object in an unsuable state. You'll have to call "Initilaize" to get the definition in to a usable state.
Release all allocated resources and set the object to an unitialized state.
Deep copy.
static vtkInformationQuadratureSchemeDefinitionVectorKey Kitware.VTK.vtkQuadratureSchemeDefinition.DICTIONARY | ( | ) | [static] |
vtk stuff
override void Kitware.VTK.vtkQuadratureSchemeDefinition.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.vtkObject.
Access the VTK cell type id.
Get the number of nodes associated with the interpolation.
Get the number of quadrature points associated with the scheme.
Access to an alternative key.
Access to the quadrature weights.
Get the array of shape function weights. Shape function weights are the shape functions evaluated at the quadrature points. There are "NumberOfNodes" weights for each quadrature point.
IntPtr Kitware.VTK.vtkQuadratureSchemeDefinition.GetShapeFunctionWeights | ( | int | quadraturePointId | ) |
Get the array of shape function weights associated with a single quadrature point.
void Kitware.VTK.vtkQuadratureSchemeDefinition.Initialize | ( | int | cellType, |
int | numberOfNodes, | ||
int | numberOfQuadraturePoints, | ||
IntPtr | shapeFunctionWeights | ||
) |
Initialize the object allocating resources as needed.
void Kitware.VTK.vtkQuadratureSchemeDefinition.Initialize | ( | int | cellType, |
int | numberOfNodes, | ||
int | numberOfQuadraturePoints, | ||
IntPtr | shapeFunctionWeights, | ||
IntPtr | quadratureWeights | ||
) |
Initialize the object allocating resources as needed.
override int Kitware.VTK.vtkQuadratureSchemeDefinition.IsA | ( | string | type | ) | [virtual] |
vtk stuff
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkQuadratureSchemeDefinition.IsTypeOf | ( | string | type | ) | [static] |
vtk stuff
Reimplemented from Kitware.VTK.vtkObject.
static new vtkQuadratureSchemeDefinition Kitware.VTK.vtkQuadratureSchemeDefinition.New | ( | ) | [static] |
New object in an unsuable state. You'll have to call "Initilaize" to get the definition in to a usable state.
Reimplemented from Kitware.VTK.vtkObject.
vtk stuff
Reimplemented from Kitware.VTK.vtkObject.
static vtkInformationStringKey Kitware.VTK.vtkQuadratureSchemeDefinition.QUADRATURE_OFFSET_ARRAY_NAME | ( | ) | [static] |
vtk stuff
Restore the object from an XML representation.
static new vtkQuadratureSchemeDefinition Kitware.VTK.vtkQuadratureSchemeDefinition.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Put the object into an XML representation. The element passed in is assumed to be empty.
static internal void Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_Clear_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_DeepCopy_03 | ( | HandleRef | pThis, |
HandleRef | other | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_DICTIONARY_02 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_GetCellType_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_GetNumberOfNodes_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_GetNumberOfQuadraturePoints_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_GetQuadratureKey_07 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_GetQuadratureWeights_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_GetShapeFunctionWeights_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_GetShapeFunctionWeights_10 | ( | HandleRef | pThis, |
int | quadraturePointId | ||
) | [private] |
static internal void Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_Initialize_11 | ( | HandleRef | pThis, |
int | cellType, | ||
int | numberOfNodes, | ||
int | numberOfQuadraturePoints, | ||
IntPtr | shapeFunctionWeights | ||
) | [private] |
static internal void Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_Initialize_12 | ( | HandleRef | pThis, |
int | cellType, | ||
int | numberOfNodes, | ||
int | numberOfQuadraturePoints, | ||
IntPtr | shapeFunctionWeights, | ||
IntPtr | quadratureWeights | ||
) | [private] |
static internal int Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_IsA_13 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_IsTypeOf_14 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_NewInstance_16 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_QUADRATURE_OFFSET_ARRAY_NAME_17 | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_RestoreState_18 | ( | HandleRef | pThis, |
HandleRef | e | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_SafeDownCast_19 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkQuadratureSchemeDefinition.vtkQuadratureSchemeDefinition_SaveState_20 | ( | HandleRef | pThis, |
HandleRef | e | ||
) | [private] |
new readonly string Kitware.VTK.vtkQuadratureSchemeDefinition.MRClassNameKey = "29vtkQuadratureSchemeDefinition" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkQuadratureSchemeDefinition.MRFullTypeName = "Kitware.VTK.vtkQuadratureSchemeDefinition" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.