25 #ifndef UQ_SIMULATION_MODEL_OPTIONS_H 
   26 #define UQ_SIMULATION_MODEL_OPTIONS_H 
   28 #include <queso/Environment.h> 
   29 #include <queso/BoostInputOptionsParser.h> 
   31 #define UQ_SIMULATION_MODEL_FILENAME_FOR_NO_FILE "." 
   34 #define UQ_SIMULATION_MODEL_DATA_OUTPUT_FILE_NAME_ODV        UQ_SIMULATION_MODEL_FILENAME_FOR_NO_FILE 
   35 #define UQ_SIMULATION_MODEL_DATA_OUTPUT_ALLOW_ALL_ODV        0 
   36 #define UQ_SIMULATION_MODEL_DATA_OUTPUT_ALLOWED_SET_ODV      "" 
   37 #define UQ_SIMULATION_MODEL_P_ETA_ODV                        1 
   38 #define UQ_SIMULATION_MODEL_ZERO_RELATIVE_SINGULAR_VALUE_ODV 0. 
   39 #define UQ_SIMULATION_MODEL_CDF_THRESHOLD_FOR_P_ETA_ODV      1. 
   40 #define UQ_SIMULATION_MODEL_A_W_ODV                          0. 
   41 #define UQ_SIMULATION_MODEL_B_W_ODV                          0. 
   42 #define UQ_SIMULATION_MODEL_A_RHO_W_ODV                      0. 
   43 #define UQ_SIMULATION_MODEL_B_RHO_W_ODV                      0. 
   44 #define UQ_SIMULATION_MODEL_A_ETA_ODV                        0. 
   45 #define UQ_SIMULATION_MODEL_B_ETA_ODV                        0. 
   46 #define UQ_SIMULATION_MODEL_A_S_ODV                          0. 
   47 #define UQ_SIMULATION_MODEL_B_S_ODV                          0. 
   50   namespace program_options {
 
   51     class options_description;
 
  115   void print            (std::ostream& os) 
const;
 
  121   void   defineMyOptions  (boost::program_options::options_description& optionsDesc) 
const;
 
  122   void   getMyOptionValues(boost::program_options::options_description& optionsDesc);
 
  148 #endif // UQ_SIMULATION_MODEL_OPTIONS_H 
std::string m_option_dataOutputAllowedSet
 
boost::program_options::options_description * m_optionsDesc
 
BoostInputOptionsParser * m_parser
 
bool m_dataOutputAllowAll
 
virtual ~SmOptionsValues()
 
std::string m_option_b_rho_w
 
std::string m_option_dataOutputAllowedSet
 
std::string m_option_a_rho_w
 
std::string m_option_cdfThresholdForPEta
 
std::string m_option_a_rho_w
 
std::string m_option_dataOutputFileName
 
void copy(const SmOptionsValues &src)
 
SimulationModelOptions(const BaseEnvironment &env, const char *prefix)
 
void defineMyOptions(boost::program_options::options_description &optionsDesc) const 
 
SmOptionsValues & operator=(const SmOptionsValues &rhs)
 
std::string m_option_dataOutputFileName
 
std::string m_option_b_rho_w
 
std::string m_option_zeroRelativeSingularValue
 
double m_cdfThresholdForPEta
 
std::string m_option_zeroRelativeSingularValue
 
std::string m_option_dataOutputAllowAll
 
std::string m_option_help
 
std::ostream & operator<<(std::ostream &os, const BaseEnvironment &obj)
 
std::string m_option_b_eta
 
void print(std::ostream &os) const 
 
const BaseEnvironment & m_env
 
void getMyOptionValues(boost::program_options::options_description &optionsDesc)
 
This (virtual) class sets up the environment underlying the use of the QUESO library by an executable...
 
std::string m_option_b_eta
 
std::string m_dataOutputFileName
 
std::string m_option_a_eta
 
std::string m_option_p_eta
 
std::string m_option_cdfThresholdForPEta
 
~SimulationModelOptions()
 
double m_zeroRelativeSingularValue
 
std::set< unsigned int > m_dataOutputAllowedSet
 
std::string m_option_help
 
std::string m_option_a_eta
 
std::string m_option_p_eta
 
std::string m_option_dataOutputAllowAll