|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <WorldCentroidTaskFactory.h>


Public Member Functions | |
| WorldCentroidTaskFactory () | |
| virtual | ~WorldCentroidTaskFactory ()=default |
| Destructor. | |
| std::shared_ptr< Task > | createTask (const PropertyId &property_id) const override |
| Returns a Task producing a Property corresponding to the given PropertyId. | |
| Public Member Functions inherited from SourceXtractor::TaskFactory | |
| virtual | ~TaskFactory ()=default |
| Destructor. | |
| void | reportConfigDependencies (Euclid::Configuration::ConfigManager &) const override |
| Registers all the Configuration dependencies. | |
| void | configure (Euclid::Configuration::ConfigManager &) override |
| Method which should initialize the object. | |
| virtual void | registerPropertyInstances (OutputRegistry &) |
| Public Member Functions inherited from SourceXtractor::Configurable | |
| virtual | ~Configurable ()=default |
| Destructor. | |
Definition at line 31 of file WorldCentroidTaskFactory.h.
|
inline |
Definition at line 33 of file WorldCentroidTaskFactory.h.
|
virtualdefault |
Destructor.
|
overridevirtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implements SourceXtractor::TaskFactory.
Definition at line 30 of file WorldCentroidTaskFactory.cpp.
References SourceXtractor::PropertyId::create(), and std::make_shared().
