00001
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef _LuminousIntensity_cc
00026 #define _LuminousIntensity_cc
00027
00028 #include "Quantity/Variable.h"
00029
00030 #include "PhysicalQuantities/LuminousIntensity.h"
00031
00032 namespace quantity {
00033 namespace luminousIntensity {
00034
00035
00036
00037 template<> const std::string Candelas::Basename = "candela";
00038 template<> const std::string Candelas::Basesymbol = "cd";
00039 template<> const bool Candelas::SI = true;
00040
00041 template<> const double Standard<Candelas>::ratio = 1.0;
00042 template<> const bool Standard<Candelas>::exact = true;
00043
00044 }
00045
00046 template<>
00047 const std::string Name<luminousIntensity::Quantity>::String
00048 = "luminousintensity";
00049 template<>
00050 const std::string Symbol<luminousIntensity::Quantity>::String = "I";
00051
00052 }
00053
00054 #endif