|
ActiViz .NET
5.8.0
|
vtkPolygonalHandleRepresentation3D - represent a user defined handle geometry in 3D space More...
Public Member Functions | |
| vtkPolygonalHandleRepresentation3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPolygonalHandleRepresentation3D () | |
| Instantiate this class. | |
| virtual double[] | GetOffset () |
| Set/get the offset of the handle position with respect to the handle center, assumed to be the origin. | |
| virtual void | GetOffset (ref double _arg1, ref double _arg2, ref double _arg3) |
| Set/get the offset of the handle position with respect to the handle center, assumed to be the origin. | |
| virtual void | GetOffset (IntPtr _arg) |
| Set/get the offset of the handle position with respect to the handle center, assumed to be the origin. | |
| override int | IsA (string type) |
| Standard methods for instances of this class. | |
| new vtkPolygonalHandleRepresentation3D | NewInstance () |
| Standard methods for instances of this class. | |
| virtual void | SetOffset (double _arg1, double _arg2, double _arg3) |
| Set/get the offset of the handle position with respect to the handle center, assumed to be the origin. | |
| virtual void | SetOffset (IntPtr _arg) |
| Set/get the offset of the handle position with respect to the handle center, assumed to be the origin. | |
| override void | SetWorldPosition (IntPtr p) |
| Set the position of the point in world and display coordinates. | |
Static Public Member Functions | |
| static new vtkPolygonalHandleRepresentation3D | New () |
| Instantiate this class. | |
| static new int | IsTypeOf (string type) |
| Standard methods for instances of this class. | |
| static new vtkPolygonalHandleRepresentation3D | SafeDownCast (vtkObjectBase o) |
| Standard methods for instances of this class. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPolygonalHandleRepresentation3D" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "34vtkPolygonalHandleRepresentation3D" |
| 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 | vtkPolygonalHandleRepresentation3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPolygonalHandleRepresentation3D_GetOffset_01 (HandleRef pThis) |
| static internal void | vtkPolygonalHandleRepresentation3D_GetOffset_02 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
| static internal void | vtkPolygonalHandleRepresentation3D_GetOffset_03 (HandleRef pThis, IntPtr _arg) |
| static internal int | vtkPolygonalHandleRepresentation3D_IsA_04 (HandleRef pThis, string type) |
| static internal int | vtkPolygonalHandleRepresentation3D_IsTypeOf_05 (string type) |
| static internal IntPtr | vtkPolygonalHandleRepresentation3D_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPolygonalHandleRepresentation3D_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkPolygonalHandleRepresentation3D_SetOffset_09 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
| static internal void | vtkPolygonalHandleRepresentation3D_SetOffset_10 (HandleRef pThis, IntPtr _arg) |
| static internal void | vtkPolygonalHandleRepresentation3D_SetWorldPosition_11 (HandleRef pThis, IntPtr p) |
Static Private Member Functions | |
| static | vtkPolygonalHandleRepresentation3D () |
| Automatically generated type registration mechanics. | |
vtkPolygonalHandleRepresentation3D - represent a user defined handle geometry in 3D space
Description This class serves as the geometrical representation of a vtkHandleWidget. The handle can be represented by an arbitrary polygonal data (vtkPolyData), set via SetHandle(vtkPolyData *). The actual position of the handle will be initially assumed to be (0,0,0). You can specify an offset from this position if desired.
vtkPointHandleRepresentation3D vtkHandleRepresentation vtkHandleWidget
| static Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
| override void Kitware.VTK.vtkPolygonalHandleRepresentation3D.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.vtkAbstractPolygonalHandleRepresentation3D.
| virtual double [] Kitware.VTK.vtkPolygonalHandleRepresentation3D.GetOffset | ( | ) | [virtual] |
Set/get the offset of the handle position with respect to the handle center, assumed to be the origin.
| virtual void Kitware.VTK.vtkPolygonalHandleRepresentation3D.GetOffset | ( | ref double | _arg1, |
| ref double | _arg2, | ||
| ref double | _arg3 | ||
| ) | [virtual] |
Set/get the offset of the handle position with respect to the handle center, assumed to be the origin.
| virtual void Kitware.VTK.vtkPolygonalHandleRepresentation3D.GetOffset | ( | IntPtr | _arg | ) | [virtual] |
Set/get the offset of the handle position with respect to the handle center, assumed to be the origin.
| override int Kitware.VTK.vtkPolygonalHandleRepresentation3D.IsA | ( | string | type | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkAbstractPolygonalHandleRepresentation3D.
| static new int Kitware.VTK.vtkPolygonalHandleRepresentation3D.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkAbstractPolygonalHandleRepresentation3D.
| static new vtkPolygonalHandleRepresentation3D Kitware.VTK.vtkPolygonalHandleRepresentation3D.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkObject.
| new vtkPolygonalHandleRepresentation3D Kitware.VTK.vtkPolygonalHandleRepresentation3D.NewInstance | ( | ) |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkAbstractPolygonalHandleRepresentation3D.
| static new vtkPolygonalHandleRepresentation3D Kitware.VTK.vtkPolygonalHandleRepresentation3D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkAbstractPolygonalHandleRepresentation3D.
| virtual void Kitware.VTK.vtkPolygonalHandleRepresentation3D.SetOffset | ( | double | _arg1, |
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [virtual] |
Set/get the offset of the handle position with respect to the handle center, assumed to be the origin.
| virtual void Kitware.VTK.vtkPolygonalHandleRepresentation3D.SetOffset | ( | IntPtr | _arg | ) | [virtual] |
Set/get the offset of the handle position with respect to the handle center, assumed to be the origin.
| override void Kitware.VTK.vtkPolygonalHandleRepresentation3D.SetWorldPosition | ( | IntPtr | p | ) | [virtual] |
Set the position of the point in world and display coordinates.
Reimplemented from Kitware.VTK.vtkAbstractPolygonalHandleRepresentation3D.
| static internal IntPtr Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D_GetOffset_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D_GetOffset_02 | ( | HandleRef | pThis, |
| ref double | _arg1, | ||
| ref double | _arg2, | ||
| ref double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D_GetOffset_03 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D_IsA_04 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D_IsTypeOf_05 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D_NewInstance_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D_SetOffset_09 | ( | HandleRef | pThis, |
| double | _arg1, | ||
| double | _arg2, | ||
| double | _arg3 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D_SetOffset_10 | ( | HandleRef | pThis, |
| IntPtr | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPolygonalHandleRepresentation3D.vtkPolygonalHandleRepresentation3D_SetWorldPosition_11 | ( | HandleRef | pThis, |
| IntPtr | p | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkPolygonalHandleRepresentation3D.MRClassNameKey = "34vtkPolygonalHandleRepresentation3D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractPolygonalHandleRepresentation3D.
| new const string Kitware.VTK.vtkPolygonalHandleRepresentation3D.MRFullTypeName = "Kitware.VTK.vtkPolygonalHandleRepresentation3D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractPolygonalHandleRepresentation3D.
1.7.6.1