14#ifndef vtkTrackballZoomToMouse_h
15#define vtkTrackballZoomToMouse_h
19#include "vtkInteractionStyleModule.h"
21VTK_ABI_NAMESPACE_BEGIN
46 int ZoomPosition[2] = { 0, 0 };
a simple class to control print indentation
platform-independent render window interaction including picking and frame rate control.
abstract specification for renderers
vtkTrackballZoomToMouse()
~vtkTrackballZoomToMouse() override
void OnMouseMove(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTrackballZoomToMouse * New()
void OnButtonDown(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.