SourceXtractorPlusPlus
0.8
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Plugin
MeasurementFrameGroupRectangle
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
28
#include "
SEFramework/Task/TaskFactory.h
"
29
30
namespace
SourceXtractor {
31
32
class
MeasurementFrameGroupRectangleTaskFactory
:
public
TaskFactory
{
33
34
public
:
35
36
virtual
~MeasurementFrameGroupRectangleTaskFactory
() =
default
;
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_MEASUREMENTFRAMEGROUPRECTANGLE_MEASUREMENTFRAMEGROUPRECTANGLETASKFACTORY_H_
std::shared_ptr
SourceXtractor::MeasurementFrameGroupRectangleTaskFactory::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:
MeasurementFrameGroupRectangleTaskFactory.cpp:33
SourceXtractor::MeasurementFrameGroupRectangleTaskFactory::~MeasurementFrameGroupRectangleTaskFactory
virtual ~MeasurementFrameGroupRectangleTaskFactory()=default
SourceXtractor::MeasurementFrameGroupRectangleTaskFactory
Definition:
MeasurementFrameGroupRectangleTaskFactory.h:32
SourceXtractor::TaskFactory
Creates a Task for computing a given property.
Definition:
TaskFactory.h:42
SourceXtractor::PropertyId
Identifier used to set and retrieve properties.
Definition:
PropertyId.h:40
TaskFactory.h
Generated by
1.8.5