Go to the source code of this file.
Namespaces | |
namespace | vrvis |
Typedefs | |
typedef std::map< eColor, RasterData * > | ColorDataMap |
Type mapping RasterData objects to their color interpretation. | |
Enumerations | |
enum | eColor { NONE = -1, RED = 0, GREEN = 1, BLUE = 2 } |
Fundamental colors plus "not defined" value. More... |
|
Map type that assigns a specific RasterData object to a Color. This type is used to exchange this information between different data handling classes.
|
|
Color enum, containing the three fundamental colors and a "not defined" value. Each color has its common index value, so they can easily be used as array indices. |