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.vtkContinuousValueWidget Class Reference

vtkContinuousValueWidget - set a value by manipulating something More...

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

List of all members.

Public Member Functions

 vtkContinuousValueWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
vtkContinuousValueWidgetRepresentation GetContinuousValueWidgetRepresentation ()
 Return the representation as a vtkContinuousValueWidgetRepresentation.
double GetValue ()
 Get the value for this widget.
override int IsA (string type)
 Standard macros.
new vtkContinuousValueWidget NewInstance ()
 Standard macros.
void SetRepresentation (vtkContinuousValueWidgetRepresentation 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.
void SetValue (double v)
 Get the value for this widget.

Static Public Member Functions

static new int IsTypeOf (string type)
 Standard macros.
static new vtkContinuousValueWidget SafeDownCast (vtkObjectBase o)
 Standard macros.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkContinuousValueWidget"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkContinuousValueWidget"
 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 vtkContinuousValueWidget_GetContinuousValueWidgetRepresentation_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkContinuousValueWidget_GetValue_02 (HandleRef pThis)
static internal int vtkContinuousValueWidget_IsA_03 (HandleRef pThis, string type)
static internal int vtkContinuousValueWidget_IsTypeOf_04 (string type)
static internal IntPtr vtkContinuousValueWidget_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContinuousValueWidget_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContinuousValueWidget_SetRepresentation_07 (HandleRef pThis, HandleRef r)
static internal void vtkContinuousValueWidget_SetValue_08 (HandleRef pThis, double v)

Static Private Member Functions

static vtkContinuousValueWidget ()
 Automatically generated type registration mechanics.

Detailed Description

vtkContinuousValueWidget - set a value by manipulating something

Description The vtkContinuousValueWidget is used to adjust a scalar value in an application. Note that the actual appearance of the widget depends on the specific representation for the widget.

To use this widget, set the widget representation. (the details may vary depending on the particulars of the representation).

Event Bindings By default, the widget responds to the following VTK events (i.e., it watches the vtkRenderWindowInteractor for these events): <pre> If the slider bead is selected: LeftButtonPressEvent - select slider LeftButtonReleaseEvent - release slider MouseMoveEvent - move slider </pre>

Note that the event bindings described above can be changed using this class's vtkWidgetEventTranslator. This class translates VTK events into the vtkContinuousValueWidget's widget events: <pre> vtkWidgetEvent::Select -- some part of the widget has been selected vtkWidgetEvent::EndSelect -- the selection process has completed vtkWidgetEvent::Move -- a request for slider motion has been invoked </pre>

In turn, when these widget events are processed, the vtkContinuousValueWidget invokes the following VTK events on itself (which observers can listen for): <pre> vtkCommand::StartInteractionEvent (on vtkWidgetEvent::Select) vtkCommand::EndInteractionEvent (on vtkWidgetEvent::EndSelect) vtkCommand::InteractionEvent (on vtkWidgetEvent::Move) </pre>


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkContinuousValueWidget.vtkContinuousValueWidget ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.


Member Function Documentation

override void Kitware.VTK.vtkContinuousValueWidget.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 vtkContinuousValueWidgetRepresentation.

Here is the call graph for this function:

Get the value for this widget.

override int Kitware.VTK.vtkContinuousValueWidget.IsA ( string  type) [virtual]

Standard macros.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

static new int Kitware.VTK.vtkContinuousValueWidget.IsTypeOf ( string  type) [static]

Standard macros.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

Standard macros.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

Standard 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.

Get the value for this widget.

static internal IntPtr Kitware.VTK.vtkContinuousValueWidget.vtkContinuousValueWidget_GetContinuousValueWidgetRepresentation_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal double Kitware.VTK.vtkContinuousValueWidget.vtkContinuousValueWidget_GetValue_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkContinuousValueWidget.vtkContinuousValueWidget_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkContinuousValueWidget.vtkContinuousValueWidget_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkContinuousValueWidget.vtkContinuousValueWidget_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContinuousValueWidget.vtkContinuousValueWidget_SafeDownCast_06 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContinuousValueWidget.vtkContinuousValueWidget_SetRepresentation_07 ( HandleRef  pThis,
HandleRef  r 
) [private]
static internal void Kitware.VTK.vtkContinuousValueWidget.vtkContinuousValueWidget_SetValue_08 ( HandleRef  pThis,
double  v 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkContinuousValueWidget.MRClassNameKey = "24vtkContinuousValueWidget" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

new const string Kitware.VTK.vtkContinuousValueWidget.MRFullTypeName = "Kitware.VTK.vtkContinuousValueWidget"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAbstractWidget.


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