21#ifndef vtkTrackballZoom_h
22#define vtkTrackballZoom_h
26#include "vtkInteractionStyleModule.h"
28VTK_ABI_NAMESPACE_BEGIN
60 vtkSetMacro(UseDollyForPerspectiveProjection,
bool);
61 vtkGetMacro(UseDollyForPerspectiveProjection,
bool);
62 vtkBooleanMacro(UseDollyForPerspectiveProjection,
bool);
75 bool UseDollyForPerspectiveProjection =
true;
a simple class to control print indentation
platform-independent render window interaction including picking and frame rate control.
abstract specification for renderers
static vtkTrackballZoom * New()
void OnButtonUp(int, int, vtkRenderer *, vtkRenderWindowInteractor *) override
Unimplemented methods from vtkCameraManipulator.
void OnButtonDown(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
~vtkTrackballZoom() override
void OnKeyDown(vtkRenderWindowInteractor *rwi) override
Unimplemented methods from vtkCameraManipulator.
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 OnKeyUp(vtkRenderWindowInteractor *rwi) override
Unimplemented methods from vtkCameraManipulator.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void EndInteraction() override
Unimplemented methods from vtkCameraManipulator.
void StartInteraction() override
Unimplemented methods from vtkCameraManipulator.