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

ColorDataDefs.hpp File Reference

Definition of the ColorDataMap exchange type. More...

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...


Detailed Description

This header contains all information needed for the exchange of RasterData objects and the assigned fundamental colors.

Typedef Documentation

typedef std::map<eColor, RasterData*> vrvis::ColorDataMap
 

Map type that assigns a specific RasterData object to a Color. This type is used to exchange this information between different data handling classes.

See also:
LayerComponent, Texture


Enumeration Type Documentation

enum eColor
 

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.

Enumeration values:
NONE 
RED 
GREEN 
BLUE 


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