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

vtkContinuousValueWidgetRepresentation - provide the representation for a continuous value More...

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

List of all members.

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.

Detailed Description

vtkContinuousValueWidgetRepresentation - provide the representation for a continuous value

Description This class is used mainly as a superclass for continuous value widgets


Member Enumeration Documentation

virtual void Highlight(int);

Enumerator:
Adjusting 

enum member

Inside 

enum member

Outside 

enum member

Reimplemented in Kitware.VTK.vtkCompassRepresentation.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

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.

Standard methods for the class.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Reimplemented in Kitware.VTK.vtkCompassRepresentation.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkContinuousValueWidgetRepresentation.SetValue ( double  value) [virtual]

Set/Get the value.

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 int Kitware.VTK.vtkContinuousValueWidgetRepresentation.vtkContinuousValueWidgetRepresentation_IsA_03 ( HandleRef  pThis,
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_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.


Member Data Documentation

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.


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