SourceXtractorPlusPlus  0.10
Please provide a description of the project.
Public Member Functions | List of all members
SourceXtractor::MultiThresholdPartitionConfig Class Reference

#include <MultiThresholdPartitionConfig.h>

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

Public Member Functions

 MultiThresholdPartitionConfig (long manager_id)
 
virtual ~MultiThresholdPartitionConfig ()=default
 
std::map< std::string, OptionDescriptionListgetProgramOptions () override
 
void initialize (const UserValues &args) override
 
- Public Member Functions inherited from Euclid::Configuration::Configuration
 Configuration (long manager_id)
 
virtual ~Configuration ()=default
 
virtual void preInitialize (const UserValues &args)
 
virtual void postInitialize (const UserValues &args)
 
const std::set< std::type_index > & getDependencies ()
 
StategetCurrentState ()
 
State getCurrentState () const
 

Additional Inherited Members

- Public Types inherited from Euclid::Configuration::Configuration
enum  State { State::CONSTRUCTED, State::PRE_INITIALIZED, State::INITIALIZED, State::FINAL }
 
typedef std::vector< boost::program_options::option_description > OptionDescriptionList
 
typedef std::map< std::string, boost::program_options::variable_value > UserValues
 
- Protected Member Functions inherited from Euclid::Configuration::Configuration
void declareDependency ()
 
T & getDependency ()
 
const T & getDependency () const
 

Detailed Description

Definition at line 32 of file MultiThresholdPartitionConfig.h.

Constructor & Destructor Documentation

◆ MultiThresholdPartitionConfig()

SourceXtractor::MultiThresholdPartitionConfig::MultiThresholdPartitionConfig ( long  manager_id)

Definition at line 40 of file MultiThresholdPartitionConfig.cpp.

◆ ~MultiThresholdPartitionConfig()

virtual SourceXtractor::MultiThresholdPartitionConfig::~MultiThresholdPartitionConfig ( )
virtualdefault

Member Function Documentation

◆ getProgramOptions()

auto SourceXtractor::MultiThresholdPartitionConfig::getProgramOptions ( )
overridevirtual

Reimplemented from Euclid::Configuration::Configuration.

Definition at line 46 of file MultiThresholdPartitionConfig.cpp.

References std::string::c_str(), SourceXtractor::MTHRESH_MIN_AREA, SourceXtractor::MTHRESH_MIN_CONTRAST, SourceXtractor::MTHRESH_THRESHOLDS_NB, and SourceXtractor::MTHRESH_USE.

Here is the call graph for this function:

◆ initialize()

void SourceXtractor::MultiThresholdPartitionConfig::initialize ( const UserValues args)
overridevirtual

Reimplemented from Euclid::Configuration::Configuration.

Definition at line 55 of file MultiThresholdPartitionConfig.cpp.

References std::map< K, T >::at(), SourceXtractor::MTHRESH_MIN_AREA, SourceXtractor::MTHRESH_MIN_CONTRAST, SourceXtractor::MTHRESH_THRESHOLDS_NB, and SourceXtractor::MTHRESH_USE.

Here is the call graph for this function:

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