SourceXtractorPlusPlus
0.10
Please provide a description of the project.
SEImplementation
src
lib
Plugin
DetectionFrameSourceStamp
DetectionFrameSourceStampTaskFactory.cpp
Go to the documentation of this file.
1
23
#include "
Configuration/ConfigManager.h
"
24
25
#include "
SEImplementation/Plugin/DetectionFrameSourceStamp/DetectionFrameSourceStamp.h
"
26
#include "
SEImplementation/Plugin/DetectionFrameSourceStamp/DetectionFrameSourceStampTask.h
"
27
#include "
SEImplementation/Plugin/DetectionFrameSourceStamp/DetectionFrameSourceStampTaskFactory.h
"
28
29
using namespace
Euclid::Configuration;
30
31
namespace
SourceXtractor
{
32
33
std::shared_ptr<Task>
DetectionFrameSourceStampTaskFactory::createTask(
const
PropertyId
& property_id)
const
{
34
if
(property_id == PropertyId::create<DetectionFrameSourceStamp>()) {
35
return
std::make_shared<DetectionFrameSourceStampTask>();
36
}
else
{
37
return
nullptr
;
38
}
39
}
40
41
}
// SEImplementation namespace
42
43
44
std::shared_ptr
STL class.
DetectionFrameSourceStampTask.h
DetectionFrameSourceStampTaskFactory.h
SourceXtractor
Definition:
Aperture.h:30
DetectionFrameSourceStamp.h
SourceXtractor::PropertyId
Identifier used to set and retrieve properties.
Definition:
PropertyId.h:40
ConfigManager.h
Generated by
1.8.15