|
ActiViz .NET
5.8.0
|
vtkVectorDot - generate scalars from dot product of vectors and normals (e.g., show displacement plot) More...
Public Member Functions | |
| vtkVectorDot (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkVectorDot () | |
| Construct object with scalar range is (-1,1). | |
| virtual double[] | GetScalarRange () |
| Get the range that scalars map into. | |
| virtual void | GetScalarRange (IntPtr data) |
| Get the range that scalars map into. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkVectorDot | NewInstance () |
| Undocumented Block. | |
| virtual void | SetScalarRange (double _arg1, double _arg2) |
| Specify range to map scalars into. | |
| void | SetScalarRange (IntPtr _arg) |
| Specify range to map scalars into. | |
Static Public Member Functions | |
| static new vtkVectorDot | New () |
| Construct object with scalar range is (-1,1). | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkVectorDot | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkVectorDot" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "12vtkVectorDot" |
| 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 | vtkVectorDot_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkVectorDot_GetScalarRange_01 (HandleRef pThis) |
| static internal void | vtkVectorDot_GetScalarRange_02 (HandleRef pThis, IntPtr data) |
| static internal int | vtkVectorDot_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkVectorDot_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkVectorDot_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkVectorDot_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkVectorDot_SetScalarRange_08 (HandleRef pThis, double _arg1, double _arg2) |
| static internal void | vtkVectorDot_SetScalarRange_09 (HandleRef pThis, IntPtr _arg) |
Static Private Member Functions | |
| static | vtkVectorDot () |
| Automatically generated type registration mechanics. | |
vtkVectorDot - generate scalars from dot product of vectors and normals (e.g., show displacement plot)
Description vtkVectorDot is a filter to generate scalar values from a dataset. The scalar value at a point is created by computing the dot product between the normal and vector at that point. Combined with the appropriate color map, this can show nodal lines/mode shapes of vibration, or a displacement plot.
| static Kitware.VTK.vtkVectorDot.vtkVectorDot | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkVectorDot.vtkVectorDot | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object with scalar range is (-1,1).
| override void Kitware.VTK.vtkVectorDot.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.
| virtual double [] Kitware.VTK.vtkVectorDot.GetScalarRange | ( | ) | [virtual] |
Get the range that scalars map into.
| virtual void Kitware.VTK.vtkVectorDot.GetScalarRange | ( | IntPtr | data | ) | [virtual] |
Get the range that scalars map into.
| override int Kitware.VTK.vtkVectorDot.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new int Kitware.VTK.vtkVectorDot.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new vtkVectorDot Kitware.VTK.vtkVectorDot.New | ( | ) | [static] |
Construct object with scalar range is (-1,1).
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new vtkVectorDot Kitware.VTK.vtkVectorDot.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| virtual void Kitware.VTK.vtkVectorDot.SetScalarRange | ( | double | _arg1, |
| double | _arg2 | ||
| ) | [virtual] |
Specify range to map scalars into.
| void Kitware.VTK.vtkVectorDot.SetScalarRange | ( | IntPtr | _arg | ) |
Specify range to map scalars into.
| static internal IntPtr Kitware.VTK.vtkVectorDot.vtkVectorDot_GetScalarRange_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkVectorDot.vtkVectorDot_GetScalarRange_02 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkVectorDot.vtkVectorDot_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkVectorDot.vtkVectorDot_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVectorDot.vtkVectorDot_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVectorDot.vtkVectorDot_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkVectorDot.vtkVectorDot_SafeDownCast_07 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkVectorDot.vtkVectorDot_SetScalarRange_08 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkVectorDot.vtkVectorDot_SetScalarRange_09 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkVectorDot.MRClassNameKey = "12vtkVectorDot" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| new const string Kitware.VTK.vtkVectorDot.MRFullTypeName = "Kitware.VTK.vtkVectorDot" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
1.7.6.1