|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <AutoPhotometryConfig.h>
Public Member Functions | |
| virtual | ~AutoPhotometryConfig ()=default |
| Destructor. More... | |
| AutoPhotometryConfig (long manager_id) | |
| std::map< std::string, OptionDescriptionList > | getProgramOptions () override |
| void | initialize (const UserValues &args) override |
| SeFloat | getAutoKronFactor () const |
| SeFloat | getAutoKronMinrad () 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 |
Private Attributes | |
| SeFloat | m_kron_factor = 2.5 |
| SeFloat | m_kron_minrad = 3.5 |
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 |
Definition at line 32 of file AutoPhotometryConfig.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 38 of file AutoPhotometryConfig.h.
| SeFloat SourceXtractor::AutoPhotometryConfig::getAutoKronFactor | ( | ) | const |
Definition at line 51 of file AutoPhotometryConfig.cpp.
References m_kron_factor.
| SeFloat SourceXtractor::AutoPhotometryConfig::getAutoKronMinrad | ( | ) | const |
Definition at line 54 of file AutoPhotometryConfig.cpp.
References m_kron_minrad.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 39 of file AutoPhotometryConfig.cpp.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 46 of file AutoPhotometryConfig.cpp.
References std::map< K, T >::at(), m_kron_factor, and m_kron_minrad.
|
private |
Definition at line 49 of file AutoPhotometryConfig.h.
Referenced by getAutoKronFactor(), and initialize().
|
private |
Definition at line 50 of file AutoPhotometryConfig.h.
Referenced by getAutoKronMinrad(), and initialize().
1.8.14