SourceXtractorPlusPlus
0.16
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
GrowthCurve
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
21
#include <
Configuration/Configuration.h
>
22
23
namespace
SourceXtractor
{
24
28
class
GrowthCurveConfig
:
public
Euclid::Configuration::Configuration
{
29
public
:
30
explicit
GrowthCurveConfig
(
long
managerId);
31
32
virtual
~GrowthCurveConfig
() =
default
;
33
34
std::map<std::string, OptionDescriptionList>
getProgramOptions
()
override
;
35
36
void
initialize
(
const
UserValues
& args)
override
;
37
38
int
getNSamples
()
const
{
39
return
m_nsamples
;
40
}
41
42
public
:
43
int
m_nsamples
;
44
};
45
46
}
// end of namespace SourceXtractor
47
48
#endif
/* _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVECONFIG_H_ */
Configuration.h
Euclid::Configuration::Configuration
SourceXtractor::GrowthCurveConfig
Definition:
GrowthCurveConfig.h:28
SourceXtractor::GrowthCurveConfig::m_nsamples
int m_nsamples
Definition:
GrowthCurveConfig.h:43
SourceXtractor::GrowthCurveConfig::~GrowthCurveConfig
virtual ~GrowthCurveConfig()=default
SourceXtractor::GrowthCurveConfig::initialize
void initialize(const UserValues &args) override
Definition:
GrowthCurveConfig.cpp:36
SourceXtractor::GrowthCurveConfig::GrowthCurveConfig
GrowthCurveConfig(long managerId)
Definition:
GrowthCurveConfig.cpp:28
SourceXtractor::GrowthCurveConfig::getNSamples
int getNSamples() const
Definition:
GrowthCurveConfig.h:38
SourceXtractor::GrowthCurveConfig::getProgramOptions
std::map< std::string, OptionDescriptionList > getProgramOptions() override
Definition:
GrowthCurveConfig.cpp:30
std::map
SourceXtractor
Definition:
Aperture.h:30
Generated by
1.9.1