CHROMA
|
Parameter structure. More...
#include <inline_laplace_eigs.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 24 of file inline_laplace_eigs.h.
Chroma::InlineLaplaceEigsEnv::Params::Params | ( | ) |
Definition at line 132 of file inline_laplace_eigs.cc.
References frequency.
Chroma::InlineLaplaceEigsEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 134 of file inline_laplace_eigs.cc.
References frequency, named_obj, param, Chroma::InlineLaplaceEigsEnv::read(), and xml_file.
unsigned long Chroma::InlineLaplaceEigsEnv::Params::frequency |
Definition at line 29 of file inline_laplace_eigs.h.
Referenced by Chroma::InlineLaplaceEigsEnv::InlineMeas::getFrequency(), and Params().
NamedObject_t Chroma::InlineLaplaceEigsEnv::Params::named_obj |
Named objects
Definition at line 49 of file inline_laplace_eigs.h.
Referenced by Chroma::InlineLaplaceEigsEnv::InlineMeas::func(), Params(), and Chroma::InlineLaplaceEigsEnv::write().
Param_t Chroma::InlineLaplaceEigsEnv::Params::param |
Parameters
Definition at line 48 of file inline_laplace_eigs.h.
Referenced by Chroma::InlineLaplaceEigsEnv::InlineMeas::func(), Params(), and Chroma::InlineLaplaceEigsEnv::write().
std::string Chroma::InlineLaplaceEigsEnv::Params::xml_file |
Alternate XML file pattern
Definition at line 50 of file inline_laplace_eigs.h.
Referenced by Chroma::InlineLaplaceEigsEnv::InlineMeas::operator()(), and Params().