vtkCheckerboardWidget Class Reference

#include <vtkCheckerboardWidget.h>

Inheritance diagram for vtkCheckerboardWidget:

Inheritance graph
[legend]
Collaboration diagram for vtkCheckerboardWidget:

Collaboration graph
[legend]

List of all members.


Detailed Description

interactively set the number of divisions in 2D image checkerboard

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:

 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;
 
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.

See also:
vtkImageCheckerboard vtkImageActor vtkSliderWidget vtkRectilinearWipeWidget
Events:
vtkCommand::DisableEvent vtkCommand::EndInteractionEvent vtkCommand::InteractionEvent vtkCommand::StartInteractionEvent vtkCommand::EnableEvent
Tests:
vtkCheckerboardWidget (Tests)

Definition at line 60 of file vtkCheckerboardWidget.h.

typedef vtkAbstractWidget Superclass
static int IsTypeOf (const char *type)
static vtkCheckerboardWidgetSafeDownCast (vtkObject *o)
virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Public Member Functions

virtual void SetEnabled (int)
void CreateDefaultRepresentation ()
void SetRepresentation (vtkCheckerboardRepresentation *r)

Static Public Member Functions

static vtkCheckerboardWidgetNew ()

Protected Member Functions

 vtkCheckerboardWidget ()
 ~vtkCheckerboardWidget ()
void StartCheckerboardInteraction ()
void CheckerboardInteraction (int sliderNum)
void EndCheckerboardInteraction ()

Protected Attributes

vtkSliderWidgetTopSlider
vtkSliderWidgetRightSlider
vtkSliderWidgetBottomSlider
vtkSliderWidgetLeftSlider

Friends

class vtkCWCallback

Member Typedef Documentation

Standard methods for a VTK class.

Reimplemented from vtkAbstractWidget.

Definition at line 68 of file vtkCheckerboardWidget.h.


Constructor & Destructor Documentation

vtkCheckerboardWidget::vtkCheckerboardWidget (  )  [protected]

vtkCheckerboardWidget::~vtkCheckerboardWidget (  )  [protected]


Member Function Documentation

static vtkCheckerboardWidget* vtkCheckerboardWidget::New (  )  [static]

Instantiate this class.

Reimplemented from vtkObject.

virtual const char* vtkCheckerboardWidget::GetClassName (  )  [virtual]

Standard methods for a VTK class.

Reimplemented from vtkAbstractWidget.

static int vtkCheckerboardWidget::IsTypeOf ( const char *  type  )  [static]

Standard methods for a VTK class.

Reimplemented from vtkAbstractWidget.

virtual int vtkCheckerboardWidget::IsA ( const char *  type  )  [virtual]

Standard methods for a VTK class.

Reimplemented from vtkAbstractWidget.

static vtkCheckerboardWidget* vtkCheckerboardWidget::SafeDownCast ( vtkObject o  )  [static]

Standard methods for a VTK class.

Reimplemented from vtkAbstractWidget.

void vtkCheckerboardWidget::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Standard methods for a VTK class.

Reimplemented from vtkAbstractWidget.

virtual void vtkCheckerboardWidget::SetEnabled ( int   )  [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 vtkAbstractWidget.

void vtkCheckerboardWidget::SetRepresentation ( vtkCheckerboardRepresentation r  )  [inline]

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.

Definition at line 81 of file vtkCheckerboardWidget.h.

void vtkCheckerboardWidget::CreateDefaultRepresentation (  )  [virtual]

Create the default widget representation if one is not set.

Implements vtkAbstractWidget.

void vtkCheckerboardWidget::StartCheckerboardInteraction (  )  [protected]

void vtkCheckerboardWidget::CheckerboardInteraction ( int  sliderNum  )  [protected]

void vtkCheckerboardWidget::EndCheckerboardInteraction (  )  [protected]


Friends And Related Function Documentation

friend class vtkCWCallback [friend]

Definition at line 104 of file vtkCheckerboardWidget.h.


Member Data Documentation

Definition at line 93 of file vtkCheckerboardWidget.h.

Definition at line 94 of file vtkCheckerboardWidget.h.

Definition at line 95 of file vtkCheckerboardWidget.h.

Definition at line 96 of file vtkCheckerboardWidget.h.


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

Generated on Sat Dec 27 13:19:47 2008 for VTK by  doxygen 1.5.6