SourceXtractorPlusPlus  0.13
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::BackgroundConfig Class Reference

#include <BackgroundConfig.h>

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

Public Member Functions

 BackgroundConfig (long manager_id)
 
virtual ~BackgroundConfig ()=default
 
std::map< std::string,
Configuration::OptionDescriptionList > 
getProgramOptions () override
 
void initialize (const UserValues &args) override
 
SeFloat getBackgroundLevel () const
 
bool isBackgroundLevelAbsolute () const
 
SeFloat getDetectionThreshold () const
 
bool isDetectionThresholdAbsolute () const
 
- Public Member Functions inherited from Euclid::Configuration::Configuration
virtual void preInitialize (const UserValues &args)
 

Private Attributes

bool m_background_level_absolute
 
SeFloat m_background_level
 
bool m_detection_threshold_absolute
 
SeFloat m_detection_threshold
 

Detailed Description

Definition at line 30 of file BackgroundConfig.h.

Constructor & Destructor Documentation

SourceXtractor::BackgroundConfig::BackgroundConfig ( long  manager_id)

Definition at line 33 of file BackgroundConfig.cpp.

virtual SourceXtractor::BackgroundConfig::~BackgroundConfig ( )
virtualdefault

Member Function Documentation

SeFloat SourceXtractor::BackgroundConfig::getBackgroundLevel ( ) const
inline

Definition at line 42 of file BackgroundConfig.h.

References m_background_level.

SeFloat SourceXtractor::BackgroundConfig::getDetectionThreshold ( ) const
inline

Definition at line 50 of file BackgroundConfig.h.

References m_detection_threshold.

std::map< std::string, Configuration::OptionDescriptionList > SourceXtractor::BackgroundConfig::getProgramOptions ( )
overridevirtual

Reimplemented from Euclid::Configuration::Configuration.

Definition at line 41 of file BackgroundConfig.cpp.

References SourceXtractor::BACKGROUND_VALUE, std::string::c_str(), and SourceXtractor::THRESHOLD_VALUE.

Here is the call graph for this function:

void SourceXtractor::BackgroundConfig::initialize ( const UserValues &  args)
overridevirtual
bool SourceXtractor::BackgroundConfig::isBackgroundLevelAbsolute ( ) const
inline

Definition at line 46 of file BackgroundConfig.h.

References m_background_level_absolute.

bool SourceXtractor::BackgroundConfig::isDetectionThresholdAbsolute ( ) const
inline

Definition at line 54 of file BackgroundConfig.h.

References m_detection_threshold_absolute.

Member Data Documentation

SeFloat SourceXtractor::BackgroundConfig::m_background_level
private

Definition at line 60 of file BackgroundConfig.h.

Referenced by getBackgroundLevel(), and initialize().

bool SourceXtractor::BackgroundConfig::m_background_level_absolute
private

Definition at line 59 of file BackgroundConfig.h.

Referenced by initialize(), and isBackgroundLevelAbsolute().

SeFloat SourceXtractor::BackgroundConfig::m_detection_threshold
private

Definition at line 63 of file BackgroundConfig.h.

Referenced by getDetectionThreshold(), and initialize().

bool SourceXtractor::BackgroundConfig::m_detection_threshold_absolute
private

Definition at line 62 of file BackgroundConfig.h.

Referenced by initialize(), and isDetectionThresholdAbsolute().


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