![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
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 vtkInteractorStylePick * | New () |
Protected Member Functions | |
virtual void | Pick () |
void | RedrawRubberBand () |
vtkInteractorStylePick () | |
~vtkInteractorStylePick () | |
Protected Attributes | |
bool | AreaPicking |
int | EndPosition [2] |
int | Moving |
vtkUnsignedCharArray * | PixelArray |
int | StartPosition [2] |
Interactor used when we are in picking mode.
|
protected |
References AreaPicking, EndPosition, Moving, PixelArray, and StartPosition.
|
protected |
References PixelArray.
|
static |
|
virtual |
References AreaPicking, EndPosition, Moving, Pick(), PixelArray, and StartPosition.
|
virtual |
References AreaPicking, EndPosition, Moving, Pick(), and StartPosition.
|
virtual |
References AreaPicking, EndPosition, Moving, Pick(), RedrawRubberBand(), and StartPosition.
|
protectedvirtual |
References EndPosition, and StartPosition.
Referenced by OnLeftButtonDown(), OnLeftButtonUp(), and OnMouseMove().
void camitk::vtkInteractorStylePick::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protected |
References EndPosition, PixelArray, and StartPosition.
Referenced by OnMouseMove().
void camitk::vtkInteractorStylePick::SetAreaPicking | ( | bool | b | ) |
References AreaPicking.
camitk::vtkInteractorStylePick::vtkTypeMacro | ( | vtkInteractorStylePick | , |
vtkInteractorStyle | |||
) |
|
protected |
Referenced by OnLeftButtonDown(), OnLeftButtonUp(), OnMouseMove(), SetAreaPicking(), and vtkInteractorStylePick().
|
protected |
Referenced by OnLeftButtonDown(), OnLeftButtonUp(), OnMouseMove(), Pick(), RedrawRubberBand(), and vtkInteractorStylePick().
|
protected |
Referenced by OnLeftButtonDown(), OnLeftButtonUp(), OnMouseMove(), and vtkInteractorStylePick().
|
protected |
Referenced by OnLeftButtonDown(), RedrawRubberBand(), vtkInteractorStylePick(), and ~vtkInteractorStylePick().
|
protected |
Referenced by OnLeftButtonDown(), OnLeftButtonUp(), OnMouseMove(), Pick(), RedrawRubberBand(), and vtkInteractorStylePick().