SourceXtractorPlusPlus  0.16
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
SourceXtractor::AperturePhotometryConfig Class Reference

#include <AperturePhotometryConfig.h>

Inheritance diagram for SourceXtractor::AperturePhotometryConfig:
[legend]
Collaboration diagram for SourceXtractor::AperturePhotometryConfig:
[legend]

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
 Configuration (long manager_id)
 
virtual ~Configuration ()=default
 
virtual std::map< std::string, OptionDescriptionListgetProgramOptions ()
 
virtual void preInitialize (const UserValues &args)
 
virtual void postInitialize (const UserValues &args)
 
const std::set< std::type_index > & getDependencies ()
 
StategetCurrentState ()
 
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

- Public Types inherited from Euclid::Configuration::Configuration
enum class  State { CONSTRUCTED , PRE_INITIALIZED , INITIALIZED , 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
 

Detailed Description

Definition at line 29 of file AperturePhotometryConfig.h.

Constructor & Destructor Documentation

◆ AperturePhotometryConfig()

SourceXtractor::AperturePhotometryConfig::AperturePhotometryConfig ( long  manager_id)
explicit

Definition at line 27 of file AperturePhotometryConfig.cpp.

Member Function Documentation

◆ getApertures()

const std::map< unsigned, std::vector< float > > & SourceXtractor::AperturePhotometryConfig::getApertures ( ) const

Definition at line 67 of file AperturePhotometryConfig.cpp.

References m_apertures.

◆ getAperturesForImage()

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.

Here is the call graph for this function:

◆ getImagesToOutput()

std::map<std::string, std::vector<unsigned> > SourceXtractor::AperturePhotometryConfig::getImagesToOutput ( ) const
inline

Definition at line 39 of file AperturePhotometryConfig.h.

References m_output_images.

◆ initialize()

void SourceXtractor::AperturePhotometryConfig::initialize ( const UserValues args)
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.

Here is the call graph for this function:

Member Data Documentation

◆ m_apertures

std::map<unsigned, std::vector<float> > SourceXtractor::AperturePhotometryConfig::m_apertures
private

Definition at line 45 of file AperturePhotometryConfig.h.

Referenced by getApertures(), getAperturesForImage(), and initialize().

◆ m_output_images

std::map<std::string, std::vector<unsigned> > SourceXtractor::AperturePhotometryConfig::m_output_images
private

Definition at line 47 of file AperturePhotometryConfig.h.

Referenced by getImagesToOutput(), and initialize().


The documentation for this class was generated from the following files: