Version: 9.12.0
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

◆ VTK_INTERACTOR_STYLE_CAMERA_FIT

#define VTK_INTERACTOR_STYLE_CAMERA_FIT   5

◆ VTK_INTERACTOR_STYLE_CAMERA_GLOBAL_PAN

#define VTK_INTERACTOR_STYLE_CAMERA_GLOBAL_PAN   7

◆ VTK_INTERACTOR_STYLE_CAMERA_NONE

#define VTK_INTERACTOR_STYLE_CAMERA_NONE   0

◆ VTK_INTERACTOR_STYLE_CAMERA_PAN

#define VTK_INTERACTOR_STYLE_CAMERA_PAN   2

◆ VTK_INTERACTOR_STYLE_CAMERA_ROTATE

#define VTK_INTERACTOR_STYLE_CAMERA_ROTATE   1

◆ VTK_INTERACTOR_STYLE_CAMERA_SELECT

#define VTK_INTERACTOR_STYLE_CAMERA_SELECT   6

◆ VTK_INTERACTOR_STYLE_CAMERA_SPIN

#define VTK_INTERACTOR_STYLE_CAMERA_SPIN   4

◆ VTK_INTERACTOR_STYLE_CAMERA_ZOOM

#define VTK_INTERACTOR_STYLE_CAMERA_ZOOM   3