SourceXtractorPlusPlus  0.12
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GrowthCurveConfig.h
Go to the documentation of this file.
1 
18 #ifndef _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVECONFIG_H_
19 #define _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVECONFIG_H_
20 
22 
23 namespace SourceXtractor {
24 
29 public:
30  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 
42 public:
44 };
45 
46 } // end of namespace SourceXtractor
47 
48 #endif /* _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVECONFIG_H_ */
virtual ~GrowthCurveConfig()=default
void initialize(const UserValues &args) override
STL class.
std::map< std::string, OptionDescriptionList > getProgramOptions() override