30#ifndef vtkTrackballMoveActor_h
31#define vtkTrackballMoveActor_h
36#include "vtkInteractionStyleModule.h"
38VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
platform-independent render window interaction including picking and frame rate control.
abstract specification for renderers
void OnButtonDown(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren) override
Event bindings controlling the effects of pressing mouse buttons or moving the mouse.
static vtkTrackballMoveActor * New()
void OnButtonUp(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *rwi) override
Unimplemented methods from vtkCameraManipulator.
@ RequestActiveSourcePositionEvent
@ ApplyActiveSourcePositionEvent
@ RequestActiveSourceBoundsEvent
void OnKeyUp(vtkRenderWindowInteractor *rwi) override
Unimplemented methods from vtkCameraManipulator.
void OnMouseMove(int x, int y, vtkRenderer *ren, vtkRenderWindowInteractor *iren) 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.
void StartInteraction() override
Unimplemented methods from vtkCameraManipulator.
~vtkTrackballMoveActor() override
void EndInteraction() override
Unimplemented methods from vtkCameraManipulator.
void OnKeyDown(vtkRenderWindowInteractor *rwi) override
Unimplemented methods from vtkCameraManipulator.