|
CHROMA
|
Parameter structure. More...
#include <inline_prop_colorvec_w.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 |
| struct Chroma::InlinePropColorVecEnv::Params::Param_t | param |
| struct Chroma::InlinePropColorVecEnv::Params::NamedObject_t | named_obj |
| std::string | xml_file |
Parameter structure.
Definition at line 26 of file inline_prop_colorvec_w.h.
| Chroma::InlinePropColorVecEnv::Params::Params | ( | ) |
Definition at line 152 of file inline_prop_colorvec_w.cc.
References frequency.
| Chroma::InlinePropColorVecEnv::Params::Params | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 154 of file inline_prop_colorvec_w.cc.
References frequency, named_obj, param, Chroma::InlinePropColorVecEnv::read(), and xml_file.
| unsigned long Chroma::InlinePropColorVecEnv::Params::frequency |
Definition at line 31 of file inline_prop_colorvec_w.h.
Referenced by Chroma::InlinePropColorVecEnv::InlineMeas::getFrequency(), and Params().
| struct Chroma::InlinePropColorVecEnv::Params::NamedObject_t Chroma::InlinePropColorVecEnv::Params::named_obj |
| struct Chroma::InlinePropColorVecEnv::Params::Param_t Chroma::InlinePropColorVecEnv::Params::param |
| std::string Chroma::InlinePropColorVecEnv::Params::xml_file |
Definition at line 54 of file inline_prop_colorvec_w.h.
Referenced by Chroma::InlinePropColorVecEnv::InlineMeas::operator()(), and Params().