zoom in by amount indicated by rubber band box
More...
#include <vtkInteractorStyleRubberBandZoom.h>
Inherits vtkInteractorStyle.
zoom in by amount indicated by rubber band box
This interactor style allows the user to draw a rectangle in the render window using the left mouse button. When the mouse button is released, the current camera zooms by an amount determined from the shorter side of the drawn rectangle.
- Tests:
- vtkInteractorStyleRubberBandZoom (Tests)
Definition at line 35 of file vtkInteractorStyleRubberBandZoom.h.
vtkInteractorStyleRubberBandZoom::vtkInteractorStyleRubberBandZoom |
( |
| ) |
|
|
protected |
vtkInteractorStyleRubberBandZoom::~vtkInteractorStyleRubberBandZoom |
( |
| ) |
|
|
protected |
static int vtkInteractorStyleRubberBandZoom::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkInteractorStyleRubberBandZoom::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkInteractorStyleRubberBandZoom::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkInteractorStyleRubberBandZoom::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkInteractorStyleRubberBandZoom::OnMouseMove |
( |
| ) |
|
|
virtual |
virtual void vtkInteractorStyleRubberBandZoom::OnLeftButtonDown |
( |
| ) |
|
|
virtual |
virtual void vtkInteractorStyleRubberBandZoom::OnLeftButtonUp |
( |
| ) |
|
|
virtual |
virtual void vtkInteractorStyleRubberBandZoom::Zoom |
( |
| ) |
|
|
protectedvirtual |
int vtkInteractorStyleRubberBandZoom::StartPosition[2] |
|
protected |
int vtkInteractorStyleRubberBandZoom::EndPosition[2] |
|
protected |
int vtkInteractorStyleRubberBandZoom::Moving |
|
protected |
vtkUnsignedCharArray* vtkInteractorStyleRubberBandZoom::PixelArray |
|
protected |
The documentation for this class was generated from the following file: