|
ActiViz .NET
5.8.0
|
vtkWarpTo - deform geometry by warping towards a point More...
Public Member Functions | |
| vtkWarpTo (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkWarpTo () | |
| Undocumented Block. | |
| virtual void | AbsoluteOff () |
| Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position. | |
| virtual void | AbsoluteOn () |
| Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position. | |
| virtual int | GetAbsolute () |
| Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position. | |
| virtual double[] | GetPosition () |
| Set/Get the position to warp towards. | |
| virtual void | GetPosition (IntPtr data) |
| Set/Get the position to warp towards. | |
| virtual double | GetScaleFactor () |
| Set/Get the value to scale displacement. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkWarpTo | NewInstance () |
| Undocumented Block. | |
| virtual void | SetAbsolute (int _arg) |
| Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position. | |
| virtual void | SetPosition (double _arg1, double _arg2, double _arg3) |
| Set/Get the position to warp towards. | |
| virtual void | SetPosition (IntPtr _arg) |
| Set/Get the position to warp towards. | |
| virtual void | SetScaleFactor (double _arg) |
| Set/Get the value to scale displacement. | |
Static Public Member Functions | |
| static new vtkWarpTo | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkWarpTo | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkWarpTo" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "9vtkWarpTo" |
| 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 | vtkWarpTo_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkWarpTo_AbsoluteOff_01 (HandleRef pThis) |
| static internal void | vtkWarpTo_AbsoluteOn_02 (HandleRef pThis) |
| static internal int | vtkWarpTo_GetAbsolute_03 (HandleRef pThis) |
| static internal IntPtr | vtkWarpTo_GetPosition_04 (HandleRef pThis) |
| static internal void | vtkWarpTo_GetPosition_05 (HandleRef pThis, IntPtr data) |
| static internal double | vtkWarpTo_GetScaleFactor_06 (HandleRef pThis) |
| static internal int | vtkWarpTo_IsA_07 (HandleRef pThis, string type) |
| static internal int | vtkWarpTo_IsTypeOf_08 (string type) |
| static internal IntPtr | vtkWarpTo_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkWarpTo_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkWarpTo_SetAbsolute_12 (HandleRef pThis, int _arg) |
| static internal void | vtkWarpTo_SetPosition_13 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
| static internal void | vtkWarpTo_SetPosition_14 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkWarpTo_SetScaleFactor_15 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
| static | vtkWarpTo () |
| Automatically generated type registration mechanics. | |
vtkWarpTo - deform geometry by warping towards a point
Description vtkWarpTo is a filter that modifies point coordinates by moving the points towards a user specified position.
| static Kitware.VTK.vtkWarpTo.vtkWarpTo | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkWarpTo.vtkWarpTo | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| virtual void Kitware.VTK.vtkWarpTo.AbsoluteOff | ( | ) | [virtual] |
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position.
| virtual void Kitware.VTK.vtkWarpTo.AbsoluteOn | ( | ) | [virtual] |
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position.
| override void Kitware.VTK.vtkWarpTo.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 int Kitware.VTK.vtkWarpTo.GetAbsolute | ( | ) | [virtual] |
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position.
| virtual double [] Kitware.VTK.vtkWarpTo.GetPosition | ( | ) | [virtual] |
Set/Get the position to warp towards.
| virtual void Kitware.VTK.vtkWarpTo.GetPosition | ( | IntPtr | data | ) | [virtual] |
Set/Get the position to warp towards.
| virtual double Kitware.VTK.vtkWarpTo.GetScaleFactor | ( | ) | [virtual] |
Set/Get the value to scale displacement.
| override int Kitware.VTK.vtkWarpTo.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
| static new int Kitware.VTK.vtkWarpTo.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
| static new vtkWarpTo Kitware.VTK.vtkWarpTo.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
| static new vtkWarpTo Kitware.VTK.vtkWarpTo.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
| virtual void Kitware.VTK.vtkWarpTo.SetAbsolute | ( | int | _arg | ) | [virtual] |
Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position.
| virtual void Kitware.VTK.vtkWarpTo.SetPosition | ( | double | _arg1, |
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [virtual] |
Set/Get the position to warp towards.
| virtual void Kitware.VTK.vtkWarpTo.SetPosition | ( | IntPtr | _arg | ) | [virtual] |
Set/Get the position to warp towards.
| virtual void Kitware.VTK.vtkWarpTo.SetScaleFactor | ( | double | _arg | ) | [virtual] |
Set/Get the value to scale displacement.
| static internal void Kitware.VTK.vtkWarpTo.vtkWarpTo_AbsoluteOff_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkWarpTo.vtkWarpTo_AbsoluteOn_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkWarpTo.vtkWarpTo_GetAbsolute_03 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkWarpTo.vtkWarpTo_GetPosition_04 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkWarpTo.vtkWarpTo_GetPosition_05 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal double Kitware.VTK.vtkWarpTo.vtkWarpTo_GetScaleFactor_06 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkWarpTo.vtkWarpTo_IsA_07 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkWarpTo.vtkWarpTo_IsTypeOf_08 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkWarpTo.vtkWarpTo_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkWarpTo.vtkWarpTo_NewInstance_10 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkWarpTo.vtkWarpTo_SafeDownCast_11 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkWarpTo.vtkWarpTo_SetAbsolute_12 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkWarpTo.vtkWarpTo_SetPosition_13 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkWarpTo.vtkWarpTo_SetPosition_14 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkWarpTo.vtkWarpTo_SetScaleFactor_15 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkWarpTo.MRClassNameKey = "9vtkWarpTo" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
| new const string Kitware.VTK.vtkWarpTo.MRFullTypeName = "Kitware.VTK.vtkWarpTo" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPointSetAlgorithm.
1.7.6.1