SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
GrowthCurveConfig.h
Go to the documentation of this file.
1
17
18#ifndef _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVECONFIG_H_
19#define _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVECONFIG_H_
20
21#include <Configuration/Configuration.h>
22
23namespace SourceXtractor {
24
29public:
30 explicit GrowthCurveConfig(long managerId);
31
32 virtual ~GrowthCurveConfig() = default;
33
35
36 void initialize(const UserValues& args) override;
37
38 int getNSamples() const {
39 return m_nsamples;
40 }
41
42public:
43 int m_nsamples = 0;
44};
45
46} // end of namespace SourceXtractor
47
48#endif /* _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVECONFIG_H_ */
std::map< std::string, boost::program_options::variable_value > UserValues
virtual ~GrowthCurveConfig()=default
void initialize(const UserValues &args) override
std::map< std::string, OptionDescriptionList > getProgramOptions() override