SourceXtractorPlusPlus  0.12
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::BackgroundAnalyzerFactory Class Reference

#include <BackgroundAnalyzerFactory.h>

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

Public Member Functions

 BackgroundAnalyzerFactory (long manager_id)
 
virtual ~BackgroundAnalyzerFactory ()=default
 Destructor. More...
 
std::shared_ptr
< BackgroundAnalyzer
createBackgroundAnalyzer () const
 
std::shared_ptr
< BackgroundAnalyzer
createBackgroundAnalyzer (WeightImageConfig::WeightType weight_type) const
 
void initialize (const UserValues &args) override
 
- Public Member Functions inherited from Euclid::Configuration::Configuration
virtual std::map< std::string,
OptionDescriptionList > 
getProgramOptions ()
 
virtual void preInitialize (const UserValues &args)
 

Private Attributes

std::vector< int > m_cell_size
 
std::vector< int > m_smoothing_box
 
bool m_legacy
 
WeightImageConfig::WeightType m_weight_type
 

Detailed Description

Definition at line 36 of file BackgroundAnalyzerFactory.h.

Constructor & Destructor Documentation

SourceXtractor::BackgroundAnalyzerFactory::BackgroundAnalyzerFactory ( long  manager_id)

Definition at line 51 of file BackgroundAnalyzerFactory.cpp.

virtual SourceXtractor::BackgroundAnalyzerFactory::~BackgroundAnalyzerFactory ( )
virtualdefault

Destructor.

Member Function Documentation

std::shared_ptr< BackgroundAnalyzer > SourceXtractor::BackgroundAnalyzerFactory::createBackgroundAnalyzer ( ) const

Definition at line 33 of file BackgroundAnalyzerFactory.cpp.

References m_weight_type.

std::shared_ptr< BackgroundAnalyzer > SourceXtractor::BackgroundAnalyzerFactory::createBackgroundAnalyzer ( WeightImageConfig::WeightType  weight_type) const

Definition at line 37 of file BackgroundAnalyzerFactory.cpp.

References m_cell_size, m_legacy, m_smoothing_box, and std::vector< T >::size().

Here is the call graph for this function:

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

Member Data Documentation

std::vector<int> SourceXtractor::BackgroundAnalyzerFactory::m_cell_size
private

Definition at line 49 of file BackgroundAnalyzerFactory.h.

Referenced by createBackgroundAnalyzer(), and initialize().

bool SourceXtractor::BackgroundAnalyzerFactory::m_legacy
private

Definition at line 51 of file BackgroundAnalyzerFactory.h.

Referenced by createBackgroundAnalyzer(), and initialize().

std::vector<int> SourceXtractor::BackgroundAnalyzerFactory::m_smoothing_box
private

Definition at line 50 of file BackgroundAnalyzerFactory.h.

Referenced by createBackgroundAnalyzer(), and initialize().

WeightImageConfig::WeightType SourceXtractor::BackgroundAnalyzerFactory::m_weight_type
private

Definition at line 52 of file BackgroundAnalyzerFactory.h.

Referenced by createBackgroundAnalyzer(), and initialize().


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