SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#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 |
![]() | |
Configuration (long manager_id) | |
virtual | ~Configuration ()=default |
virtual std::map< std::string, OptionDescriptionList > | getProgramOptions () |
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::map< unsigned, std::vector< float > > | m_apertures |
std::map< std::string, std::vector< unsigned > > | m_output_images |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
void | declareDependency () |
T & | getDependency () |
const T & | getDependency () const |
Definition at line 29 of file AperturePhotometryConfig.h.
SourceXtractor::AperturePhotometryConfig::AperturePhotometryConfig | ( | long | manager_id | ) |
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().