|
enum class | Unit { CANDELA_PER_SQUARE_METRE
, FOOT_LAMBERT
} |
|
|
| Luminance (cxml::ConstNodePtr node) |
|
| Luminance (float value, Unit unit) |
|
void | set_value (float v) |
|
void | set_unit (Unit u) |
|
float | value () const |
|
Unit | unit () const |
|
float | value_in_foot_lamberts () const |
|
void | as_xml (xmlpp::Element *parent, std::string ns) const |
|
|
static std::string | unit_to_string (Unit u) |
|
static Unit | string_to_unit (std::string u) |
|
Definition at line 409 of file types.h.
The documentation for this class was generated from the following files: