SourceXtractorPlusPlus  0.8
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::SE2BackgroundConfig Class Reference

#include <SE2BackgroundConfig.h>

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

Public Member Functions

 SE2BackgroundConfig (long manager_id)
 
virtual ~SE2BackgroundConfig ()=default
 
std::map< std::string,
Configuration::OptionDescriptionList > 
getProgramOptions () override
 
void initialize (const UserValues &args) override
 
std::string getCellSize () const
 
std::string getSmoothingBox () const
 
- Public Member Functions inherited from Euclid::Configuration::Configuration
virtual void preInitialize (const UserValues &args)
 

Private Attributes

std::string m_cell_size
 
std::string m_smoothing_box
 

Detailed Description

Definition at line 30 of file SE2BackgroundConfig.h.

Constructor & Destructor Documentation

SourceXtractor::SE2BackgroundConfig::SE2BackgroundConfig ( long  manager_id)

Definition at line 33 of file SE2BackgroundConfig.cpp.

virtual SourceXtractor::SE2BackgroundConfig::~SE2BackgroundConfig ( )
virtualdefault

Member Function Documentation

std::string SourceXtractor::SE2BackgroundConfig::getCellSize ( ) const
inline

Definition at line 42 of file SE2BackgroundConfig.h.

References m_cell_size.

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

Reimplemented from Euclid::Configuration::Configuration.

Definition at line 39 of file SE2BackgroundConfig.cpp.

References std::string::c_str(), SourceXtractor::CELLSIZE_VALUE, and SourceXtractor::SMOOTHINGBOX_VALUE.

Here is the call graph for this function:

std::string SourceXtractor::SE2BackgroundConfig::getSmoothingBox ( ) const
inline

Definition at line 46 of file SE2BackgroundConfig.h.

References m_smoothing_box.

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

Reimplemented from Euclid::Configuration::Configuration.

Definition at line 48 of file SE2BackgroundConfig.cpp.

References SourceXtractor::CELLSIZE_VALUE, std::string::find(), m_cell_size, m_smoothing_box, and SourceXtractor::SMOOTHINGBOX_VALUE.

Here is the call graph for this function:

Member Data Documentation

std::string SourceXtractor::SE2BackgroundConfig::m_cell_size
private

Definition at line 51 of file SE2BackgroundConfig.h.

Referenced by getCellSize(), and initialize().

std::string SourceXtractor::SE2BackgroundConfig::m_smoothing_box
private

Definition at line 52 of file SE2BackgroundConfig.h.

Referenced by getSmoothingBox(), and initialize().


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