SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
#include <BackgroundConfig.h>
Public Member Functions | |
BackgroundConfig (long manager_id) | |
virtual | ~BackgroundConfig ()=default |
std::map< std::string, Configuration::OptionDescriptionList > | getProgramOptions () override |
void | initialize (const UserValues &args) override |
SeFloat | getBackgroundLevel () const |
bool | isBackgroundLevelAbsolute () const |
SeFloat | getDetectionThreshold () const |
bool | isDetectionThresholdAbsolute () 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 |
Private Attributes | |
bool | m_background_level_absolute |
SeFloat | m_background_level |
bool | m_detection_threshold_absolute |
SeFloat | m_detection_threshold |
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 |
Definition at line 30 of file BackgroundConfig.h.
SourceXtractor::BackgroundConfig::BackgroundConfig | ( | long | manager_id | ) |
Definition at line 33 of file BackgroundConfig.cpp.
|
virtualdefault |
|
inline |
Definition at line 42 of file BackgroundConfig.h.
References m_background_level.
|
inline |
Definition at line 50 of file BackgroundConfig.h.
References m_detection_threshold.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 41 of file BackgroundConfig.cpp.
References SourceXtractor::BACKGROUND_VALUE, std::string::c_str(), and SourceXtractor::THRESHOLD_VALUE.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 50 of file BackgroundConfig.cpp.
References SourceXtractor::BACKGROUND_VALUE, std::map< K, T >::end(), std::map< K, T >::find(), m_background_level, m_background_level_absolute, m_detection_threshold, m_detection_threshold_absolute, and SourceXtractor::THRESHOLD_VALUE.
|
inline |
Definition at line 46 of file BackgroundConfig.h.
References m_background_level_absolute.
|
inline |
Definition at line 54 of file BackgroundConfig.h.
References m_detection_threshold_absolute.
|
private |
Definition at line 60 of file BackgroundConfig.h.
Referenced by getBackgroundLevel(), and initialize().
|
private |
Definition at line 59 of file BackgroundConfig.h.
Referenced by initialize(), and isBackgroundLevelAbsolute().
|
private |
Definition at line 63 of file BackgroundConfig.h.
Referenced by getDetectionThreshold(), and initialize().
|
private |
Definition at line 62 of file BackgroundConfig.h.
Referenced by initialize(), and isDetectionThresholdAbsolute().