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... |
|
Enum that contains straight directions in 3D space. Great as array indices, etc.. |
|
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.. |
|
Enum to symbolize the way a value is modified; good as status flags, etc.. |