SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
AssocModeTaskFactory.h
Go to the documentation of this file.
1
17
18
19#ifndef _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODETASKFACTORY_H_
20#define _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODETASKFACTORY_H_
21
22#include "AssocModeConfig.h"
24
25
26namespace SourceXtractor {
27
51
52}
53
54
55
56
57#endif /* _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODETASKFACTORY_H_ */
std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
AssocModeConfig::AssocMode m_assoc_mode
std::vector< std::vector< AssocModeConfig::CatalogEntry > > m_catalogs
std::vector< std::pair< std::string, unsigned int > > m_auto_names
virtual ~AssocModeTaskFactory()=default
Destructor.
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
void registerPropertyInstances(OutputRegistry &registry) override
Identifier used to set and retrieve properties.
Definition PropertyId.h:40
Creates a Task for computing a given property.
Definition TaskFactory.h:42