|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#include <AperturePhotometryConfig.h>


Public Member Functions | |
| AperturePhotometryConfig (long manager_id) | |
| void | initialize (const UserValues &args) override |
| std::vector< float > | getAperturesForImage (unsigned image_id) const |
| const std::map< unsigned, std::vector< float > > & | getApertures () const |
| std::map< std::string, std::vector< unsigned > > | getImagesToOutput () const |
Public Member Functions inherited from Euclid::Configuration::Configuration | |
| virtual std::map< std::string, OptionDescriptionList > | getProgramOptions () |
| virtual void | preInitialize (const UserValues &args) |
Private Attributes | |
| std::map< unsigned, std::vector< float > > | m_apertures |
| std::map< std::string, std::vector< unsigned > > | m_output_images |
Definition at line 29 of file AperturePhotometryConfig.h.
|
explicit |
Definition at line 27 of file AperturePhotometryConfig.cpp.
| const std::map< unsigned, std::vector< float > > & SourceXtractor::AperturePhotometryConfig::getApertures | ( | ) | const |
Definition at line 67 of file AperturePhotometryConfig.cpp.
References m_apertures.
| std::vector< float > SourceXtractor::AperturePhotometryConfig::getAperturesForImage | ( | unsigned | image_id | ) | const |
Definition at line 59 of file AperturePhotometryConfig.cpp.
References std::map< K, T >::end(), std::map< K, T >::find(), and m_apertures.

|
inline |
Definition at line 39 of file AperturePhotometryConfig.h.
References m_output_images.
|
overridevirtual |
Reimplemented from Euclid::Configuration::Configuration.
Definition at line 31 of file AperturePhotometryConfig.cpp.
References std::map< K, T >::emplace(), std::map< K, T >::end(), std::map< K, T >::find(), m_apertures, and m_output_images.

|
private |
Definition at line 45 of file AperturePhotometryConfig.h.
Referenced by getApertures(), getAperturesForImage(), and initialize().
|
private |
Definition at line 47 of file AperturePhotometryConfig.h.
Referenced by getImagesToOutput(), and initialize().
1.8.5