CHROMA
|
Parameter structure. More...
#include <inline_genprop_matelem_da_colorvec_w.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
Public Member Functions | |
Params () | |
Params (XMLReader &xml_in, const std::string &path) | |
void | writeXML (XMLWriter &xml_out, const std::string &path) const |
Public Attributes | |
unsigned long | frequency |
Param_t | param |
NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 24 of file inline_genprop_matelem_da_colorvec_w.h.
Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Params | ( | ) |
Definition at line 171 of file inline_genprop_matelem_da_colorvec_w.cc.
References frequency, Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Param_t::mom_max, and param.
Chroma::InlineGenPropMatElemDAColorVecEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 177 of file inline_genprop_matelem_da_colorvec_w.cc.
References frequency, named_obj, param, Chroma::InlineGenPropMatElemDAColorVecEnv::read(), and xml_file.
void Chroma::InlineGenPropMatElemDAColorVecEnv::Params::writeXML | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) | const |
Definition at line 209 of file inline_genprop_matelem_da_colorvec_w.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), and Chroma::InlineGenPropMatElemDAColorVecEnv::write().
Referenced by Chroma::InlineGenPropMatElemDAColorVecEnv::InlineMeas::func(), and Chroma::InlineGenPropMatElemDAColorVecEnv::write().
unsigned long Chroma::InlineGenPropMatElemDAColorVecEnv::Params::frequency |
Definition at line 30 of file inline_genprop_matelem_da_colorvec_w.h.
Referenced by Chroma::InlineGenPropMatElemDAColorVecEnv::InlineMeas::getFrequency(), and Params().
NamedObject_t Chroma::InlineGenPropMatElemDAColorVecEnv::Params::named_obj |
Named objects
Definition at line 55 of file inline_genprop_matelem_da_colorvec_w.h.
Referenced by Chroma::InlineGenPropMatElemDAColorVecEnv::InlineMeas::func(), Params(), and writeXML().
Param_t Chroma::InlineGenPropMatElemDAColorVecEnv::Params::param |
Parameters
Definition at line 54 of file inline_genprop_matelem_da_colorvec_w.h.
Referenced by Chroma::InlineGenPropMatElemDAColorVecEnv::InlineMeas::func(), Params(), and writeXML().
std::string Chroma::InlineGenPropMatElemDAColorVecEnv::Params::xml_file |
Alternate XML file pattern
Definition at line 56 of file inline_genprop_matelem_da_colorvec_w.h.
Referenced by Chroma::InlineGenPropMatElemDAColorVecEnv::InlineMeas::operator()(), and Params().