SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
Public Member Functions | |
SEMain (const std::string &plugin_path, const std::vector< std::string > &plugin_list) | |
po::options_description | getConfigParameters () |
std::pair< po::options_description, po::positional_options_description > | defineProgramArguments () override |
Return the arguments that the program accepts. More... | |
void | printDefaults () |
Print a configuration file populated with defaults. More... | |
Elements::ExitCode | mainMethod (std::map< std::string, po::variable_value > &args) override |
![]() | |
Program ()=default | |
virtual | ~Program () |
virtual OptionsDescription | defineSpecificProgramOptions () |
virtual ExitCode | mainMethod (std::map< std::string, VariableValue > &args)=0 |
Static Public Member Functions | |
template<typename T > | |
static void | writeDefault (std::ostream &out, const po::option_description &opt, const boost::any &default_value) |
Print a simple option. More... | |
template<typename T > | |
static void | writeDefaultMultiple (std::ostream &out, const po::option_description &opt, const boost::any &default_value) |
Print a multiple-value option. More... | |
Additional Inherited Members | |
![]() | |
typedef boost::program_options::options_description | options_description |
typedef boost::program_options::positional_options_description | positional_options_description |
typedef boost::program_options::variable_value | variable_value |
typedef boost::program_options::variables_map | variables_map |
typedef options_description | OptionsDescription |
typedef positional_options_description | PositionalOptionsDescription |
typedef variable_value | VariableValue |
typedef variables_map | VariablesMap |
typedef Elements::ExitCode | ExitCode |
typedef Elements::Logging | Logging |
Definition at line 152 of file SourceXtractor.cpp.
|
inline |
Definition at line 175 of file SourceXtractor.cpp.
|
inlineoverridevirtual |
Return the arguments that the program accepts.
Reimplemented from Elements::Program.
Definition at line 211 of file SourceXtractor.cpp.
References std::string::c_str(), DUMP_CONFIG, LIST_OUTPUT_PROPERTIES, PROPERTY_COLUMN_MAPPING, and PROPERTY_COLUMN_MAPPING_ALL.
|
inline |
Return the options that the underyling configuration register accepts This is now separated from defineProgramArguments so printDefaults can access these settings, while ignoring flags that are only used for printing help information (i.e the property list)
Definition at line 182 of file SourceXtractor.cpp.
References config_manager_id, SourceXtractor::CheckImages::getInstance(), Euclid::Configuration::ConfigManager::getInstance(), SourceXtractor::PluginManager::loadPlugins(), SourceXtractor::TaskFactoryRegistry::reportConfigDependencies(), and SourceXtractor::CheckImages::reportConfigDependencies().
|
inlineoverride |
Definition at line 286 of file SourceXtractor.cpp.
References std::map< K, T >::at(), config_manager_id, SourceXtractor::TaskFactoryRegistry::configure(), SourceXtractor::CheckImages::configure(), SourceXtractor::ConstantImage< T >::create(), SourceXtractor::ProcessedImage< T, P >::create(), disableBlasMultithreading(), DUMP_CONFIG, e, std::map< K, T >::end(), std::endl(), std::map< K, T >::find(), SourceXtractor::TileManager::getInstance(), SourceXtractor::CheckImages::getInstance(), Euclid::Configuration::ConfigManager::getInstance(), SourceXtractor::OutputConfig::getOutputProperties(), SourceXtractor::OutputRegistry::getOutputPropertyNames(), SourceXtractor::MultiThreadingConfig::getThreadPool(), LIST_OUTPUT_PROPERTIES, SourceXtractor::logger, Elements::NOT_OK, Elements::OK, std::partition(), SourceXtractor::OutputRegistry::printPropertyColumnMap(), PROPERTY_COLUMN_MAPPING, PROPERTY_COLUMN_MAPPING_ALL, SourceXtractor::TaskFactoryRegistry::registerPropertyInstances(), SourceXtractor::CheckImages::saveImages(), SourceXtractor::CheckImages::setBackgroundCheckImage(), SourceXtractor::CheckImages::setFilteredCheckImage(), SourceXtractor::CheckImages::setSnrCheckImage(), SourceXtractor::CheckImages::setThresholdedCheckImage(), and SourceXtractor::CheckImages::setVarianceCheckImage().
|
inline |
Print a configuration file populated with defaults.
Definition at line 251 of file SourceXtractor.cpp.
References std::endl().
|
inlinestatic |
Print a simple option.
Definition at line 233 of file SourceXtractor.cpp.
References std::endl().
|
inlinestatic |
Print a multiple-value option.
Definition at line 239 of file SourceXtractor.cpp.
References std::endl().
|
private |
Definition at line 170 of file SourceXtractor.cpp.
|
private |
Definition at line 171 of file SourceXtractor.cpp.
|
private |
Definition at line 166 of file SourceXtractor.cpp.
|
private |
Definition at line 162 of file SourceXtractor.cpp.
|
private |
Definition at line 165 of file SourceXtractor.cpp.
|
private |
Definition at line 167 of file SourceXtractor.cpp.
|
private |
Definition at line 158 of file SourceXtractor.cpp.
|
private |
Definition at line 156 of file SourceXtractor.cpp.
|
private |
Definition at line 164 of file SourceXtractor.cpp.
|
private |
Definition at line 159 of file SourceXtractor.cpp.
|
private |
Definition at line 168 of file SourceXtractor.cpp.
|
private |
Definition at line 157 of file SourceXtractor.cpp.
|
private |
Definition at line 160 of file SourceXtractor.cpp.
|
private |
Definition at line 154 of file SourceXtractor.cpp.
|
private |
Definition at line 155 of file SourceXtractor.cpp.