Specific backward compatible interactor for CamiTK RendererWidget Interactor used when we are in picking mode. More...
#include <vtkInteractorStylePick.h>
Public Member Functions | |
| void | OnLeftButtonDown () override |
| void | OnLeftButtonUp () override |
| void | OnMouseMove () override |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| void | SetAreaPicking (bool b) |
| vtkTypeMacro (vtkInteractorStylePick, vtkInteractorStyle) | |
Static Public Member Functions | |
| static vtkInteractorStylePick * | New () |
Protected Member Functions | |
| virtual void | Pick () |
| void | RedrawRubberBand () |
| vtkInteractorStylePick () | |
| ~vtkInteractorStylePick () override=default | |
Protected Attributes | |
| bool | areaPicking |
| int | endPosition [2] |
| bool | moving |
| vtkSmartPointer< vtkUnsignedCharArray > | pixelArray |
| int | startPosition [2] |
Specific backward compatible interactor for CamiTK RendererWidget Interactor used when we are in picking mode.
|
protected |
References areaPicking, endPosition, moving, pixelArray, and startPosition.
Referenced by New(), and vtkTypeMacro().
|
overrideprotecteddefault |
References Pick(), and RedrawRubberBand().
|
static |
References vtkInteractorStylePick().
|
override |
References areaPicking, endPosition, moving, Pick(), pixelArray, and startPosition.
Referenced by vtkTypeMacro().
|
override |
References areaPicking, endPosition, moving, Pick(), and startPosition.
Referenced by vtkTypeMacro().
|
override |
References areaPicking, endPosition, moving, Pick(), RedrawRubberBand(), and startPosition.
Referenced by vtkTypeMacro().
|
protectedvirtual |
References endPosition, and startPosition.
Referenced by OnLeftButtonDown(), OnLeftButtonUp(), OnMouseMove(), and ~vtkInteractorStylePick().
|
override |
Referenced by vtkTypeMacro().
|
protected |
References endPosition, pixelArray, and startPosition.
Referenced by OnMouseMove(), and ~vtkInteractorStylePick().
| void camitk::vtkInteractorStylePick::SetAreaPicking | ( | bool | b | ) |
References areaPicking.
Referenced by vtkTypeMacro().
| camitk::vtkInteractorStylePick::vtkTypeMacro | ( | vtkInteractorStylePick | , |
| vtkInteractorStyle | ) |
References OnLeftButtonDown(), OnLeftButtonUp(), OnMouseMove(), PrintSelf(), SetAreaPicking(), and vtkInteractorStylePick().
|
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(), and vtkInteractorStylePick().
|
protected |
Referenced by OnLeftButtonDown(), OnLeftButtonUp(), OnMouseMove(), Pick(), RedrawRubberBand(), and vtkInteractorStylePick().