|
SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <SE2BackgroundConfig.h>
Public Member Functions | |
| SE2BackgroundConfig (long manager_id) | |
| virtual | ~SE2BackgroundConfig ()=default |
| std::map< std::string, Configuration::OptionDescriptionList > | getProgramOptions () override |
| void | initialize (const UserValues &args) override |
| std::string | getCellSize () const |
| std::string | getSmoothingBox () const |
Public Member Functions inherited from Euclid::Configuration::Configuration | |
| virtual void | preInitialize (const UserValues &args) |
Private Attributes | |
| std::string | m_cell_size |
| std::string | m_smoothing_box |
Definition at line 30 of file SE2BackgroundConfig.h.
| SourceXtractor::SE2BackgroundConfig::SE2BackgroundConfig | ( | long | manager_id | ) |
Definition at line 33 of file SE2BackgroundConfig.cpp.
|
virtualdefault |
|
inline |
Definition at line 42 of file SE2BackgroundConfig.h.
References m_cell_size.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 39 of file SE2BackgroundConfig.cpp.
References std::string::c_str(), SourceXtractor::CELLSIZE_VALUE, and SourceXtractor::SMOOTHINGBOX_VALUE.
|
inline |
Definition at line 46 of file SE2BackgroundConfig.h.
References m_smoothing_box.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 48 of file SE2BackgroundConfig.cpp.
References SourceXtractor::CELLSIZE_VALUE, std::string::find(), m_cell_size, m_smoothing_box, and SourceXtractor::SMOOTHINGBOX_VALUE.
|
private |
Definition at line 51 of file SE2BackgroundConfig.h.
Referenced by getCellSize(), and initialize().
|
private |
Definition at line 52 of file SE2BackgroundConfig.h.
Referenced by getSmoothingBox(), and initialize().
1.8.5