Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RGB.hh
1 
2 // Jan Woetzel
3 
4 #ifndef _RGB_hh_
5 #define _RGB_hh_
6 #include "bias_config.h"
7 
8 
9 #include <Base/Math/Vector3.hh>
10 
11 namespace BIAS {
12  /** @class RGBuc
13  @ingroup g_math
14  @brief class RGBuc is a synonym for a Vector3 of correct type
15  @author Jan Woetzel **/
17 
18  /** @class RGBf
19  @ingroup g_math
20  @brief class RGBAf is a synonym for a Vector3 of correct type
21  @author Jan Woetzel **/
23 
24  /** @class RGBd
25  @ingroup g_math
26  @brief class RGBAd is a synonym for a Vector of correct type
27  @author Jan Woetzel **/
29 
30 } // namespace BIAS
31 #endif
32 
BIAS::Vector3< double > RGBd
Definition: RGB.hh:28
BIAS::Vector3< unsigned char > RGBuc
Definition: RGB.hh:16
BIAS::Vector3< float > RGBf
Definition: RGB.hh:22