SourceXtractorPlusPlus
0.15
Please provide a description of the project.
SEImplementation
src
lib
Plugin
DetectionFrameInfo
DetectionFrameInfoTaskFactory.cpp
Go to the documentation of this file.
1
19
#include "
SEImplementation/Plugin/DetectionFrameInfo/DetectionFrameInfo.h
"
20
#include "
SEImplementation/Plugin/DetectionFrameInfo/DetectionFrameInfoTask.h
"
21
#include "
SEImplementation/Plugin/DetectionFrameInfo/DetectionFrameInfoTaskFactory.h
"
22
23
using namespace
Euclid::Configuration
;
24
25
namespace
SourceXtractor
{
26
27
std::shared_ptr<Task>
DetectionFrameInfoTaskFactory::createTask(
const
PropertyId
& property_id)
const
{
28
29
if
(property_id == PropertyId::create<DetectionFrameInfo>()) {
30
return
std::make_shared<DetectionFrameInfoTask>();
31
}
else
{
32
return
nullptr
;
33
}
34
}
35
36
}
// SEImplementation namespace
37
std::shared_ptr
STL class.
DetectionFrameInfo.h
DetectionFrameInfoTask.h
Euclid::Configuration
DetectionFrameInfoTaskFactory.h
SourceXtractor::PropertyId
Identifier used to set and retrieve properties.
Definition:
PropertyId.h:40
SourceXtractor
Definition:
Aperture.h:30
Generated by
1.8.20