|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#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 |
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 | |
| std::vector< int > | m_cell_size |
| std::vector< int > | m_smoothing_box |
Additional Inherited Members | |
Public Types inherited from Euclid::Configuration::Configuration | |
| enum | State |
| 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 30 of file SE2BackgroundConfig.h.
|
explicit |
Definition at line 38 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 42 of file SE2BackgroundConfig.cpp.
References 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 51 of file SE2BackgroundConfig.cpp.
References std::vector< T >::begin(), SourceXtractor::CELLSIZE_VALUE, std::vector< T >::end(), std::find_if(), 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().