|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <VignetConfig.h>
Public Member Functions | |
| VignetConfig (long manager_id) | |
| virtual | ~VignetConfig ()=default |
| std::map< std::string, Configuration::OptionDescriptionList > | getProgramOptions () override |
| void | initialize (const UserValues &args) override |
| const std::array< int, 2 > & | getVignetSize () const |
| double | getVignetDefaultPixval () 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::array< int, 2 > | m_vignet_size |
| double | m_vignet_default_pixval |
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 30 of file VignetConfig.h.
| SourceXtractor::VignetConfig::VignetConfig | ( | long | manager_id | ) |
Definition at line 34 of file VignetConfig.cpp.
|
virtualdefault |
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 40 of file VignetConfig.cpp.
References std::string::c_str(), std::nan(), SourceXtractor::VIGNET_DEFAULT_PIXVAL, and SourceXtractor::VIGNET_SIZE.
|
inline |
Definition at line 46 of file VignetConfig.h.
References m_vignet_default_pixval.
|
inline |
Definition at line 42 of file VignetConfig.h.
References m_vignet_size.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 49 of file VignetConfig.cpp.
References std::string::back(), std::map< K, T >::end(), std::map< K, T >::find(), std::string::front(), m_vignet_default_pixval, m_vignet_size, std::string::size(), SourceXtractor::VIGNET_DEFAULT_PIXVAL, and SourceXtractor::VIGNET_SIZE.
|
private |
Definition at line 52 of file VignetConfig.h.
Referenced by getVignetDefaultPixval(), and initialize().
|
private |
Definition at line 51 of file VignetConfig.h.
Referenced by getVignetSize(), and initialize().
1.8.14