SourceXtractorPlusPlus
0.10
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
src
lib
Plugin
DetectionFramePixelValues
DetectionFramePixelValuesTaskFactory.cpp
Go to the documentation of this file.
1
23
#include "
Configuration/ConfigManager.h
"
24
25
#include "
SEImplementation/Plugin/DetectionFramePixelValues/DetectionFramePixelValues.h
"
26
#include "
SEImplementation/Plugin/DetectionFramePixelValues/DetectionFramePixelValuesTask.h
"
27
#include "
SEImplementation/Plugin/DetectionFramePixelValues/DetectionFramePixelValuesTaskFactory.h
"
28
29
using namespace
Euclid::Configuration;
30
31
namespace
SourceXtractor {
32
33
std::shared_ptr<Task>
DetectionFramePixelValuesTaskFactory::createTask(
const
PropertyId
& property_id)
const
{
34
if
(property_id == PropertyId::create<DetectionFramePixelValues>()) {
35
return
std::make_shared<DetectionFramePixelValuesTask>();
36
}
else
{
37
return
nullptr
;
38
}
39
}
40
41
}
// SEImplementation namespace
42
43
44
std::shared_ptr
DetectionFramePixelValuesTask.h
DetectionFramePixelValues.h
SourceXtractor::PropertyId
Identifier used to set and retrieve properties.
Definition:
PropertyId.h:40
ConfigManager.h
DetectionFramePixelValuesTaskFactory.h
Generated by
1.8.5