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 Quantities {
00033 namespace LuminousIntensityUnits {
00034
00035
00036
00037 template<> const double Candelas::StandardRatio = 1.;
00038 template<> const std::string Candelas::Basename = "candela";
00039 template<> const std::string Candelas::Basesymbol = "cd";
00040 template<> const bool Candelas::SI = true;
00041 template<> const bool Candelas::Exact = true;
00042
00043 }
00044
00045 template<> const
00046 std::string Name<LuminousIntensityQuantities>::String
00047 = "luminousintensity";
00048 template<> const
00049 std::string Symbol<LuminousIntensityQuantities>::String = "I";
00050
00051 }
00052
00053 #endif