SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Private Attributes | List of all members
SourceXtractor::DetectionImageConfig Class Reference

Provides the detection image. More...

#include <DetectionImageConfig.h>

Inheritance diagram for SourceXtractor::DetectionImageConfig:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::DetectionImageConfig:
Collaboration graph
[legend]

Classes

struct  DetectionImageExtension
 

Public Member Functions

virtual ~DetectionImageConfig ()=default
 Destructor. More...
 
 DetectionImageConfig (long manager_id)
 Constructs a new DetectionImageConfig object. More...
 
std::map< std::string,
Configuration::OptionDescriptionList > 
getProgramOptions () override
 
void initialize (const UserValues &args) override
 
std::string getDetectionImagePath () const
 
std::shared_ptr< DetectionImagegetDetectionImage (size_t index=0) const
 
std::shared_ptr< CoordinateSystemgetCoordinateSystem (size_t index=0) const
 
double getGain (size_t index=0) const
 
double getSaturation (size_t index=0) const
 
int getInterpolationGap (size_t index=0) const
 
double getOriginalFluxScale (size_t index=0) const
 
std::shared_ptr< ImageSourcegetImageSource (size_t index=0)
 
size_t getExtensionsNb () const
 
- Public Member Functions inherited from Euclid::Configuration::Configuration
virtual void preInitialize (const UserValues &args)
 

Private Attributes

std::string m_detection_image_path
 
std::vector
< DetectionImageExtension
m_extensions
 

Detailed Description

Provides the detection image.

Definition at line 38 of file DetectionImageConfig.h.

Constructor & Destructor Documentation

virtual SourceXtractor::DetectionImageConfig::~DetectionImageConfig ( )
virtualdefault

Destructor.

SourceXtractor::DetectionImageConfig::DetectionImageConfig ( long  manager_id)
explicit

Constructs a new DetectionImageConfig object.

Definition at line 49 of file DetectionImageConfig.cpp.

Member Function Documentation

std::shared_ptr< CoordinateSystem > SourceXtractor::DetectionImageConfig::getCoordinateSystem ( size_t  index = 0) const

Definition at line 193 of file DetectionImageConfig.cpp.

References m_extensions.

std::shared_ptr< DetectionImage > SourceXtractor::DetectionImageConfig::getDetectionImage ( size_t  index = 0) const

Definition at line 186 of file DetectionImageConfig.cpp.

References m_extensions.

std::string SourceXtractor::DetectionImageConfig::getDetectionImagePath ( ) const

Definition at line 182 of file DetectionImageConfig.cpp.

References m_detection_image_path.

size_t SourceXtractor::DetectionImageConfig::getExtensionsNb ( ) const
inline

Definition at line 71 of file DetectionImageConfig.h.

References m_extensions.

double SourceXtractor::DetectionImageConfig::getGain ( size_t  index = 0) const
inline

Definition at line 58 of file DetectionImageConfig.h.

References m_extensions.

std::shared_ptr<ImageSource> SourceXtractor::DetectionImageConfig::getImageSource ( size_t  index = 0)
inline

Definition at line 67 of file DetectionImageConfig.h.

References m_extensions.

int SourceXtractor::DetectionImageConfig::getInterpolationGap ( size_t  index = 0) const
inline

Definition at line 60 of file DetectionImageConfig.h.

References m_extensions.

double SourceXtractor::DetectionImageConfig::getOriginalFluxScale ( size_t  index = 0) const
inline

Definition at line 64 of file DetectionImageConfig.h.

References m_extensions.

std::map< std::string, Configuration::OptionDescriptionList > SourceXtractor::DetectionImageConfig::getProgramOptions ( )
overridevirtual
double SourceXtractor::DetectionImageConfig::getSaturation ( size_t  index = 0) const
inline

Definition at line 59 of file DetectionImageConfig.h.

References m_extensions.

void SourceXtractor::DetectionImageConfig::initialize ( const UserValues &  args)
overridevirtual

Member Data Documentation

std::string SourceXtractor::DetectionImageConfig::m_detection_image_path
private

Definition at line 76 of file DetectionImageConfig.h.

Referenced by getDetectionImagePath(), and initialize().

std::vector<DetectionImageExtension> SourceXtractor::DetectionImageConfig::m_extensions
private

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