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

vtkSliderRepresentation - abstract class defines the representation for a vtkSliderWidget More...

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

List of all members.

Public Types

enum  _InteractionState {
  LeftCap = 2, Outside = 0, RightCap = 3, Slider = 4,
  Tube = 1
}
 Methods to interface with the vtkSliderWidget. Subclasses of this class actually do something. More...

Public Member Functions

 vtkSliderRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual double GetCurrentT ()
 Methods to interface with the vtkSliderWidget. Subclasses of this class actually do something.
virtual double GetEndCapLength ()
 Specify the length of each end cap (in normalized coordinates [0.0,0.25]). By default the length is 0.025. If the end cap length is set to 0.0, then the end cap will not display at all.
virtual double GetEndCapLengthMaxValue ()
 Specify the length of each end cap (in normalized coordinates [0.0,0.25]). By default the length is 0.025. If the end cap length is set to 0.0, then the end cap will not display at all.
virtual double GetEndCapLengthMinValue ()
 Specify the length of each end cap (in normalized coordinates [0.0,0.25]). By default the length is 0.025. If the end cap length is set to 0.0, then the end cap will not display at all.
virtual double GetEndCapWidth ()
 Specify the width of each end cap (in normalized coordinates [0.0,0.25]). By default the width is twice the tube width.
virtual double GetEndCapWidthMaxValue ()
 Specify the width of each end cap (in normalized coordinates [0.0,0.25]). By default the width is twice the tube width.
virtual double GetEndCapWidthMinValue ()
 Specify the width of each end cap (in normalized coordinates [0.0,0.25]). By default the width is twice the tube width.
virtual string GetLabelFormat ()
 Set/Get the format with which to print the slider value.
virtual double GetLabelHeight ()
 Specify the relative height of the label as compared to the length of the slider.
virtual double GetLabelHeightMaxValue ()
 Specify the relative height of the label as compared to the length of the slider.
virtual double GetLabelHeightMinValue ()
 Specify the relative height of the label as compared to the length of the slider.
virtual double GetMaximumValue ()
 Set the current maximum value that the slider can take. Setting the maximum value less than the minimum value will cause the minimum value to change to (maximum value - 1).
virtual double GetMinimumValue ()
 Set the current minimum value that the slider can take. Setting the minimum value greater than the maximum value will cause the maximum value to grow to (minimum value + 1).
virtual double GetPickedT ()
 Methods to interface with the vtkSliderWidget. Subclasses of this class actually do something.
virtual int GetShowSliderLabel ()
 Indicate whether the slider text label should be displayed. This is a number corresponding to the current Value of this widget.
virtual double GetSliderLength ()
 Specify the length of the slider shape (in normalized display coordinates [0.01,0.5]). The slider length by default is 0.05.
virtual double GetSliderLengthMaxValue ()
 Specify the length of the slider shape (in normalized display coordinates [0.01,0.5]). The slider length by default is 0.05.
virtual double GetSliderLengthMinValue ()
 Specify the length of the slider shape (in normalized display coordinates [0.01,0.5]). The slider length by default is 0.05.
virtual double GetSliderWidth ()
 Set the width of the slider in the directions orthogonal to the slider axis. Using this it is possible to create ellipsoidal and hockey puck sliders (in some subclasses). By default the width is 0.05.
virtual double GetSliderWidthMaxValue ()
 Set the width of the slider in the directions orthogonal to the slider axis. Using this it is possible to create ellipsoidal and hockey puck sliders (in some subclasses). By default the width is 0.05.
virtual double GetSliderWidthMinValue ()
 Set the width of the slider in the directions orthogonal to the slider axis. Using this it is possible to create ellipsoidal and hockey puck sliders (in some subclasses). By default the width is 0.05.
virtual double GetTitleHeight ()
 Specify the relative height of the title as compared to the length of the slider.
virtual double GetTitleHeightMaxValue ()
 Specify the relative height of the title as compared to the length of the slider.
virtual double GetTitleHeightMinValue ()
 Specify the relative height of the title as compared to the length of the slider.
virtual string GetTitleText ()
 Specify the label text for this widget. If the value is not set, or set to the empty string "", then the label text is not displayed.
virtual double GetTubeWidth ()
 Set the width of the tube (in normalized display coordinates) on which the slider moves. By default the width is 0.05.
virtual double GetTubeWidthMaxValue ()
 Set the width of the tube (in normalized display coordinates) on which the slider moves. By default the width is 0.05.
virtual double GetTubeWidthMinValue ()
 Set the width of the tube (in normalized display coordinates) on which the slider moves. By default the width is 0.05.
virtual double GetValue ()
 Specify the current value for the widget. The value should lie between the minimum and maximum values.
override int IsA (string type)
 Standard methods for the class.
new vtkSliderRepresentation NewInstance ()
 Standard methods for the class.
virtual void SetEndCapLength (double _arg)
 Specify the length of each end cap (in normalized coordinates [0.0,0.25]). By default the length is 0.025. If the end cap length is set to 0.0, then the end cap will not display at all.
virtual void SetEndCapWidth (double _arg)
 Specify the width of each end cap (in normalized coordinates [0.0,0.25]). By default the width is twice the tube width.
virtual void SetLabelFormat (string _arg)
 Set/Get the format with which to print the slider value.
virtual void SetLabelHeight (double _arg)
 Specify the relative height of the label as compared to the length of the slider.
void SetMaximumValue (double value)
 Set the current maximum value that the slider can take. Setting the maximum value less than the minimum value will cause the minimum value to change to (maximum value - 1).
void SetMinimumValue (double value)
 Set the current minimum value that the slider can take. Setting the minimum value greater than the maximum value will cause the maximum value to grow to (minimum value + 1).
virtual void SetShowSliderLabel (int _arg)
 Indicate whether the slider text label should be displayed. This is a number corresponding to the current Value of this widget.
virtual void SetSliderLength (double _arg)
 Specify the length of the slider shape (in normalized display coordinates [0.01,0.5]). The slider length by default is 0.05.
virtual void SetSliderWidth (double _arg)
 Set the width of the slider in the directions orthogonal to the slider axis. Using this it is possible to create ellipsoidal and hockey puck sliders (in some subclasses). By default the width is 0.05.
virtual void SetTitleHeight (double _arg)
 Specify the relative height of the title as compared to the length of the slider.
virtual void SetTitleText (string arg0)
 Specify the label text for this widget. If the value is not set, or set to the empty string "", then the label text is not displayed.
virtual void SetTubeWidth (double _arg)
 Set the width of the tube (in normalized display coordinates) on which the slider moves. By default the width is 0.05.
void SetValue (double value)
 Specify the current value for the widget. The value should lie between the minimum and maximum values.
virtual void ShowSliderLabelOff ()
 Indicate whether the slider text label should be displayed. This is a number corresponding to the current Value of this widget.
virtual void ShowSliderLabelOn ()
 Indicate whether the slider text label should be displayed. This is a number corresponding to the current Value of this widget.

Static Public Member Functions

static new int IsTypeOf (string type)
 Standard methods for the class.
static new vtkSliderRepresentation SafeDownCast (vtkObjectBase o)
 Standard methods for the class.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkSliderRepresentation"
 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 double vtkSliderRepresentation_GetCurrentT_01 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetEndCapLength_02 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetEndCapLengthMaxValue_03 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetEndCapLengthMinValue_04 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetEndCapWidth_05 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetEndCapWidthMaxValue_06 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetEndCapWidthMinValue_07 (HandleRef pThis)
static internal IntPtr vtkSliderRepresentation_GetLabelFormat_08 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetLabelHeight_09 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetLabelHeightMaxValue_10 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetLabelHeightMinValue_11 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetMaximumValue_12 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetMinimumValue_13 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetPickedT_14 (HandleRef pThis)
static internal int vtkSliderRepresentation_GetShowSliderLabel_15 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetSliderLength_16 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetSliderLengthMaxValue_17 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetSliderLengthMinValue_18 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetSliderWidth_19 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetSliderWidthMaxValue_20 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetSliderWidthMinValue_21 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetTitleHeight_22 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetTitleHeightMaxValue_23 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetTitleHeightMinValue_24 (HandleRef pThis)
static internal IntPtr vtkSliderRepresentation_GetTitleText_25 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetTubeWidth_26 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetTubeWidthMaxValue_27 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetTubeWidthMinValue_28 (HandleRef pThis)
static internal double vtkSliderRepresentation_GetValue_29 (HandleRef pThis)
static internal int vtkSliderRepresentation_IsA_30 (HandleRef pThis, string type)
static internal int vtkSliderRepresentation_IsTypeOf_31 (string type)
static internal IntPtr vtkSliderRepresentation_NewInstance_32 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkSliderRepresentation_SafeDownCast_33 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkSliderRepresentation_SetEndCapLength_34 (HandleRef pThis, double _arg)
static internal void vtkSliderRepresentation_SetEndCapWidth_35 (HandleRef pThis, double _arg)
static internal void vtkSliderRepresentation_SetLabelFormat_36 (HandleRef pThis, string _arg)
static internal void vtkSliderRepresentation_SetLabelHeight_37 (HandleRef pThis, double _arg)
static internal void vtkSliderRepresentation_SetMaximumValue_38 (HandleRef pThis, double value)
static internal void vtkSliderRepresentation_SetMinimumValue_39 (HandleRef pThis, double value)
static internal void vtkSliderRepresentation_SetShowSliderLabel_40 (HandleRef pThis, int _arg)
static internal void vtkSliderRepresentation_SetSliderLength_41 (HandleRef pThis, double _arg)
static internal void vtkSliderRepresentation_SetSliderWidth_42 (HandleRef pThis, double _arg)
static internal void vtkSliderRepresentation_SetTitleHeight_43 (HandleRef pThis, double _arg)
static internal void vtkSliderRepresentation_SetTitleText_44 (HandleRef pThis, string arg0)
static internal void vtkSliderRepresentation_SetTubeWidth_45 (HandleRef pThis, double _arg)
static internal void vtkSliderRepresentation_SetValue_46 (HandleRef pThis, double value)
static internal void vtkSliderRepresentation_ShowSliderLabelOff_47 (HandleRef pThis)
static internal void vtkSliderRepresentation_ShowSliderLabelOn_48 (HandleRef pThis)

Static Private Member Functions

static vtkSliderRepresentation ()
 Automatically generated type registration mechanics.

Detailed Description

vtkSliderRepresentation - abstract class defines the representation for a vtkSliderWidget

Description This abstract class is used to specify how the vtkSliderWidget should interact with representations of the vtkSliderWidget. This class may be subclassed so that alternative representations can be created. The class defines an API, and a default implementation, that the vtkSliderWidget interacts with to render itself in the scene.


Member Enumeration Documentation

Methods to interface with the vtkSliderWidget. Subclasses of this class actually do something.

Enumerator:
LeftCap 

enum member

Outside 

enum member

RightCap 

enum member

Slider 

enum member

Tube 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkSliderRepresentation.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.vtkCenteredSliderRepresentation, Kitware.VTK.vtkSliderRepresentation2D, and Kitware.VTK.vtkSliderRepresentation3D.

Methods to interface with the vtkSliderWidget. Subclasses of this class actually do something.

Specify the length of each end cap (in normalized coordinates [0.0,0.25]). By default the length is 0.025. If the end cap length is set to 0.0, then the end cap will not display at all.

Specify the length of each end cap (in normalized coordinates [0.0,0.25]). By default the length is 0.025. If the end cap length is set to 0.0, then the end cap will not display at all.

Specify the length of each end cap (in normalized coordinates [0.0,0.25]). By default the length is 0.025. If the end cap length is set to 0.0, then the end cap will not display at all.

Specify the width of each end cap (in normalized coordinates [0.0,0.25]). By default the width is twice the tube width.

Specify the width of each end cap (in normalized coordinates [0.0,0.25]). By default the width is twice the tube width.

Specify the width of each end cap (in normalized coordinates [0.0,0.25]). By default the width is twice the tube width.

Set/Get the format with which to print the slider value.

Specify the relative height of the label as compared to the length of the slider.

Specify the relative height of the label as compared to the length of the slider.

Specify the relative height of the label as compared to the length of the slider.

Set the current maximum value that the slider can take. Setting the maximum value less than the minimum value will cause the minimum value to change to (maximum value - 1).

Set the current minimum value that the slider can take. Setting the minimum value greater than the maximum value will cause the maximum value to grow to (minimum value + 1).

virtual double Kitware.VTK.vtkSliderRepresentation.GetPickedT ( ) [virtual]

Methods to interface with the vtkSliderWidget. Subclasses of this class actually do something.

Indicate whether the slider text label should be displayed. This is a number corresponding to the current Value of this widget.

Specify the length of the slider shape (in normalized display coordinates [0.01,0.5]). The slider length by default is 0.05.

Specify the length of the slider shape (in normalized display coordinates [0.01,0.5]). The slider length by default is 0.05.

Specify the length of the slider shape (in normalized display coordinates [0.01,0.5]). The slider length by default is 0.05.

Set the width of the slider in the directions orthogonal to the slider axis. Using this it is possible to create ellipsoidal and hockey puck sliders (in some subclasses). By default the width is 0.05.

Set the width of the slider in the directions orthogonal to the slider axis. Using this it is possible to create ellipsoidal and hockey puck sliders (in some subclasses). By default the width is 0.05.

Set the width of the slider in the directions orthogonal to the slider axis. Using this it is possible to create ellipsoidal and hockey puck sliders (in some subclasses). By default the width is 0.05.

Specify the relative height of the title as compared to the length of the slider.

Specify the relative height of the title as compared to the length of the slider.

Specify the relative height of the title as compared to the length of the slider.

Specify the label text for this widget. If the value is not set, or set to the empty string "", then the label text is not displayed.

Reimplemented in Kitware.VTK.vtkSliderRepresentation3D, Kitware.VTK.vtkSliderRepresentation2D, and Kitware.VTK.vtkCenteredSliderRepresentation.

Set the width of the tube (in normalized display coordinates) on which the slider moves. By default the width is 0.05.

Set the width of the tube (in normalized display coordinates) on which the slider moves. By default the width is 0.05.

Set the width of the tube (in normalized display coordinates) on which the slider moves. By default the width is 0.05.

virtual double Kitware.VTK.vtkSliderRepresentation.GetValue ( ) [virtual]

Specify the current value for the widget. The value should lie between the minimum and maximum values.

override int Kitware.VTK.vtkSliderRepresentation.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkSliderRepresentation.IsTypeOf ( string  type) [static]

Standard methods for the class.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Reimplemented in Kitware.VTK.vtkSliderRepresentation3D, Kitware.VTK.vtkSliderRepresentation2D, and Kitware.VTK.vtkCenteredSliderRepresentation.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkSliderRepresentation.SetEndCapLength ( double  _arg) [virtual]

Specify the length of each end cap (in normalized coordinates [0.0,0.25]). By default the length is 0.025. If the end cap length is set to 0.0, then the end cap will not display at all.

virtual void Kitware.VTK.vtkSliderRepresentation.SetEndCapWidth ( double  _arg) [virtual]

Specify the width of each end cap (in normalized coordinates [0.0,0.25]). By default the width is twice the tube width.

virtual void Kitware.VTK.vtkSliderRepresentation.SetLabelFormat ( string  _arg) [virtual]

Set/Get the format with which to print the slider value.

virtual void Kitware.VTK.vtkSliderRepresentation.SetLabelHeight ( double  _arg) [virtual]

Specify the relative height of the label as compared to the length of the slider.

Set the current maximum value that the slider can take. Setting the maximum value less than the minimum value will cause the minimum value to change to (maximum value - 1).

Set the current minimum value that the slider can take. Setting the minimum value greater than the maximum value will cause the maximum value to grow to (minimum value + 1).

virtual void Kitware.VTK.vtkSliderRepresentation.SetShowSliderLabel ( int  _arg) [virtual]

Indicate whether the slider text label should be displayed. This is a number corresponding to the current Value of this widget.

virtual void Kitware.VTK.vtkSliderRepresentation.SetSliderLength ( double  _arg) [virtual]

Specify the length of the slider shape (in normalized display coordinates [0.01,0.5]). The slider length by default is 0.05.

virtual void Kitware.VTK.vtkSliderRepresentation.SetSliderWidth ( double  _arg) [virtual]

Set the width of the slider in the directions orthogonal to the slider axis. Using this it is possible to create ellipsoidal and hockey puck sliders (in some subclasses). By default the width is 0.05.

virtual void Kitware.VTK.vtkSliderRepresentation.SetTitleHeight ( double  _arg) [virtual]

Specify the relative height of the title as compared to the length of the slider.

virtual void Kitware.VTK.vtkSliderRepresentation.SetTitleText ( string  arg0) [virtual]

Specify the label text for this widget. If the value is not set, or set to the empty string "", then the label text is not displayed.

Reimplemented in Kitware.VTK.vtkSliderRepresentation3D, Kitware.VTK.vtkSliderRepresentation2D, and Kitware.VTK.vtkCenteredSliderRepresentation.

virtual void Kitware.VTK.vtkSliderRepresentation.SetTubeWidth ( double  _arg) [virtual]

Set the width of the tube (in normalized display coordinates) on which the slider moves. By default the width is 0.05.

Specify the current value for the widget. The value should lie between the minimum and maximum values.

Indicate whether the slider text label should be displayed. This is a number corresponding to the current Value of this widget.

Indicate whether the slider text label should be displayed. This is a number corresponding to the current Value of this widget.

static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetCurrentT_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetEndCapLength_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetEndCapWidth_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetLabelFormat_08 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetLabelHeight_09 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetMaximumValue_12 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetMinimumValue_13 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetPickedT_14 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetSliderLength_16 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetSliderWidth_19 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetTitleHeight_22 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetTitleText_25 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetTubeWidth_26 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetTubeWidthMaxValue_27 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetTubeWidthMinValue_28 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_GetValue_29 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_IsA_30 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_IsTypeOf_31 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_NewInstance_32 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SafeDownCast_33 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetEndCapLength_34 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetEndCapWidth_35 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetLabelFormat_36 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetLabelHeight_37 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetMaximumValue_38 ( HandleRef  pThis,
double  value 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetMinimumValue_39 ( HandleRef  pThis,
double  value 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetShowSliderLabel_40 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetSliderLength_41 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetSliderWidth_42 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetTitleHeight_43 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetTitleText_44 ( HandleRef  pThis,
string  arg0 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetTubeWidth_45 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_SetValue_46 ( HandleRef  pThis,
double  value 
) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_ShowSliderLabelOff_47 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkSliderRepresentation.vtkSliderRepresentation_ShowSliderLabelOn_48 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkSliderRepresentation.MRClassNameKey = "23vtkSliderRepresentation" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Reimplemented in Kitware.VTK.vtkCenteredSliderRepresentation, Kitware.VTK.vtkSliderRepresentation2D, and Kitware.VTK.vtkSliderRepresentation3D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Reimplemented in Kitware.VTK.vtkCenteredSliderRepresentation, Kitware.VTK.vtkSliderRepresentation2D, and Kitware.VTK.vtkSliderRepresentation3D.


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