SourceXtractorPlusPlus
0.11
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
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_ */
SourceXtractor::GrowthCurveConfig::~GrowthCurveConfig
virtual ~GrowthCurveConfig()=default
Euclid::Configuration::Configuration
SourceXtractor::GrowthCurveConfig::initialize
void initialize(const UserValues &args) override
Definition:
GrowthCurveConfig.cpp:36
std::map
STL class.
SourceXtractor::GrowthCurveConfig::getProgramOptions
std::map< std::string, OptionDescriptionList > getProgramOptions() override
Definition:
GrowthCurveConfig.cpp:30
SourceXtractor::GrowthCurveConfig
Definition:
GrowthCurveConfig.h:28
SourceXtractor::GrowthCurveConfig::m_nsamples
int m_nsamples
Definition:
GrowthCurveConfig.h:43
Configuration.h
SourceXtractor::GrowthCurveConfig::GrowthCurveConfig
GrowthCurveConfig(long managerId)
Definition:
GrowthCurveConfig.cpp:28
SourceXtractor::GrowthCurveConfig::getNSamples
int getNSamples() const
Definition:
GrowthCurveConfig.h:38
Generated by
1.8.5