SourceXtractorPlusPlus
0.13
Please provide a description of the project.
SEImplementation
src
lib
Plugin
DetectionFramePixelValues
DetectionFramePixelValuesPlugin.cpp
Go to the documentation of this file.
1
17
/*
18
* DetectionFramePixelValuesPlugin.cpp
19
*
20
* Created on: Aug 5, 2016
21
* Author: mschefer
22
*/
23
24
#include "
SEFramework/Plugin/StaticPlugin.h
"
25
26
#include "
SEImplementation/Plugin/DetectionFramePixelValues/DetectionFramePixelValues.h
"
27
#include "
SEImplementation/Plugin/DetectionFramePixelValues/DetectionFramePixelValuesTaskFactory.h
"
28
29
#include "
SEImplementation/Plugin/DetectionFramePixelValues/DetectionFramePixelValuesPlugin.h
"
30
31
namespace
SourceXtractor
{
32
33
static
StaticPlugin<DetectionFramePixelValuesPlugin>
detection_frame_pixel_values_plugin
;
34
35
void
DetectionFramePixelValuesPlugin::registerPlugin
(
PluginAPI
& plugin_api) {
36
plugin_api.
getTaskFactoryRegistry
().
registerTaskFactory
<
DetectionFramePixelValuesTaskFactory
,
DetectionFramePixelValues
>();
37
}
38
39
std::string
DetectionFramePixelValuesPlugin::getIdString
()
const
{
40
return
""
;
41
}
42
43
}
44
std::string
STL class.
StaticPlugin.h
SourceXtractor::detection_frame_pixel_values_plugin
static StaticPlugin< DetectionFramePixelValuesPlugin > detection_frame_pixel_values_plugin
Definition:
DetectionFramePixelValuesPlugin.cpp:33
DetectionFramePixelValues.h
DetectionFramePixelValuesTaskFactory.h
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition:
PluginAPI.h:39
SourceXtractor::TaskFactoryRegistry::registerTaskFactory
void registerTaskFactory()
Definition:
TaskFactoryRegistry.h:51
SourceXtractor::DetectionFramePixelValuesPlugin::getIdString
virtual std::string getIdString() const override
Definition:
DetectionFramePixelValuesPlugin.cpp:39
SourceXtractor::DetectionFramePixelValuesPlugin::registerPlugin
virtual void registerPlugin(PluginAPI &plugin_api) override
Definition:
DetectionFramePixelValuesPlugin.cpp:35
SourceXtractor::PluginAPI::getTaskFactoryRegistry
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
SourceXtractor::DetectionFramePixelValuesTaskFactory
TaskFactory to produce DetectionFramePixelValuesTask.
Definition:
DetectionFramePixelValuesTaskFactory.h:39
SourceXtractor::DetectionFramePixelValues
The values of a Source's pixels in the detection image. They are returned as a vector in the same ord...
Definition:
DetectionFramePixelValues.h:39
SourceXtractor::StaticPlugin
Used to register compile-time (static) plugins with the PluginManager.
Definition:
StaticPlugin.h:38
DetectionFramePixelValuesPlugin.h
Generated by
1.8.20