Classes | |
| struct | Params |
| Params for Remez type rational approximation. More... | |
Functions | |
| RationalApprox * | createApprox (XMLReader &xml_in, const std::string &path) |
| Callback function. | |
| bool | registerAll () |
| Register all the factories. | |
Variables | |
| const std::string | name = "READ_COEFFS" |
| Name to be used. | |
| static bool | registered = false |
| Local registration flag. | |
| RationalApprox* Chroma::ReadRatApproxEnv::createApprox | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) |
| bool Chroma::ReadRatApproxEnv::registerAll | ( | void | ) | [inline] |
Register all the factories.
Register all the factories
Definition at line 28 of file read_rat_approx.cc.
References createApprox(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
| const std::string Chroma::ReadRatApproxEnv::name = "READ_COEFFS" |
bool Chroma::ReadRatApproxEnv::registered = false [static] |
Local registration flag.
Definition at line 25 of file read_rat_approx.cc.
Referenced by registerAll().
1.4.7