Hugin trunk 0.1
Loading...
Searching...
No Matches
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

namespace  HuginBase
 mainly consists of wrapper around the pano tools library, to assist in ressource management and to provide a nicer interface.
 
namespace  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
 
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
 
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.