ActiViz .NET
5.8.0
|
vtkTensorProbeWidget - a widget to probe tensors on a polyline More...
Public Member Functions | |
vtkTensorProbeWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTensorProbeWidget () | |
Instantiate this class. | |
override void | CreateDefaultRepresentation () |
See vtkWidgetRepresentation for details. | |
vtkTensorProbeRepresentation | GetTensorProbeRepresentation () |
Return the representation as a vtkTensorProbeRepresentation. | |
override int | IsA (string type) |
Standard VTK class macros. | |
new vtkTensorProbeWidget | NewInstance () |
Standard VTK class macros. | |
void | SetRepresentation (vtkTensorProbeRepresentation r) |
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget. | |
Static Public Member Functions | |
static new vtkTensorProbeWidget | New () |
Instantiate this class. | |
static new int | IsTypeOf (string type) |
Standard VTK class macros. | |
static new vtkTensorProbeWidget | SafeDownCast (vtkObjectBase o) |
Standard VTK class macros. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTensorProbeWidget" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkTensorProbeWidget" |
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 | vtkTensorProbeWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTensorProbeWidget_CreateDefaultRepresentation_01 (HandleRef pThis) |
static internal IntPtr | vtkTensorProbeWidget_GetTensorProbeRepresentation_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTensorProbeWidget_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkTensorProbeWidget_IsTypeOf_04 (string type) |
static internal IntPtr | vtkTensorProbeWidget_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkTensorProbeWidget_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTensorProbeWidget_SetRepresentation_08 (HandleRef pThis, HandleRef r) |
Static Private Member Functions | |
static | vtkTensorProbeWidget () |
Automatically generated type registration mechanics. |
vtkTensorProbeWidget - a widget to probe tensors on a polyline
Description The class is used to probe tensors on a trajectory. The representation (vtkTensorProbeRepresentation) is free to choose its own method of rendering the tensors. For instance vtkEllipsoidTensorProbeRepresentation renders the tensors as ellipsoids. The interactions of the widget are controlled by the left mouse button. A left click on the tensor selects it. It can dragged around the trajectory to probe the tensors on it.
For instance dragging the ellipsoid around with vtkEllipsoidTensorProbeRepresentation will manifest itself with the ellipsoid shape changing as needed along the trajectory.
static Kitware.VTK.vtkTensorProbeWidget.vtkTensorProbeWidget | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTensorProbeWidget.vtkTensorProbeWidget | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
override void Kitware.VTK.vtkTensorProbeWidget.CreateDefaultRepresentation | ( | ) | [virtual] |
See vtkWidgetRepresentation for details.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
override void Kitware.VTK.vtkTensorProbeWidget.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.vtkAbstractWidget.
Return the representation as a vtkTensorProbeRepresentation.
override int Kitware.VTK.vtkTensorProbeWidget.IsA | ( | string | type | ) | [virtual] |
Standard VTK class macros.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new int Kitware.VTK.vtkTensorProbeWidget.IsTypeOf | ( | string | type | ) | [static] |
Standard VTK class macros.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new vtkTensorProbeWidget Kitware.VTK.vtkTensorProbeWidget.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkObject.
Standard VTK class macros.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new vtkTensorProbeWidget Kitware.VTK.vtkTensorProbeWidget.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard VTK class macros.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.
static internal void Kitware.VTK.vtkTensorProbeWidget.vtkTensorProbeWidget_CreateDefaultRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTensorProbeWidget.vtkTensorProbeWidget_GetTensorProbeRepresentation_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkTensorProbeWidget.vtkTensorProbeWidget_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTensorProbeWidget.vtkTensorProbeWidget_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTensorProbeWidget.vtkTensorProbeWidget_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTensorProbeWidget.vtkTensorProbeWidget_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTensorProbeWidget.vtkTensorProbeWidget_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTensorProbeWidget.vtkTensorProbeWidget_SetRepresentation_08 | ( | HandleRef | pThis, |
HandleRef | r | ||
) | [private] |
new readonly string Kitware.VTK.vtkTensorProbeWidget.MRClassNameKey = "20vtkTensorProbeWidget" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
new const string Kitware.VTK.vtkTensorProbeWidget.MRFullTypeName = "Kitware.VTK.vtkTensorProbeWidget" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractWidget.