queso-0.56.1
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
QUESO::GcmOptionsValues Class Reference

#include <GpmsaComputerModelOptions.h>

Collaboration diagram for QUESO::GcmOptionsValues:
Collaboration graph
[legend]

Public Member Functions

 GcmOptionsValues ()
 
 GcmOptionsValues (const BaseEnvironment *env, const char *prefix)
 
 GcmOptionsValues (const GcmOptionsValues &src)
 
GcmOptionsValuesoperator= (const GcmOptionsValues &rhs)
 
virtual ~GcmOptionsValues ()
 

Public Attributes

std::string m_prefix
 
bool m_checkAgainstPreviousSample
 
std::string m_dataOutputFileName
 
bool m_dataOutputAllowAll
 
std::set< unsigned int > m_dataOutputAllowedSet
 
unsigned int m_priorSeqNumSamples
 
std::string m_priorSeqDataOutputFileName
 
std::string m_priorSeqDataOutputFileType
 
bool m_priorSeqDataOutputAllowAll
 
std::set< unsigned int > m_priorSeqDataOutputAllowedSet
 
double m_nuggetValueForBtWyB
 
double m_nuggetValueForBtWyBInv
 
double m_formCMatrix
 
bool m_useTildeLogicForRankDefficientC
 
unsigned int m_predLag
 
bool m_predVUsBySamplingRVs
 
bool m_predVUsBySummingRVs
 
bool m_predVUsAtKeyPoints
 
bool m_predWsBySamplingRVs
 
bool m_predWsBySummingRVs
 
bool m_predWsAtKeyPoints
 

Private Member Functions

void copy (const GcmOptionsValues &src)
 

Private Attributes

BoostInputOptionsParserm_parser
 
std::string m_option_help
 
std::string m_option_checkAgainstPreviousSample
 
std::string m_option_dataOutputFileName
 
std::string m_option_dataOutputAllowAll
 
std::string m_option_dataOutputAllowedSet
 
std::string m_option_priorSeqNumSamples
 
std::string m_option_priorSeqDataOutputFileName
 
std::string m_option_priorSeqDataOutputFileType
 
std::string m_option_priorSeqDataOutputAllowAll
 
std::string m_option_priorSeqDataOutputAllowedSet
 
std::string m_option_nuggetValueForBtWyB
 
std::string m_option_nuggetValueForBtWyBInv
 
std::string m_option_formCMatrix
 
std::string m_option_useTildeLogicForRankDefficientC
 
std::string m_option_predLag
 
std::string m_option_predVUsBySamplingRVs
 
std::string m_option_predVUsBySummingRVs
 
std::string m_option_predVUsAtKeyPoints
 
std::string m_option_predWsBySamplingRVs
 
std::string m_option_predWsBySummingRVs
 
std::string m_option_predWsAtKeyPoints
 

Detailed Description

Definition at line 71 of file GpmsaComputerModelOptions.h.

Constructor & Destructor Documentation

QUESO::GcmOptionsValues::GcmOptionsValues ( )

Definition at line 34 of file GpmsaComputerModelOptions.C.

35  :
36  m_prefix ("gcm_"),
40  //m_dataOutputAllowedSet (),
45  //m_priorSeqDataOutputAllowedSet (),
57 #ifndef DISABLE_BOOST_PROGRAM_OPTIONS
58  m_parser(NULL),
59 #endif // DISABLE_BOOST_PROGRAM_OPTIONS
60  m_option_help (m_prefix + "help" ),
61  m_option_checkAgainstPreviousSample (m_prefix + "checkAgainstPreviousSample" ),
62  m_option_dataOutputFileName (m_prefix + "dataOutputFileName" ),
63  m_option_dataOutputAllowAll (m_prefix + "dataOutputAllowAll" ),
64  m_option_dataOutputAllowedSet (m_prefix + "dataOutputAllowedSet" ),
65  m_option_priorSeqNumSamples (m_prefix + "priorSeqNumSamples" ),
66  m_option_priorSeqDataOutputFileName (m_prefix + "priorSeqDataOutputFileName" ),
67  m_option_priorSeqDataOutputFileType (m_prefix + "priorSeqDataOutputFileType" ),
68  m_option_priorSeqDataOutputAllowAll (m_prefix + "priorSeqDataOutputAllowAll" ),
69  m_option_priorSeqDataOutputAllowedSet (m_prefix + "priorSeqDataOutputAllowedSet" ),
70  m_option_nuggetValueForBtWyB (m_prefix + "nuggetValueForBtWyB" ),
71  m_option_nuggetValueForBtWyBInv (m_prefix + "nuggetValueForBtWyBInv" ),
72  m_option_formCMatrix (m_prefix + "formCMatrix" ),
73  m_option_useTildeLogicForRankDefficientC(m_prefix + "useTildeLogicForRankDefficientC"),
74  m_option_predLag (m_prefix + "predLag" ),
75  m_option_predVUsBySamplingRVs (m_prefix + "predVUsBySamplingRVs" ),
76  m_option_predVUsBySummingRVs (m_prefix + "predVUsBySummingRVs" ),
77  m_option_predVUsAtKeyPoints (m_prefix + "predVUsAtKeyPoints" ),
78  m_option_predWsBySamplingRVs (m_prefix + "predWsBySamplingRVs" ),
79  m_option_predWsBySummingRVs (m_prefix + "predWsBySummingRVs" ),
80  m_option_predWsAtKeyPoints (m_prefix + "predWsAtKeyPoints" )
81 {
82 }
#define UQ_GCM_CHECK_AGAINST_PREVIOUS_SAMPLE_ODV
#define UQ_GCM_PRED_WS_AT_KEY_POINTS_ODV
#define UQ_GCM_PRED_LAG_ODV
BoostInputOptionsParser * m_parser
#define UQ_GCM_PRED_WS_BY_SUMMING_RVS_ODV
#define UQ_GCM_DATA_OUTPUT_FILE_NAME_ODV
#define UQ_GCM_USE_TILDE_LOGIC_FOR_RANK_DEFFICIENT_C_ODV
#define UQ_GCM_DATA_OUTPUT_ALLOW_ALL_ODV
#define UQ_GCM_PRED_WS_BY_SAMPLING_RVS_ODV
std::string m_option_useTildeLogicForRankDefficientC
#define UQ_GCM_NUGGET_VALUE_FOR_BT_WY_B_INV_ODV
#define UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_FILE_TYPE_ODV
#define UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_ALLOW_ALL_ODV
#define UQ_GCM_PRED_VUS_BY_SAMPLING_RVS_ODV
#define UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_FILE_NAME_ODV
#define UQ_GCM_PRED_VUS_BY_SUMMING_RVS_ODV
#define UQ_GCM_FORM_C_MATRIX_ODV
#define UQ_GCM_PRIOR_SEQ_NUM_SAMPLES_ODV
#define UQ_GCM_NUGGET_VALUE_FOR_BT_WY_B_ODV
#define UQ_GCM_PRED_VUS_AT_KEY_POINTS_ODV
QUESO::GcmOptionsValues::GcmOptionsValues ( const BaseEnvironment env,
const char *  prefix 
)

Definition at line 84 of file GpmsaComputerModelOptions.C.

References QUESO::BoostInputOptionsParser::getOption(), QUESO::BaseEnvironment::input(), m_checkAgainstPreviousSample, m_dataOutputAllowAll, m_dataOutputAllowedSet, m_dataOutputFileName, m_formCMatrix, m_nuggetValueForBtWyB, m_nuggetValueForBtWyBInv, m_option_checkAgainstPreviousSample, m_option_dataOutputAllowAll, m_option_dataOutputAllowedSet, m_option_dataOutputFileName, m_option_formCMatrix, m_option_help, m_option_nuggetValueForBtWyB, m_option_nuggetValueForBtWyBInv, m_option_predLag, m_option_predVUsAtKeyPoints, m_option_predVUsBySamplingRVs, m_option_predVUsBySummingRVs, m_option_predWsAtKeyPoints, m_option_predWsBySamplingRVs, m_option_predWsBySummingRVs, m_option_priorSeqDataOutputAllowAll, m_option_priorSeqDataOutputAllowedSet, m_option_priorSeqDataOutputFileName, m_option_priorSeqDataOutputFileType, m_option_priorSeqNumSamples, m_option_useTildeLogicForRankDefficientC, m_parser, m_predLag, m_predVUsAtKeyPoints, m_predVUsBySamplingRVs, m_predVUsBySummingRVs, m_predWsAtKeyPoints, m_predWsBySamplingRVs, m_predWsBySummingRVs, m_priorSeqDataOutputAllowAll, m_priorSeqDataOutputAllowedSet, m_priorSeqDataOutputFileName, m_priorSeqDataOutputFileType, m_priorSeqNumSamples, m_useTildeLogicForRankDefficientC, QUESO::BoostInputOptionsParser::registerOption(), QUESO::BoostInputOptionsParser::scanInputFile(), UQ_GCM_CHECK_AGAINST_PREVIOUS_SAMPLE_ODV, UQ_GCM_DATA_OUTPUT_ALLOW_ALL_ODV, UQ_GCM_DATA_OUTPUT_ALLOWED_SET_ODV, UQ_GCM_DATA_OUTPUT_FILE_NAME_ODV, UQ_GCM_FORM_C_MATRIX_ODV, UQ_GCM_NUGGET_VALUE_FOR_BT_WY_B_INV_ODV, UQ_GCM_NUGGET_VALUE_FOR_BT_WY_B_ODV, UQ_GCM_PRED_LAG_ODV, UQ_GCM_PRED_VUS_AT_KEY_POINTS_ODV, UQ_GCM_PRED_VUS_BY_SAMPLING_RVS_ODV, UQ_GCM_PRED_VUS_BY_SUMMING_RVS_ODV, UQ_GCM_PRED_WS_AT_KEY_POINTS_ODV, UQ_GCM_PRED_WS_BY_SAMPLING_RVS_ODV, UQ_GCM_PRED_WS_BY_SUMMING_RVS_ODV, UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_ALLOW_ALL_ODV, UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_ALLOWED_SET_ODV, UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_FILE_NAME_ODV, UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_FILE_TYPE_ODV, UQ_GCM_PRIOR_SEQ_NUM_SAMPLES_ODV, UQ_GCM_USE_TILDE_LOGIC_FOR_RANK_DEFFICIENT_C_ODV, and GetPot::vector_variable_size().

86  :
87  m_prefix ((std::string)(prefix) + "gcm_"),
91  //m_dataOutputAllowedSet (),
96  //m_priorSeqDataOutputAllowedSet (),
108 #ifndef DISABLE_BOOST_PROGRAM_OPTIONS
109  m_parser(new BoostInputOptionsParser(env->optionsInputFileName())),
110 #endif // DISABLE_BOOST_PROGRAM_OPTIONS
111  m_option_help (m_prefix + "help" ),
112  m_option_checkAgainstPreviousSample (m_prefix + "checkAgainstPreviousSample" ),
113  m_option_dataOutputFileName (m_prefix + "dataOutputFileName" ),
114  m_option_dataOutputAllowAll (m_prefix + "dataOutputAllowAll" ),
115  m_option_dataOutputAllowedSet (m_prefix + "dataOutputAllowedSet" ),
116  m_option_priorSeqNumSamples (m_prefix + "priorSeqNumSamples" ),
117  m_option_priorSeqDataOutputFileName (m_prefix + "priorSeqDataOutputFileName" ),
118  m_option_priorSeqDataOutputFileType (m_prefix + "priorSeqDataOutputFileType" ),
119  m_option_priorSeqDataOutputAllowAll (m_prefix + "priorSeqDataOutputAllowAll" ),
120  m_option_priorSeqDataOutputAllowedSet (m_prefix + "priorSeqDataOutputAllowedSet" ),
121  m_option_nuggetValueForBtWyB (m_prefix + "nuggetValueForBtWyB" ),
122  m_option_nuggetValueForBtWyBInv (m_prefix + "nuggetValueForBtWyBInv" ),
123  m_option_formCMatrix (m_prefix + "formCMatrix" ),
124  m_option_useTildeLogicForRankDefficientC(m_prefix + "useTildeLogicForRankDefficientC"),
125  m_option_predLag (m_prefix + "predLag" ),
126  m_option_predVUsBySamplingRVs (m_prefix + "predVUsBySamplingRVs" ),
127  m_option_predVUsBySummingRVs (m_prefix + "predVUsBySummingRVs" ),
128  m_option_predVUsAtKeyPoints (m_prefix + "predVUsAtKeyPoints" ),
129  m_option_predWsBySamplingRVs (m_prefix + "predWsBySamplingRVs" ),
130  m_option_predWsBySummingRVs (m_prefix + "predWsBySummingRVs" ),
131  m_option_predWsAtKeyPoints (m_prefix + "predWsAtKeyPoints" )
132 {
133 #ifndef DISABLE_BOOST_PROGRAM_OPTIONS
134  m_parser->registerOption(m_option_help.c_str(), "produce help message for mixed inverse problem");
136  m_parser->registerOption<std::string >(m_option_dataOutputFileName, UQ_GCM_DATA_OUTPUT_FILE_NAME_ODV , "name of data output file" );
138  m_parser->registerOption<std::string >(m_option_dataOutputAllowedSet, UQ_GCM_DATA_OUTPUT_ALLOWED_SET_ODV , "subEnvs that will write to data output file" );
140  m_parser->registerOption<std::string >(m_option_priorSeqDataOutputFileName, UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_FILE_NAME_ODV , "prior sequence data output filename" );
141  m_parser->registerOption<std::string >(m_option_priorSeqDataOutputFileType, UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_FILE_TYPE_ODV , "prior sequence data output filetype" );
143  m_parser->registerOption<std::string >(m_option_priorSeqDataOutputAllowedSet, UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_ALLOWED_SET_ODV , "subEnvs that will write to data output file" );
144  m_parser->registerOption<double >(m_option_nuggetValueForBtWyB, UQ_GCM_NUGGET_VALUE_FOR_BT_WY_B_ODV , "nugget value for Bt_Wy_W matrix" );
145  m_parser->registerOption<double >(m_option_nuggetValueForBtWyBInv, UQ_GCM_NUGGET_VALUE_FOR_BT_WY_B_INV_ODV , "nugget value for Bt_Wy_W inverse matrix" );
148  m_parser->registerOption<unsigned int>(m_option_predLag, UQ_GCM_PRED_LAG_ODV , "predLag" );
155 
157 
171  m_parser->getOption<unsigned int>(m_option_predLag, m_predLag);
178 #else
182 
183  // UQ_GCM_DATA_OUTPUT_ALLOWED_SET_ODV is the empty set (string) by default
184  unsigned int size = env->input().vector_variable_size(m_option_dataOutputAllowedSet);
185  for (unsigned int i = 0; i < size; i++) {
186  // We default to empty set, so the default values are actually never
187  // used here
188  unsigned int allowed = env->input()(m_option_dataOutputAllowedSet, i, i);
189  m_dataOutputAllowedSet.insert(allowed);
190  }
191 
196 
197  // UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_ALLOWED_SET_ODV is the empty set (string) by default
198  size = env->input().vector_variable_size(m_option_priorSeqDataOutputAllowedSet);
199  for (unsigned int i = 0; i < size; i++) {
200  // We default to empty set, so the default values are actually never
201  // used here
202  unsigned int allowed = env->input()(m_option_priorSeqDataOutputAllowedSet, i, i);
203  m_priorSeqDataOutputAllowedSet.insert(allowed);
204  }
205 
217 #endif // DISABLE_BOOST_PROGRAM_OPTIONS
218 }
#define UQ_GCM_CHECK_AGAINST_PREVIOUS_SAMPLE_ODV
#define UQ_GCM_PRED_WS_AT_KEY_POINTS_ODV
#define UQ_GCM_PRED_LAG_ODV
BoostInputOptionsParser * m_parser
#define UQ_GCM_PRED_WS_BY_SUMMING_RVS_ODV
std::set< unsigned int > m_dataOutputAllowedSet
#define UQ_GCM_DATA_OUTPUT_FILE_NAME_ODV
void getOption(std::string &name, T &value)
Get option name from the parser and set value to the parsed value.
#define UQ_GCM_USE_TILDE_LOGIC_FOR_RANK_DEFFICIENT_C_ODV
#define UQ_GCM_DATA_OUTPUT_ALLOW_ALL_ODV
#define UQ_GCM_PRED_WS_BY_SAMPLING_RVS_ODV
std::string m_option_useTildeLogicForRankDefficientC
void scanInputFile()
This is the method that parses the input file.
#define UQ_GCM_NUGGET_VALUE_FOR_BT_WY_B_INV_ODV
#define UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_FILE_TYPE_ODV
#define UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_ALLOW_ALL_ODV
#define UQ_GCM_PRED_VUS_BY_SAMPLING_RVS_ODV
#define UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_FILE_NAME_ODV
#define UQ_GCM_PRED_VUS_BY_SUMMING_RVS_ODV
void registerOption(std::string name, T defaultValue, std::string description)
Call this to register an option with the parser.
#define UQ_GCM_DATA_OUTPUT_ALLOWED_SET_ODV
#define UQ_GCM_FORM_C_MATRIX_ODV
#define UQ_GCM_PRIOR_SEQ_NUM_SAMPLES_ODV
std::set< unsigned int > m_priorSeqDataOutputAllowedSet
#define UQ_GCM_NUGGET_VALUE_FOR_BT_WY_B_ODV
#define UQ_GCM_PRIOR_SEQ_DATA_OUTPUT_ALLOWED_SET_ODV
#define UQ_GCM_PRED_VUS_AT_KEY_POINTS_ODV
QUESO::GcmOptionsValues::GcmOptionsValues ( const GcmOptionsValues src)

Definition at line 224 of file GpmsaComputerModelOptions.C.

References copy().

225 {
226  this->copy(src);
227 }
void copy(const GcmOptionsValues &src)
QUESO::GcmOptionsValues::~GcmOptionsValues ( )
virtual

Definition at line 220 of file GpmsaComputerModelOptions.C.

221 {
222 }

Member Function Documentation

void QUESO::GcmOptionsValues::copy ( const GcmOptionsValues src)
private

Definition at line 383 of file GpmsaComputerModelOptions.C.

References m_checkAgainstPreviousSample, m_dataOutputAllowAll, m_dataOutputAllowedSet, m_dataOutputFileName, m_formCMatrix, m_nuggetValueForBtWyB, m_nuggetValueForBtWyBInv, m_predLag, m_predVUsAtKeyPoints, m_predVUsBySamplingRVs, m_predVUsBySummingRVs, m_predWsAtKeyPoints, m_predWsBySamplingRVs, m_predWsBySummingRVs, m_priorSeqDataOutputAllowAll, m_priorSeqDataOutputAllowedSet, m_priorSeqDataOutputFileName, m_priorSeqDataOutputFileType, m_priorSeqNumSamples, and m_useTildeLogicForRankDefficientC.

Referenced by GcmOptionsValues(), and operator=().

384 {
385  m_checkAgainstPreviousSample = src.m_checkAgainstPreviousSample;
386  m_dataOutputFileName = src.m_dataOutputFileName;
387  m_dataOutputAllowAll = src.m_dataOutputAllowAll;
388  m_dataOutputAllowedSet = src.m_dataOutputAllowedSet;
389  m_priorSeqNumSamples = src.m_priorSeqNumSamples;
390  m_priorSeqDataOutputFileName = src.m_priorSeqDataOutputFileName;
391  m_priorSeqDataOutputFileType = src.m_priorSeqDataOutputFileType;
392  m_priorSeqDataOutputAllowAll = src.m_priorSeqDataOutputAllowAll;
393  m_priorSeqDataOutputAllowedSet = src.m_priorSeqDataOutputAllowedSet;
394  m_nuggetValueForBtWyB = src.m_nuggetValueForBtWyB;
395  m_nuggetValueForBtWyBInv = src.m_nuggetValueForBtWyBInv;
396  m_formCMatrix = src.m_formCMatrix;
397  m_useTildeLogicForRankDefficientC = src.m_useTildeLogicForRankDefficientC;
398  m_predLag = src.m_predLag;
399  m_predVUsBySamplingRVs = src.m_predVUsBySamplingRVs;
400  m_predVUsBySummingRVs = src.m_predVUsBySummingRVs;
401  m_predVUsAtKeyPoints = src.m_predVUsAtKeyPoints;
402  m_predWsBySamplingRVs = src.m_predWsBySamplingRVs;
403  m_predWsBySummingRVs = src.m_predWsBySummingRVs;
404  m_predWsAtKeyPoints = src.m_predWsAtKeyPoints;
405 
406  return;
407 }
std::set< unsigned int > m_dataOutputAllowedSet
std::set< unsigned int > m_priorSeqDataOutputAllowedSet
GcmOptionsValues & QUESO::GcmOptionsValues::operator= ( const GcmOptionsValues rhs)

Definition at line 230 of file GpmsaComputerModelOptions.C.

References copy().

231 {
232  this->copy(rhs);
233  return *this;
234 }
void copy(const GcmOptionsValues &src)

Member Data Documentation

bool QUESO::GcmOptionsValues::m_checkAgainstPreviousSample
bool QUESO::GcmOptionsValues::m_dataOutputAllowAll
std::set<unsigned int> QUESO::GcmOptionsValues::m_dataOutputAllowedSet
std::string QUESO::GcmOptionsValues::m_dataOutputFileName
double QUESO::GcmOptionsValues::m_formCMatrix
double QUESO::GcmOptionsValues::m_nuggetValueForBtWyB
double QUESO::GcmOptionsValues::m_nuggetValueForBtWyBInv
std::string QUESO::GcmOptionsValues::m_option_checkAgainstPreviousSample
private

Definition at line 111 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_dataOutputAllowAll
private

Definition at line 113 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_dataOutputAllowedSet
private

Definition at line 114 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_dataOutputFileName
private

Definition at line 112 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_formCMatrix
private

Definition at line 122 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_help
private

Definition at line 110 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_nuggetValueForBtWyB
private

Definition at line 120 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_nuggetValueForBtWyBInv
private

Definition at line 121 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_predLag
private

Definition at line 124 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_predVUsAtKeyPoints
private

Definition at line 127 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_predVUsBySamplingRVs
private

Definition at line 125 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_predVUsBySummingRVs
private

Definition at line 126 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_predWsAtKeyPoints
private

Definition at line 130 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_predWsBySamplingRVs
private

Definition at line 128 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_predWsBySummingRVs
private

Definition at line 129 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_priorSeqDataOutputAllowAll
private

Definition at line 118 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_priorSeqDataOutputAllowedSet
private

Definition at line 119 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_priorSeqDataOutputFileName
private

Definition at line 116 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_priorSeqDataOutputFileType
private

Definition at line 117 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_priorSeqNumSamples
private

Definition at line 115 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

std::string QUESO::GcmOptionsValues::m_option_useTildeLogicForRankDefficientC
private

Definition at line 123 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

BoostInputOptionsParser* QUESO::GcmOptionsValues::m_parser
private

Definition at line 107 of file GpmsaComputerModelOptions.h.

Referenced by GcmOptionsValues().

unsigned int QUESO::GcmOptionsValues::m_predLag
bool QUESO::GcmOptionsValues::m_predVUsAtKeyPoints
bool QUESO::GcmOptionsValues::m_predVUsBySamplingRVs
bool QUESO::GcmOptionsValues::m_predVUsBySummingRVs
bool QUESO::GcmOptionsValues::m_predWsAtKeyPoints
bool QUESO::GcmOptionsValues::m_predWsBySamplingRVs
bool QUESO::GcmOptionsValues::m_predWsBySummingRVs
std::string QUESO::GcmOptionsValues::m_prefix
bool QUESO::GcmOptionsValues::m_priorSeqDataOutputAllowAll
std::set<unsigned int> QUESO::GcmOptionsValues::m_priorSeqDataOutputAllowedSet
std::string QUESO::GcmOptionsValues::m_priorSeqDataOutputFileName
std::string QUESO::GcmOptionsValues::m_priorSeqDataOutputFileType
unsigned int QUESO::GcmOptionsValues::m_priorSeqNumSamples
bool QUESO::GcmOptionsValues::m_useTildeLogicForRankDefficientC

The documentation for this class was generated from the following files:

Generated on Thu Dec 15 2016 13:23:14 for queso-0.56.1 by  doxygen 1.8.5