VTK  9.3.20240329
Classes | Macros
vtkInteractorStyle.h File Reference
#include "vtkInteractorObserver.h"
#include "vtkRenderingCoreModule.h"
#include "vtkWrappingHints.h"
Include dependency graph for vtkInteractorStyle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkInteractorStyle
 provide event-driven interface to the rendering window (defines trackball mode) More...
 

Macros

#define VTKIS_START   0
 
#define VTKIS_NONE   0
 
#define VTKIS_ROTATE   1
 
#define VTKIS_PAN   2
 
#define VTKIS_SPIN   3
 
#define VTKIS_DOLLY   4
 
#define VTKIS_ZOOM   5
 
#define VTKIS_USCALE   6
 
#define VTKIS_TIMER   7
 
#define VTKIS_FORWARDFLY   8
 
#define VTKIS_REVERSEFLY   9
 
#define VTKIS_TWO_POINTER   10
 
#define VTKIS_CLIP   11
 
#define VTKIS_PICK   12
 
#define VTKIS_LOAD_CAMERA_POSE   13
 
#define VTKIS_POSITION_PROP   14
 
#define VTKIS_EXIT   15
 
#define VTKIS_TOGGLE_DRAW_CONTROLS   16
 
#define VTKIS_MENU   17
 
#define VTKIS_GESTURE   18
 
#define VTKIS_ENV_ROTATE   19
 
#define VTKIS_GROUNDMOVEMENT   20
 
#define VTKIS_ELEVATION   21
 
#define VTKIS_TELEPORTATION   22
 
#define VTKIS_ANIM_OFF   0
 
#define VTKIS_ANIM_ON   1
 

Macro Definition Documentation

◆ VTKIS_START

#define VTKIS_START   0

Definition at line 147 of file vtkInteractorStyle.h.

◆ VTKIS_NONE

#define VTKIS_NONE   0

Definition at line 148 of file vtkInteractorStyle.h.

◆ VTKIS_ROTATE

#define VTKIS_ROTATE   1

Definition at line 150 of file vtkInteractorStyle.h.

◆ VTKIS_PAN

#define VTKIS_PAN   2

Definition at line 151 of file vtkInteractorStyle.h.

◆ VTKIS_SPIN

#define VTKIS_SPIN   3

Definition at line 152 of file vtkInteractorStyle.h.

◆ VTKIS_DOLLY

#define VTKIS_DOLLY   4

Definition at line 153 of file vtkInteractorStyle.h.

◆ VTKIS_ZOOM

#define VTKIS_ZOOM   5

Definition at line 154 of file vtkInteractorStyle.h.

◆ VTKIS_USCALE

#define VTKIS_USCALE   6

Definition at line 155 of file vtkInteractorStyle.h.

◆ VTKIS_TIMER

#define VTKIS_TIMER   7

Definition at line 156 of file vtkInteractorStyle.h.

◆ VTKIS_FORWARDFLY

#define VTKIS_FORWARDFLY   8

Definition at line 157 of file vtkInteractorStyle.h.

◆ VTKIS_REVERSEFLY

#define VTKIS_REVERSEFLY   9

Definition at line 158 of file vtkInteractorStyle.h.

◆ VTKIS_TWO_POINTER

#define VTKIS_TWO_POINTER   10

Definition at line 159 of file vtkInteractorStyle.h.

◆ VTKIS_CLIP

#define VTKIS_CLIP   11

Definition at line 160 of file vtkInteractorStyle.h.

◆ VTKIS_PICK

#define VTKIS_PICK   12

Definition at line 161 of file vtkInteractorStyle.h.

◆ VTKIS_LOAD_CAMERA_POSE

#define VTKIS_LOAD_CAMERA_POSE   13

Definition at line 162 of file vtkInteractorStyle.h.

◆ VTKIS_POSITION_PROP

#define VTKIS_POSITION_PROP   14

Definition at line 163 of file vtkInteractorStyle.h.

◆ VTKIS_EXIT

#define VTKIS_EXIT   15

Definition at line 164 of file vtkInteractorStyle.h.

◆ VTKIS_TOGGLE_DRAW_CONTROLS

#define VTKIS_TOGGLE_DRAW_CONTROLS   16

Definition at line 165 of file vtkInteractorStyle.h.

◆ VTKIS_MENU

#define VTKIS_MENU   17

Definition at line 166 of file vtkInteractorStyle.h.

◆ VTKIS_GESTURE

#define VTKIS_GESTURE   18

Definition at line 167 of file vtkInteractorStyle.h.

◆ VTKIS_ENV_ROTATE

#define VTKIS_ENV_ROTATE   19

Definition at line 168 of file vtkInteractorStyle.h.

◆ VTKIS_GROUNDMOVEMENT

#define VTKIS_GROUNDMOVEMENT   20

Definition at line 169 of file vtkInteractorStyle.h.

◆ VTKIS_ELEVATION

#define VTKIS_ELEVATION   21

Definition at line 170 of file vtkInteractorStyle.h.

◆ VTKIS_TELEPORTATION

#define VTKIS_TELEPORTATION   22

Definition at line 171 of file vtkInteractorStyle.h.

◆ VTKIS_ANIM_OFF

#define VTKIS_ANIM_OFF   0

Definition at line 173 of file vtkInteractorStyle.h.

◆ VTKIS_ANIM_ON

#define VTKIS_ANIM_ON   1

Definition at line 174 of file vtkInteractorStyle.h.