SourceXtractorPlusPlus
0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
src
lib
Plugin
DetectionFrameSourceStamp
DetectionFrameSourceStampPlugin.cpp
Go to the documentation of this file.
1
17
/*
18
* DetectionFrameSourceStampPlugin.cpp
19
*
20
* Created on: Aug 5, 2016
21
* Author: mschefer
22
*/
23
24
#include "
SEFramework/Plugin/StaticPlugin.h
"
25
26
#include "
SEImplementation/Plugin/DetectionFrameSourceStamp/DetectionFrameSourceStamp.h
"
27
#include "
SEImplementation/Plugin/DetectionFrameSourceStamp/DetectionFrameSourceStampTaskFactory.h
"
28
29
#include "
SEImplementation/Plugin/DetectionFrameSourceStamp/DetectionFrameSourceStampPlugin.h
"
30
31
namespace
SourceXtractor
{
32
33
static
StaticPlugin<DetectionFrameSourceStampPlugin>
detection_frame_source_stamp_plugin
;
34
35
void
DetectionFrameSourceStampPlugin::registerPlugin
(
PluginAPI
&
plugin_api
) {
36
plugin_api
.getTaskFactoryRegistry().registerTaskFactory<
DetectionFrameSourceStampTaskFactory
,
DetectionFrameSourceStamp
>();
37
}
38
39
std::string
DetectionFrameSourceStampPlugin::getIdString
()
const
{
40
return
"DetectionFrameSourceStamp"
;
41
}
42
43
}
44
45
46
DetectionFrameSourceStampPlugin.h
DetectionFrameSourceStampTaskFactory.h
DetectionFrameSourceStamp.h
StaticPlugin.h
std::string
SourceXtractor::DetectionFrameSourceStampPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition
DetectionFrameSourceStampPlugin.cpp:35
SourceXtractor::DetectionFrameSourceStampPlugin::getIdString
std::string getIdString() const override
Definition
DetectionFrameSourceStampPlugin.cpp:39
SourceXtractor::DetectionFrameSourceStampTaskFactory
Produces DetectionFrameSourceStampTask.
Definition
DetectionFrameSourceStampTaskFactory.h:37
SourceXtractor::DetectionFrameSourceStamp
A copy of the rectangular region of the detection image just large enough to include the whole Source...
Definition
DetectionFrameSourceStamp.h:36
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition
PluginAPI.h:40
std::function
SourceXtractor
Definition
Aperture.h:30
SourceXtractor::detection_frame_source_stamp_plugin
static StaticPlugin< DetectionFrameSourceStampPlugin > detection_frame_source_stamp_plugin
Definition
DetectionFrameSourceStampPlugin.cpp:33
Generated by
1.10.0