SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <MultiThresholdPartitionConfig.h>
Public Member Functions | |
MultiThresholdPartitionConfig (long manager_id) | |
virtual | ~MultiThresholdPartitionConfig ()=default |
std::map< std::string, OptionDescriptionList > | getProgramOptions () override |
void | initialize (const UserValues &args) override |
![]() | |
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 () |
State & | getCurrentState () |
State | getCurrentState () const |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
void | declareDependency () |
T & | getDependency () |
const T & | getDependency () const |
Definition at line 32 of file MultiThresholdPartitionConfig.h.
SourceXtractor::MultiThresholdPartitionConfig::MultiThresholdPartitionConfig | ( | long | manager_id | ) |
Definition at line 40 of file MultiThresholdPartitionConfig.cpp.
|
virtualdefault |
|
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.
|
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.