SourceXtractorPlusPlus
0.15
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::vector< int > | getCellSize () const |
std::vector< int > | getSmoothingBox () const |
bool | useLegacy () const |
![]() | |
virtual void | preInitialize (const UserValues &args) |
Private Attributes | |
std::vector< int > | m_cell_size |
std::vector< int > | m_smoothing_box |
bool | m_legacy |
Definition at line 30 of file SE2BackgroundConfig.h.
SourceXtractor::SE2BackgroundConfig::SE2BackgroundConfig | ( | long | manager_id | ) |
Definition at line 36 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 40 of file SE2BackgroundConfig.cpp.
References std::string::c_str(), SourceXtractor::CELLSIZE_VALUE, SourceXtractor::LEGACY_BACKGROUND, 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 51 of file SE2BackgroundConfig.cpp.
References std::vector< T >::begin(), SourceXtractor::CELLSIZE_VALUE, std::vector< T >::end(), std::string::find(), std::find_if(), SourceXtractor::LEGACY_BACKGROUND, m_cell_size, m_legacy, m_smoothing_box, and SourceXtractor::SMOOTHINGBOX_VALUE.
|
inline |
Definition at line 50 of file SE2BackgroundConfig.h.
References m_legacy.
|
private |
Definition at line 55 of file SE2BackgroundConfig.h.
Referenced by getCellSize(), and initialize().
|
private |
Definition at line 57 of file SE2BackgroundConfig.h.
Referenced by initialize(), and useLegacy().
|
private |
Definition at line 56 of file SE2BackgroundConfig.h.
Referenced by getSmoothingBox(), and initialize().