SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
#include <GrowthCurveConfig.h>
Public Member Functions | |
GrowthCurveConfig (long managerId) | |
virtual | ~GrowthCurveConfig ()=default |
std::map< std::string, OptionDescriptionList > | getProgramOptions () override |
void | initialize (const UserValues &args) override |
int | getNSamples () const |
![]() | |
Configuration (long manager_id) | |
virtual | ~Configuration ()=default |
virtual void | preInitialize (const UserValues &args) |
virtual void | postInitialize (const UserValues &args) |
const std::set< std::type_index > & | getDependencies () |
State & | getCurrentState () |
State | getCurrentState () const |
Public Attributes | |
int | m_nsamples |
Additional Inherited Members | |
![]() | |
enum class | State { CONSTRUCTED , PRE_INITIALIZED , INITIALIZED , FINAL } |
typedef std::vector< boost::program_options::option_description > | OptionDescriptionList |
typedef std::map< std::string, boost::program_options::variable_value > | UserValues |
![]() | |
void | declareDependency () |
T & | getDependency () |
const T & | getDependency () const |
Configuration for the GrowthCurveResampled task
Definition at line 28 of file GrowthCurveConfig.h.
SourceXtractor::GrowthCurveConfig::GrowthCurveConfig | ( | long | managerId | ) |
Definition at line 28 of file GrowthCurveConfig.cpp.
|
virtualdefault |
|
inline |
Definition at line 38 of file GrowthCurveConfig.h.
References m_nsamples.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 30 of file GrowthCurveConfig.cpp.
References std::string::c_str(), and SourceXtractor::GROWTH_NSAMPLES.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 36 of file GrowthCurveConfig.cpp.
References std::map< K, T >::at(), std::map< K, T >::count(), SourceXtractor::GROWTH_NSAMPLES, and m_nsamples.
int SourceXtractor::GrowthCurveConfig::m_nsamples |
Definition at line 43 of file GrowthCurveConfig.h.
Referenced by getNSamples(), and initialize().