CHROMA
|
Parameter structure. More...
#include <inline_static_light_spec_w.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
Public Member Functions | |
InlineStaticLightSpecParams () | |
InlineStaticLightSpecParams (XMLReader &xml_in, const std::string &path) | |
void | write (XMLWriter &xml_out, const std::string &path) |
Public Attributes | |
unsigned long | frequency |
struct Chroma::InlineStaticLightSpecParams::Param_t | param |
struct Chroma::InlineStaticLightSpecParams::NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 25 of file inline_static_light_spec_w.h.
Chroma::InlineStaticLightSpecParams::InlineStaticLightSpecParams | ( | ) |
Definition at line 142 of file inline_static_light_spec_w.cc.
References frequency.
Chroma::InlineStaticLightSpecParams::InlineStaticLightSpecParams | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 147 of file inline_static_light_spec_w.cc.
References frequency, named_obj, param, Chroma::read(), and xml_file.
void Chroma::InlineStaticLightSpecParams::write | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) |
Definition at line 179 of file inline_static_light_spec_w.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), Chroma::write(), and xml_file.
Referenced by Chroma::InlineStaticLightSpec::func().
unsigned long Chroma::InlineStaticLightSpecParams::frequency |
Definition at line 31 of file inline_static_light_spec_w.h.
Referenced by Chroma::InlineStaticLightSpec::getFrequency(), and InlineStaticLightSpecParams().
struct Chroma::InlineStaticLightSpecParams::NamedObject_t Chroma::InlineStaticLightSpecParams::named_obj |
Referenced by Chroma::InlineStaticLightSpec::func(), InlineStaticLightSpecParams(), and write().
struct Chroma::InlineStaticLightSpecParams::Param_t Chroma::InlineStaticLightSpecParams::param |
Referenced by Chroma::InlineStaticLightSpec::func(), InlineStaticLightSpecParams(), and write().
std::string Chroma::InlineStaticLightSpecParams::xml_file |
Definition at line 54 of file inline_static_light_spec_w.h.
Referenced by InlineStaticLightSpecParams(), Chroma::InlineStaticLightSpec::operator()(), and write().