ActiViz .NET
5.8.0
|
vtkContinuousValueWidgetRepresentation - provide the representation for a continuous value More...
Public Types | |
enum | _InteractionState { Adjusting = 2, Inside = 1, Outside = 0 } |
virtual void Highlight(int); More... | |
Public Member Functions | |
vtkContinuousValueWidgetRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
override void | BuildRepresentation () |
Methods to interface with the vtkSliderWidget. The PlaceWidget() method assumes that the parameter bounds[6] specifies the location in display space where the widget should be placed. | |
virtual double | GetValue () |
Set/Get the value. | |
override int | IsA (string type) |
Standard methods for the class. | |
new vtkContinuousValueWidgetRepresentation | NewInstance () |
Standard methods for the class. | |
override void | PlaceWidget (IntPtr bounds) |
Methods to interface with the vtkSliderWidget. The PlaceWidget() method assumes that the parameter bounds[6] specifies the location in display space where the widget should be placed. | |
virtual void | SetValue (double value) |
Set/Get the value. | |
override void | StartWidgetInteraction (IntPtr eventPos) |
Methods to interface with the vtkSliderWidget. The PlaceWidget() method assumes that the parameter bounds[6] specifies the location in display space where the widget should be placed. | |
override void | WidgetInteraction (IntPtr eventPos) |
Methods to interface with the vtkSliderWidget. The PlaceWidget() method assumes that the parameter bounds[6] specifies the location in display space where the widget should be placed. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Standard methods for the class. | |
static new vtkContinuousValueWidgetRepresentation | SafeDownCast (vtkObjectBase o) |
Standard methods for the class. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkContinuousValueWidgetRepresentation" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "38vtkContinuousValueWidgetRepresentation" |
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 void | vtkContinuousValueWidgetRepresentation_BuildRepresentation_01 (HandleRef pThis) |
static internal double | vtkContinuousValueWidgetRepresentation_GetValue_02 (HandleRef pThis) |
static internal int | vtkContinuousValueWidgetRepresentation_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkContinuousValueWidgetRepresentation_IsTypeOf_04 (string type) |
static internal IntPtr | vtkContinuousValueWidgetRepresentation_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkContinuousValueWidgetRepresentation_PlaceWidget_06 (HandleRef pThis, IntPtr bounds) |
static internal IntPtr | vtkContinuousValueWidgetRepresentation_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkContinuousValueWidgetRepresentation_SetValue_08 (HandleRef pThis, double value) |
static internal void | vtkContinuousValueWidgetRepresentation_StartWidgetInteraction_09 (HandleRef pThis, IntPtr eventPos) |
static internal void | vtkContinuousValueWidgetRepresentation_WidgetInteraction_10 (HandleRef pThis, IntPtr eventPos) |
Static Private Member Functions | |
static | vtkContinuousValueWidgetRepresentation () |
Automatically generated type registration mechanics. |
vtkContinuousValueWidgetRepresentation - provide the representation for a continuous value
Description This class is used mainly as a superclass for continuous value widgets
virtual void Highlight(int);
Reimplemented in Kitware.VTK.vtkCompassRepresentation.
static Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkContinuousValueWidgetRepresentation.BuildRepresentation | ( | ) | [virtual] |
Methods to interface with the vtkSliderWidget. The PlaceWidget() method assumes that the parameter bounds[6] specifies the location in display space where the widget should be placed.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkCompassRepresentation.
override void Kitware.VTK.vtkContinuousValueWidgetRepresentation.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.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkCompassRepresentation.
virtual double Kitware.VTK.vtkContinuousValueWidgetRepresentation.GetValue | ( | ) | [virtual] |
Set/Get the value.
override int Kitware.VTK.vtkContinuousValueWidgetRepresentation.IsA | ( | string | type | ) | [virtual] |
Standard methods for the class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkCompassRepresentation.
static new int Kitware.VTK.vtkContinuousValueWidgetRepresentation.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for the class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkCompassRepresentation.
new vtkContinuousValueWidgetRepresentation Kitware.VTK.vtkContinuousValueWidgetRepresentation.NewInstance | ( | ) |
Standard methods for the class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkCompassRepresentation.
override void Kitware.VTK.vtkContinuousValueWidgetRepresentation.PlaceWidget | ( | IntPtr | bounds | ) | [virtual] |
Methods to interface with the vtkSliderWidget. The PlaceWidget() method assumes that the parameter bounds[6] specifies the location in display space where the widget should be placed.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkCompassRepresentation.
static new vtkContinuousValueWidgetRepresentation Kitware.VTK.vtkContinuousValueWidgetRepresentation.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for the class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkCompassRepresentation.
virtual void Kitware.VTK.vtkContinuousValueWidgetRepresentation.SetValue | ( | double | value | ) | [virtual] |
Set/Get the value.
override void Kitware.VTK.vtkContinuousValueWidgetRepresentation.StartWidgetInteraction | ( | IntPtr | eventPos | ) | [virtual] |
Methods to interface with the vtkSliderWidget. The PlaceWidget() method assumes that the parameter bounds[6] specifies the location in display space where the widget should be placed.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkCompassRepresentation.
static internal void Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation_BuildRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation_GetValue_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation_PlaceWidget_06 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation_SetValue_08 | ( | HandleRef | pThis, |
double | value | ||
) | [private] |
static internal void Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation_StartWidgetInteraction_09 | ( | HandleRef | pThis, |
IntPtr | eventPos | ||
) | [private] |
static internal void Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation_WidgetInteraction_10 | ( | HandleRef | pThis, |
IntPtr | eventPos | ||
) | [private] |
override void Kitware.VTK.vtkContinuousValueWidgetRepresentation.WidgetInteraction | ( | IntPtr | eventPos | ) | [virtual] |
Methods to interface with the vtkSliderWidget. The PlaceWidget() method assumes that the parameter bounds[6] specifies the location in display space where the widget should be placed.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkCompassRepresentation.
new readonly string Kitware.VTK.vtkContinuousValueWidgetRepresentation.MRClassNameKey = "38vtkContinuousValueWidgetRepresentation" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkCompassRepresentation.
new const string Kitware.VTK.vtkContinuousValueWidgetRepresentation.MRFullTypeName = "Kitware.VTK.vtkContinuousValueWidgetRepresentation" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Reimplemented in Kitware.VTK.vtkCompassRepresentation.