SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
MeasurementFrameGroupRectangleTaskFactory.h
Go to the documentation of this file.
1
17/*
18 * MeasurementFrameGroupRectangleTaskFactory.h
19 *
20 * Created on: Sep 5, 2018
21 * Author: Alejandro Alvarez Ayllon
22 */
23
24#ifndef _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEGROUPRECTANGLE_MEASUREMENTFRAMEGROUPRECTANGLETASKFACTORY_H_
25#define _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEGROUPRECTANGLE_MEASUREMENTFRAMEGROUPRECTANGLETASKFACTORY_H_
26
27
29
30namespace SourceXtractor {
31
41
42} // end SourceXtractor
43
44
45#endif // _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEGROUPRECTANGLE_MEASUREMENTFRAMEGROUPRECTANGLETASKFACTORY_H_
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