ActiViz .NET
5.8.0
|
vtkCheckerboardWidget - interactively set the number of divisions in 2D image checkerboard More...
Public Member Functions | |
vtkCheckerboardWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCheckerboardWidget () | |
Instantiate this class. | |
override void | CreateDefaultRepresentation () |
Create the default widget representation if one is not set. | |
vtkCheckerboardRepresentation | GetCheckerboardRepresentation () |
Return the representation as a vtkCheckerboardRepresentation. | |
override int | IsA (string type) |
Standard methods for a VTK class. | |
new vtkCheckerboardWidget | NewInstance () |
Standard methods for a VTK class. | |
override void | SetEnabled (int arg0) |
The method for activiating and deactiviating this widget. This method must be overridden because it is a composite widget and does more than its superclasses' vtkAbstractWidget::SetEnabled() method. | |
void | SetRepresentation (vtkCheckerboardRepresentation 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. | |
Static Public Member Functions | |
static new vtkCheckerboardWidget | New () |
Instantiate this class. | |
static new int | IsTypeOf (string type) |
Standard methods for a VTK class. | |
static new vtkCheckerboardWidget | SafeDownCast (vtkObjectBase o) |
Standard methods for a VTK class. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCheckerboardWidget" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkCheckerboardWidget" |
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 | vtkCheckerboardWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCheckerboardWidget_CreateDefaultRepresentation_01 (HandleRef pThis) |
static internal IntPtr | vtkCheckerboardWidget_GetCheckerboardRepresentation_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkCheckerboardWidget_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkCheckerboardWidget_IsTypeOf_04 (string type) |
static internal IntPtr | vtkCheckerboardWidget_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkCheckerboardWidget_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCheckerboardWidget_SetEnabled_08 (HandleRef pThis, int arg0) |
static internal void | vtkCheckerboardWidget_SetRepresentation_09 (HandleRef pThis, HandleRef r) |
Static Private Member Functions | |
static | vtkCheckerboardWidget () |
Automatically generated type registration mechanics. |
vtkCheckerboardWidget - interactively set the number of divisions in 2D image checkerboard
Description The vtkCheckerboardWidget is used to interactively control an instance of vtkImageCheckerboard (and an associated vtkImageActor used to display the checkerboard). The user can adjust the number of divisions in each of the i-j directions in a 2D image. A frame appears around the vtkImageActor with sliders along each side of the frame. The user can interactively adjust the sliders to the desired number of checkerboard subdivisions.
To use this widget, specify an instance of vtkImageCheckerboard and an instance of vtkImageActor. By default, the widget responds to the following events: <pre> If the slider bead is selected: LeftButtonPressEvent - select slider (if on slider) LeftButtonReleaseEvent - release slider MouseMoveEvent - move slider If the end caps or slider tube of a slider are selected: LeftButtonPressEvent - jump (or animate) to cap or point on tube; </pre> It is possible to change these event bindings. Please refer to the documentation for vtkSliderWidget for more information. Advanced users may directly access and manipulate the sliders by obtaining the instances of vtkSliderWidget composing the vtkCheckerboard widget.
static Kitware.VTK.vtkCheckerboardWidget.vtkCheckerboardWidget | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCheckerboardWidget.vtkCheckerboardWidget | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
override void Kitware.VTK.vtkCheckerboardWidget.CreateDefaultRepresentation | ( | ) | [virtual] |
Create the default widget representation if one is not set.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
override void Kitware.VTK.vtkCheckerboardWidget.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 vtkCheckerboardRepresentation.
override int Kitware.VTK.vtkCheckerboardWidget.IsA | ( | string | type | ) | [virtual] |
Standard methods for a VTK class.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new int Kitware.VTK.vtkCheckerboardWidget.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for a VTK class.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new vtkCheckerboardWidget Kitware.VTK.vtkCheckerboardWidget.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkObject.
Standard methods for a VTK class.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
static new vtkCheckerboardWidget Kitware.VTK.vtkCheckerboardWidget.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for a VTK class.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
override void Kitware.VTK.vtkCheckerboardWidget.SetEnabled | ( | int | arg0 | ) | [virtual] |
The method for activiating and deactiviating this widget. This method must be overridden because it is a composite widget and does more than its superclasses' vtkAbstractWidget::SetEnabled() method.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
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.
static internal void Kitware.VTK.vtkCheckerboardWidget.vtkCheckerboardWidget_CreateDefaultRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCheckerboardWidget.vtkCheckerboardWidget_GetCheckerboardRepresentation_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkCheckerboardWidget.vtkCheckerboardWidget_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCheckerboardWidget.vtkCheckerboardWidget_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCheckerboardWidget.vtkCheckerboardWidget_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCheckerboardWidget.vtkCheckerboardWidget_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCheckerboardWidget.vtkCheckerboardWidget_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCheckerboardWidget.vtkCheckerboardWidget_SetEnabled_08 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkCheckerboardWidget.vtkCheckerboardWidget_SetRepresentation_09 | ( | HandleRef | pThis, |
HandleRef | r | ||
) | [private] |
new readonly string Kitware.VTK.vtkCheckerboardWidget.MRClassNameKey = "21vtkCheckerboardWidget" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractWidget.
new const string Kitware.VTK.vtkCheckerboardWidget.MRFullTypeName = "Kitware.VTK.vtkCheckerboardWidget" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractWidget.