CHROMA
|
Parameter structure. More...
#include <inline_create_colorvecs.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
Public Member Functions | |
Params () | |
Params (XMLReader &xml_in, const std::string &path) | |
Public Attributes | |
unsigned long | frequency |
Param_t | param |
NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 22 of file inline_create_colorvecs.h.
Chroma::InlineCreateColorVecsEnv::Params::Params | ( | ) |
Definition at line 130 of file inline_create_colorvecs.cc.
References frequency.
Chroma::InlineCreateColorVecsEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 132 of file inline_create_colorvecs.cc.
References frequency, named_obj, param, Chroma::InlineCreateColorVecsEnv::read(), and xml_file.
unsigned long Chroma::InlineCreateColorVecsEnv::Params::frequency |
Definition at line 27 of file inline_create_colorvecs.h.
Referenced by Chroma::InlineCreateColorVecsEnv::InlineMeas::getFrequency(), and Params().
NamedObject_t Chroma::InlineCreateColorVecsEnv::Params::named_obj |
Named objects
Definition at line 47 of file inline_create_colorvecs.h.
Referenced by Chroma::InlineCreateColorVecsEnv::InlineMeas::func(), Params(), and Chroma::InlineCreateColorVecsEnv::write().
Param_t Chroma::InlineCreateColorVecsEnv::Params::param |
Parameters
Definition at line 46 of file inline_create_colorvecs.h.
Referenced by Chroma::InlineCreateColorVecsEnv::InlineMeas::func(), Params(), and Chroma::InlineCreateColorVecsEnv::write().
std::string Chroma::InlineCreateColorVecsEnv::Params::xml_file |
Alternate XML file pattern
Definition at line 48 of file inline_create_colorvecs.h.
Referenced by Chroma::InlineCreateColorVecsEnv::InlineMeas::operator()(), and Params().