Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

ActionEnums.hpp File Reference

Useful Action enums. More...

Go to the source code of this file.

Namespaces

namespace  vrvis

Enumerations

enum  eDirection {
  FRONT = 0, BACK = 1, LEFT = 2, RIGHT = 3,
  UP = 4, DOWN = 5
}
 Directions in 3D space. More...
enum  eEndOfScale { LOWER = 0, UPPER = 1 }
 "Active" end of a directed scale. More...
enum  eValueModification { DECREASE = 0, INCREASE = 1 }
 Way a numerical value can be modified. More...


Detailed Description

Header containing useful enums that are frequently used in the development of own Actions.

Enumeration Type Documentation

enum eDirection
 

Enum that contains straight directions in 3D space. Great as array indices, etc..

Enumeration values:
FRONT 
BACK 
LEFT 
RIGHT 
UP 
DOWN 

enum eEndOfScale
 

Enum that stands for the end of a scale to focus. Mostly used as template arguments, where the same action has to be carried out only slightly different when modifying the one end of a scale than the other..

Enumeration values:
LOWER 
UPPER 

enum eValueModification
 

Enum to symbolize the way a value is modified; good as status flags, etc..

Enumeration values:
DECREASE 
INCREASE 


Generated on Tue Sep 21 07:31:09 2004 for VRVis by doxygen 1.3.8