|
ActiViz .NET
5.8.0
|
vtkQuadraturePointInterpolator More...
Public Member Functions | |
| vtkQuadraturePointInterpolator (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkQuadraturePointInterpolator () | |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkQuadraturePointInterpolator | NewInstance () |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkQuadraturePointInterpolator | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkQuadraturePointInterpolator | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkQuadraturePointInterpolator" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "30vtkQuadraturePointInterpolator" |
| 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 | vtkQuadraturePointInterpolator_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkQuadraturePointInterpolator_IsA_01 (HandleRef pThis, string type) |
| static internal int | vtkQuadraturePointInterpolator_IsTypeOf_02 (string type) |
| static internal IntPtr | vtkQuadraturePointInterpolator_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkQuadraturePointInterpolator_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkQuadraturePointInterpolator () |
| Automatically generated type registration mechanics. | |
vtkQuadraturePointInterpolator
Description
Interpolates each scalar/vector field in a vtkUnstrcturedGrid on its input to a specific set of quadrature points. The set of quadrature points is specified per array via a dictionary (ie an instance of vtkInformationQuadratureSchemeDefinitionVectorKey). contained in the array. The interpolated fields are placed in FieldData along with a set of per cell indexes, that allow random access to a given cells quadrature points.
vtkQuadratureSchemeDefinition, vtkQuadraturePointsGenerator, vtkInformationQuadratureSchemeDefinitionVectorKey
| static Kitware.VTK.vtkQuadraturePointInterpolator.vtkQuadraturePointInterpolator | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkQuadraturePointInterpolator.vtkQuadraturePointInterpolator | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkQuadraturePointInterpolator.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.vtkDataSetAlgorithm.
| override int Kitware.VTK.vtkQuadraturePointInterpolator.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new int Kitware.VTK.vtkQuadraturePointInterpolator.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new vtkQuadraturePointInterpolator Kitware.VTK.vtkQuadraturePointInterpolator.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new vtkQuadraturePointInterpolator Kitware.VTK.vtkQuadraturePointInterpolator.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static internal int Kitware.VTK.vtkQuadraturePointInterpolator.vtkQuadraturePointInterpolator_IsA_01 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkQuadraturePointInterpolator.vtkQuadraturePointInterpolator_IsTypeOf_02 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkQuadraturePointInterpolator.vtkQuadraturePointInterpolator_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkQuadraturePointInterpolator.vtkQuadraturePointInterpolator_NewInstance_04 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkQuadraturePointInterpolator.vtkQuadraturePointInterpolator_SafeDownCast_05 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkQuadraturePointInterpolator.MRClassNameKey = "30vtkQuadraturePointInterpolator" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| new const string Kitware.VTK.vtkQuadraturePointInterpolator.MRFullTypeName = "Kitware.VTK.vtkQuadraturePointInterpolator" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
1.7.6.1