Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VTKViewer_InteractorStyle.h File Reference
#include <vtkInteractorStyle.h>
#include <QObject>
#include <QCursor>
#include <map>
#include "VTKViewer.h"
#include "VTKViewer_Filter.h"

Go to the source code of this file.

Classes

class  VTKViewer_InteractorStyle
 

Macros

#define VTK_INTERACTOR_STYLE_CAMERA_NONE   0
 
#define VTK_INTERACTOR_STYLE_CAMERA_ROTATE   1
 
#define VTK_INTERACTOR_STYLE_CAMERA_PAN   2
 
#define VTK_INTERACTOR_STYLE_CAMERA_ZOOM   3
 
#define VTK_INTERACTOR_STYLE_CAMERA_SPIN   4
 
#define VTK_INTERACTOR_STYLE_CAMERA_FIT   5
 
#define VTK_INTERACTOR_STYLE_CAMERA_SELECT   6
 
#define VTK_INTERACTOR_STYLE_CAMERA_GLOBAL_PAN   7
 

Macro Definition Documentation

#define VTK_INTERACTOR_STYLE_CAMERA_FIT   5
#define VTK_INTERACTOR_STYLE_CAMERA_GLOBAL_PAN   7
#define VTK_INTERACTOR_STYLE_CAMERA_NONE   0
#define VTK_INTERACTOR_STYLE_CAMERA_PAN   2
#define VTK_INTERACTOR_STYLE_CAMERA_ROTATE   1
#define VTK_INTERACTOR_STYLE_CAMERA_SELECT   6
#define VTK_INTERACTOR_STYLE_CAMERA_SPIN   4
#define VTK_INTERACTOR_STYLE_CAMERA_ZOOM   3