|
SourceXtractorPlusPlus
0.12
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 |
Public Member Functions inherited from Euclid::Configuration::Configuration | |
| 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 | |
Public Types inherited from Euclid::Configuration::Configuration | |
| enum | State { State::CONSTRUCTED, State::PRE_INITIALIZED, State::INITIALIZED, State::FINAL } |
| typedef std::vector< boost::program_options::option_description > | OptionDescriptionList |
| typedef std::map< std::string, boost::program_options::variable_value > | UserValues |
Protected Member Functions inherited from Euclid::Configuration::Configuration | |
| 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().
1.8.14