79 #ifndef vtkInteractorStyleUnicam_h 80 #define vtkInteractorStyleUnicam_h 82 #include "vtkInteractionStyleModule.h" 97 #define VTK_UNICAM_NONE 0 98 #define VTK_UNICAM_BUTTON_LEFT 1 99 #define VTK_UNICAM_BUTTON_MIDDLE 2 100 #define VTK_UNICAM_BUTTON_RIGHT 3 103 #define VTK_UNICAM_CAM_INT_ROT 0 104 #define VTK_UNICAM_CAM_INT_CHOOSE 1 105 #define VTK_UNICAM_CAM_INT_PAN 2 106 #define VTK_UNICAM_CAM_INT_DOLLY 3 116 void SetWorldUpVector(
double x,
double y,
double z);
117 vtkGetVectorMacro(WorldUpVector,
double, 3);
126 virtual void OnLeftButtonMove();
150 double WorldUpVector[3];
158 void ChooseXY(
int X,
int Y);
159 void RotateXY(
int X,
int Y);
160 void DollyXY(
int X,
int Y);
161 void PanXY(
int X,
int Y);
164 void MyTranslateCamera(
double v[3]);
166 double cx,
double cy,
double cz,
double ax,
double ay,
double az,
double angle);
173 void GetRightVandUpV(
double* p,
vtkCamera* cam,
double* rightV,
double* upV);
176 void NormalizeMouseXY(
int X,
int Y,
double* NX,
double* NY);
179 double WindowAspect();
186 #endif // vtkInteractorStyleUnicam_h virtual void OnLeftButtonDown()
represents an object (geometry & properties) in a rendered scene
virtual void OnLeftButtonUp()
static vtkInteractorStyle * New()
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent.
abstract specification for renderers
vtkWorldPointPicker * InteractionPicker
virtual void OnTimer()
OnTimer calls Rotate, Rotate etc which should be overridden by style subclasses.
a simple class to control print indentation
a virtual camera for 3D rendering
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetWorldUpVector(double a[3])
provides Unicam navigation style
provide event-driven interface to the rendering window (defines trackball mode)
vtkRenderer * FocusSphereRenderer
find world x,y,z corresponding to display x,y,z
virtual void OnMouseMove()
Generic event bindings can be overridden in subclasses.