SourceXtractorPlusPlus  0.13
Please provide a description of the project.
MeasurementFrameRectangleTaskFactory.h
Go to the documentation of this file.
1 
17 /*
18  * MeasurementFrameRectangleTaskFactory.h
19  *
20  * Created on: Sep 24, 2018
21  * Author: Alejandro Alvarez Ayllon
22  */
23 
24 #ifndef _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMERECTANGLE_MEASUREMENTFRAMERECTANGLETASKFACTORY_H_
25 #define _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMERECTANGLE_MEASUREMENTFRAMERECTANGLETASKFACTORY_H_
26 
27 
29 
30 namespace SourceXtractor {
31 
33 
34 public:
35 
37 
38  virtual std::shared_ptr<Task> createTask(const PropertyId& property_id) const override;
39 
40 };
41 
42 } // end SourceXtractor
43 
44 
45 #endif // _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMERECTANGLE_MEASUREMENTFRAMERECTANGLETASKFACTORY_H_
TaskFactory.h
std::shared_ptr
STL class.
SourceXtractor::MeasurementFrameRectangleTaskFactory::createTask
virtual std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
Definition: MeasurementFrameRectangleTaskFactory.cpp:33
SourceXtractor::TaskFactory
Creates a Task for computing a given property.
Definition: TaskFactory.h:42
SourceXtractor::MeasurementFrameRectangleTaskFactory::~MeasurementFrameRectangleTaskFactory
virtual ~MeasurementFrameRectangleTaskFactory()=default
SourceXtractor::PropertyId
Identifier used to set and retrieve properties.
Definition: PropertyId.h:40
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::MeasurementFrameRectangleTaskFactory
Definition: MeasurementFrameRectangleTaskFactory.h:32