ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkTensorProbeWidget Class Reference

vtkTensorProbeWidget - a widget to probe tensors on a polyline More...

Inheritance diagram for Kitware.VTK.vtkTensorProbeWidget:
[legend]
Collaboration diagram for Kitware.VTK.vtkTensorProbeWidget:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Here is the call graph for this function:

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.

Instantiate this class.

Reimplemented from Kitware.VTK.vtkObject.

Standard VTK class macros.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

Standard VTK class macros.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

Here is the call graph for this function:

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 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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: