ActiViz .NET
5.8.0
|
vtkWarpVector - deform geometry with vector data More...
Public Member Functions | |
vtkWarpVector (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkWarpVector () | |
Undocumented Block. | |
virtual double | GetScaleFactor () |
Specify value to scale displacement. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkWarpVector | NewInstance () |
Undocumented Block. | |
virtual void | SetScaleFactor (double _arg) |
Specify value to scale displacement. | |
Static Public Member Functions | |
static new vtkWarpVector | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkWarpVector | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkWarpVector" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "13vtkWarpVector" |
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 | vtkWarpVector_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkWarpVector_GetScaleFactor_01 (HandleRef pThis) |
static internal int | vtkWarpVector_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkWarpVector_IsTypeOf_03 (string type) |
static internal IntPtr | vtkWarpVector_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkWarpVector_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkWarpVector_SetScaleFactor_07 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkWarpVector () |
Automatically generated type registration mechanics. |
vtkWarpVector - deform geometry with vector data
Description vtkWarpVector is a filter that modifies point coordinates by moving points along vector times the scale factor. Useful for showing flow profiles or mechanical deformation.
The filter passes both its point data and cell data to its output.
static Kitware.VTK.vtkWarpVector.vtkWarpVector | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkWarpVector.vtkWarpVector | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkWarpVector.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.vtkPointSetAlgorithm.
virtual double Kitware.VTK.vtkWarpVector.GetScaleFactor | ( | ) | [virtual] |
Specify value to scale displacement.
override int Kitware.VTK.vtkWarpVector.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
static new int Kitware.VTK.vtkWarpVector.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
static new vtkWarpVector Kitware.VTK.vtkWarpVector.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
static new vtkWarpVector Kitware.VTK.vtkWarpVector.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
virtual void Kitware.VTK.vtkWarpVector.SetScaleFactor | ( | double | _arg | ) | [virtual] |
Specify value to scale displacement.
static internal double Kitware.VTK.vtkWarpVector.vtkWarpVector_GetScaleFactor_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkWarpVector.vtkWarpVector_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkWarpVector.vtkWarpVector_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkWarpVector.vtkWarpVector_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkWarpVector.vtkWarpVector_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkWarpVector.vtkWarpVector_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkWarpVector.vtkWarpVector_SetScaleFactor_07 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkWarpVector.MRClassNameKey = "13vtkWarpVector" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
new const string Kitware.VTK.vtkWarpVector.MRFullTypeName = "Kitware.VTK.vtkWarpVector" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.