Computer Assited Medical Intervention Tool Kit  version 4.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
camitk::vtkInteractorStylePick Class Reference

Interactor used when we are in picking mode. More...

#include <RendererWidget.h>

Inherits vtkInteractorStyle.

Public Member Functions

virtual void OnLeftButtonDown ()
 
virtual void OnLeftButtonUp ()
 
virtual void OnMouseMove ()
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetAreaPicking (bool b)
 
 vtkTypeMacro (vtkInteractorStylePick, vtkInteractorStyle)
 

Static Public Member Functions

static vtkInteractorStylePickNew ()
 

Protected Member Functions

virtual void Pick ()
 
void RedrawRubberBand ()
 
 vtkInteractorStylePick ()
 
 ~vtkInteractorStylePick ()
 

Protected Attributes

bool AreaPicking
 
int EndPosition [2]
 
int Moving
 
vtkUnsignedCharArray * PixelArray
 
int StartPosition [2]
 

Detailed Description

Interactor used when we are in picking mode.

Constructor & Destructor Documentation

camitk::vtkInteractorStylePick::vtkInteractorStylePick ( )
protected
camitk::vtkInteractorStylePick::~vtkInteractorStylePick ( )
protected

References PixelArray.

Member Function Documentation

static vtkInteractorStylePick* camitk::vtkInteractorStylePick::New ( )
static
void camitk::vtkInteractorStylePick::OnLeftButtonDown ( )
virtual
void camitk::vtkInteractorStylePick::OnLeftButtonUp ( )
virtual
void camitk::vtkInteractorStylePick::OnMouseMove ( )
virtual
void camitk::vtkInteractorStylePick::Pick ( )
protectedvirtual
void camitk::vtkInteractorStylePick::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void camitk::vtkInteractorStylePick::RedrawRubberBand ( )
protected

References EndPosition, PixelArray, and StartPosition.

Referenced by OnMouseMove().

void camitk::vtkInteractorStylePick::SetAreaPicking ( bool  b)

References AreaPicking.

camitk::vtkInteractorStylePick::vtkTypeMacro ( vtkInteractorStylePick  ,
vtkInteractorStyle   
)

Member Data Documentation

bool camitk::vtkInteractorStylePick::AreaPicking
protected
int camitk::vtkInteractorStylePick::EndPosition[2]
protected
int camitk::vtkInteractorStylePick::Moving
protected
vtkUnsignedCharArray* camitk::vtkInteractorStylePick::PixelArray
protected
int camitk::vtkInteractorStylePick::StartPosition[2]
protected

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