SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
TaskFactory to produce DetectionFramePixelValuesTask. More...
#include <DetectionFramePixelValuesTaskFactory.h>
Public Member Functions | |
virtual | ~DetectionFramePixelValuesTaskFactory ()=default |
Destructor. More... | |
virtual std::shared_ptr< Task > | createTask (const PropertyId &property_id) const override |
Returns a Task producing a Property corresponding to the given PropertyId. More... | |
![]() | |
virtual | ~TaskFactory ()=default |
Destructor. More... | |
void | reportConfigDependencies (Euclid::Configuration::ConfigManager &) const override |
Registers all the Configuration dependencies. More... | |
void | configure (Euclid::Configuration::ConfigManager &) override |
Method which should initialize the object. More... | |
virtual void | registerPropertyInstances (OutputRegistry &) |
![]() | |
virtual | ~Configurable ()=default |
Destructor. More... | |
TaskFactory to produce DetectionFramePixelValuesTask.
Definition at line 39 of file DetectionFramePixelValuesTaskFactory.h.
|
virtualdefault |
Destructor.
|
overridevirtual |
Returns a Task producing a Property corresponding to the given PropertyId.
Implements SourceXtractor::TaskFactory.
Definition at line 33 of file DetectionFramePixelValuesTaskFactory.cpp.