SourceXtractorPlusPlus  0.11
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LegacyModelFittingConfig.h
Go to the documentation of this file.
1 
17 /*
18  * ModelFittingConfig.h
19  *
20  * Created on: May 17, 2017
21  * Author: mschefer
22  */
23 
24 #ifndef _SEIMPLEMENTATION_CONFIGURATION_LEGACYMODELFITTINGCONFIG_H_
25 #define _SEIMPLEMENTATION_CONFIGURATION_LEGACYMODELFITTINGCONFIG_H_
26 
28 
29 namespace SourceXtractor {
30 
32 
33 public:
34 
35  LegacyModelFittingConfig(long manager_id);
36 
37  virtual ~LegacyModelFittingConfig() = default;
38 
40 
41  void initialize(const UserValues& args) override;
42 
43  int getMaxIterations() const {
44  return m_max_iterations;
45  }
46 
49  }
50 
51 private:
54 
55 };
56 
57 } /* namespace SourceXtractor */
58 
59 
60 
61 
62 #endif /* _SEIMPLEMENTATION_CONFIGURATION_LEGACYMODELFITTINGCONFIG_H_ */
STL class.
STL class.
std::map< std::string, OptionDescriptionList > getProgramOptions() override
void initialize(const UserValues &args) override