SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
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
 

Detailed Description

Definition at line 29 of file AperturePhotometryConfig.h.

Constructor & Destructor Documentation

SourceXtractor::AperturePhotometryConfig::AperturePhotometryConfig ( long  manager_id)

Definition at line 27 of file AperturePhotometryConfig.cpp.

Member Function Documentation

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 m_apertures.

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

Definition at line 39 of file AperturePhotometryConfig.h.

References m_output_images.

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

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().

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: