Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Typedefs | Functions
StitcherOptions.h File Reference

Helper class for storing different options. More...

#include <map>
#include <string>
#include <hugin_shared.h>
Include dependency graph for StitcherOptions.h:
This graph shows which files directly or indirectly include this file:

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
 

Typedefs

typedef std::map< std::string,
std::string > 
HuginBase::Nona::AdvancedOptions
 

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)
 

Detailed Description

Helper class for storing different options.

Author
T. Modes

Definition in file StitcherOptions.h.