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