Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Rendering/vtkInteractorStyle.h File Reference

#include "vtkInteractorObserver.h"

Include dependency graph for vtkInteractorStyle.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

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


Defines

#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_ANIM_OFF   0
#define VTKIS_ANIM_ON   1


Define Documentation

#define VTKIS_START   0
 

Definition at line 109 of file vtkInteractorStyle.h.

#define VTKIS_NONE   0
 

Definition at line 110 of file vtkInteractorStyle.h.

#define VTKIS_ROTATE   1
 

Definition at line 112 of file vtkInteractorStyle.h.

#define VTKIS_PAN   2
 

Definition at line 113 of file vtkInteractorStyle.h.

#define VTKIS_SPIN   3
 

Definition at line 114 of file vtkInteractorStyle.h.

#define VTKIS_DOLLY   4
 

Definition at line 115 of file vtkInteractorStyle.h.

#define VTKIS_ZOOM   5
 

Definition at line 116 of file vtkInteractorStyle.h.

#define VTKIS_USCALE   6
 

Definition at line 117 of file vtkInteractorStyle.h.

#define VTKIS_TIMER   7
 

Definition at line 118 of file vtkInteractorStyle.h.

#define VTKIS_FORWARDFLY   8
 

Definition at line 119 of file vtkInteractorStyle.h.

#define VTKIS_REVERSEFLY   9
 

Definition at line 120 of file vtkInteractorStyle.h.

#define VTKIS_ANIM_OFF   0
 

Definition at line 122 of file vtkInteractorStyle.h.

#define VTKIS_ANIM_ON   1
 

Definition at line 123 of file vtkInteractorStyle.h.