ActiViz .NET
5.8.0
|
vtkCompassWidget - set a value by manipulating something More...
Public Member Functions | |
vtkCompassWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCompassWidget () | |
Instantiate the class. | |
override void | CreateDefaultRepresentation () |
Create the default widget representation if one is not set. | |
double | GetDistance () |
Get the value for this widget. | |
double | GetHeading () |
Get the value for this widget. | |
double | GetTilt () |
Get the value for this widget. | |
override int | IsA (string type) |
Standard macros. | |
new vtkCompassWidget | NewInstance () |
Standard macros. | |
void | SetDistance (double t) |
Get the value for this widget. | |
void | SetHeading (double v) |
Get the value for this widget. | |
void | SetRepresentation (vtkCompassRepresentation 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 | SetTilt (double t) |
Get the value for this widget. | |
Static Public Member Functions | |
static new vtkCompassWidget | New () |
Instantiate the class. | |
static new int | IsTypeOf (string type) |
Standard macros. | |
static new vtkCompassWidget | SafeDownCast (vtkObjectBase o) |
Standard macros. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCompassWidget" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "16vtkCompassWidget" |
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 | vtkCompassWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCompassWidget_CreateDefaultRepresentation_01 (HandleRef pThis) |
static internal double | vtkCompassWidget_GetDistance_02 (HandleRef pThis) |
static internal double | vtkCompassWidget_GetHeading_03 (HandleRef pThis) |
static internal double | vtkCompassWidget_GetTilt_04 (HandleRef pThis) |
static internal int | vtkCompassWidget_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkCompassWidget_IsTypeOf_06 (string type) |
static internal IntPtr | vtkCompassWidget_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCompassWidget_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCompassWidget_SetDistance_10 (HandleRef pThis, double t) |
static internal void | vtkCompassWidget_SetHeading_11 (HandleRef pThis, double v) |
static internal void | vtkCompassWidget_SetRepresentation_12 (HandleRef pThis, HandleRef r) |
static internal void | vtkCompassWidget_SetTilt_13 (HandleRef pThis, double t) |
Static Private Member Functions | |
static | vtkCompassWidget () |
Automatically generated type registration mechanics. |
vtkCompassWidget - set a value by manipulating something
Description The vtkCompassWidget 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 vtkCompassWidget'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 vtkCompassWidget 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>
static Kitware.VTK.vtkCompassWidget.vtkCompassWidget | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCompassWidget.vtkCompassWidget | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate the class.
override void Kitware.VTK.vtkCompassWidget.CreateDefaultRepresentation | ( | ) | [virtual] |
Create the default widget representation if one is not set.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
override void Kitware.VTK.vtkCompassWidget.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.
double Kitware.VTK.vtkCompassWidget.GetDistance | ( | ) |
Get the value for this widget.
double Kitware.VTK.vtkCompassWidget.GetHeading | ( | ) |
Get the value for this widget.
double Kitware.VTK.vtkCompassWidget.GetTilt | ( | ) |
Get the value for this widget.
override int Kitware.VTK.vtkCompassWidget.IsA | ( | string | type | ) | [virtual] |
Standard macros.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new int Kitware.VTK.vtkCompassWidget.IsTypeOf | ( | string | type | ) | [static] |
Standard macros.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new vtkCompassWidget Kitware.VTK.vtkCompassWidget.New | ( | ) | [static] |
Instantiate the class.
Reimplemented from Kitware.VTK.vtkObject.
Standard macros.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new vtkCompassWidget Kitware.VTK.vtkCompassWidget.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard macros.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
void Kitware.VTK.vtkCompassWidget.SetDistance | ( | double | t | ) |
Get the value for this widget.
void Kitware.VTK.vtkCompassWidget.SetHeading | ( | double | v | ) |
Get the value for this widget.
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 Kitware.VTK.vtkCompassWidget.SetTilt | ( | double | t | ) |
Get the value for this widget.
static internal void Kitware.VTK.vtkCompassWidget.vtkCompassWidget_CreateDefaultRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCompassWidget.vtkCompassWidget_GetDistance_02 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCompassWidget.vtkCompassWidget_GetHeading_03 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCompassWidget.vtkCompassWidget_GetTilt_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCompassWidget.vtkCompassWidget_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCompassWidget.vtkCompassWidget_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCompassWidget.vtkCompassWidget_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCompassWidget.vtkCompassWidget_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCompassWidget.vtkCompassWidget_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCompassWidget.vtkCompassWidget_SetDistance_10 | ( | HandleRef | pThis, |
double | t | ||
) | [private] |
static internal void Kitware.VTK.vtkCompassWidget.vtkCompassWidget_SetHeading_11 | ( | HandleRef | pThis, |
double | v | ||
) | [private] |
static internal void Kitware.VTK.vtkCompassWidget.vtkCompassWidget_SetRepresentation_12 | ( | HandleRef | pThis, |
HandleRef | r | ||
) | [private] |
static internal void Kitware.VTK.vtkCompassWidget.vtkCompassWidget_SetTilt_13 | ( | HandleRef | pThis, |
double | t | ||
) | [private] |
new readonly string Kitware.VTK.vtkCompassWidget.MRClassNameKey = "16vtkCompassWidget" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
new const string Kitware.VTK.vtkCompassWidget.MRFullTypeName = "Kitware.VTK.vtkCompassWidget" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractWidget.