|
Hugintrunk
0.1
|
Helper class for storing different options. More...

Go to the source code of this file.
Namespaces | |
| HuginBase | |
| mainly consists of wrapper around the pano tools library, to assist in ressource management and to provide a nicer interface. | |
| HuginBase::Nona | |
Functions | |
| bool | HuginBase::Nona::GetAdvancedOption (const AdvancedOptions &opts, const std::string &name, const bool defaultValue) |
| check if given option is saved and return its boolean value, otherwise return defaultValue More... | |
| std::string | HuginBase::Nona::GetAdvancedOption (const AdvancedOptions &opts, const std::string &name, const std::string &defaultValue) |
| float | HuginBase::Nona::GetAdvancedOption (const AdvancedOptions &opts, const std::string &name, const float defaultValue) |
| void | HuginBase::Nona::SetAdvancedOption (AdvancedOptions &opts, const std::string &name, const bool value) |
| store the option with name in AdvancedOptions More... | |
| void | HuginBase::Nona::SetAdvancedOption (AdvancedOptions &opts, const std::string &name, const std::string &value) |
| void | HuginBase::Nona::SetAdvancedOption (AdvancedOptions &opts, const std::string &name, const float value) |
Helper class for storing different options.
Definition in file StitcherOptions.cpp.
1.8.5