|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#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 | |
| virtual void | preInitialize (const UserValues &args) |
Private Attributes | |
| std::array< int, 2 > | m_vignet_size |
| double | m_vignet_default_pixval |
Definition at line 30 of file VignetConfig.h.
|
explicit |
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::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.5