SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrameImagesTaskFactory.h
Go to the documentation of this file.
1
18#ifndef _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEIMAGES_DETECTIONFRAMEIMAGESTASKFACTORY_H_
19#define _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEIMAGES_DETECTIONFRAMEIMAGESTASKFACTORY_H_
20
21
23
24namespace SourceXtractor {
25
26class DetectionFrameImages;
27
34
35public:
36
39
40 // TaskFactory implementation
42};
43
44} /* namespace SourceXtractor */
45
46#endif /* _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEIMAGES_DETECTIONFRAMEIMAGESTASKFACTORY_H_ */
virtual ~DetectionFrameImagesTaskFactory()=default
Destructor.
std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
Identifier used to set and retrieve properties.
Definition PropertyId.h:40
Creates a Task for computing a given property.
Definition TaskFactory.h:42