SourceXtractorPlusPlus
0.8
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
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
SourceXtractor::DetectionFramePixelValuesPlugin::getIdString
virtual std::string getIdString() const override
Definition:
DetectionFramePixelValuesPlugin.cpp:39
SourceXtractor::TaskFactoryRegistry::registerTaskFactory
void registerTaskFactory()
Definition:
TaskFactoryRegistry.h:51
std::string
STL class.
SourceXtractor::DetectionFramePixelValuesTaskFactory
TaskFactory to produce DetectionFramePixelValuesTask.
Definition:
DetectionFramePixelValuesTaskFactory.h:39
StaticPlugin.h
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition:
PluginAPI.h:39
DetectionFramePixelValues.h
SourceXtractor::DetectionFramePixelValuesPlugin::registerPlugin
virtual void registerPlugin(PluginAPI &plugin_api) override
Definition:
DetectionFramePixelValuesPlugin.cpp:35
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
SourceXtractor::detection_frame_pixel_values_plugin
static StaticPlugin< DetectionFramePixelValuesPlugin > detection_frame_pixel_values_plugin
Definition:
DetectionFramePixelValuesPlugin.cpp:33
DetectionFramePixelValuesTaskFactory.h
SourceXtractor::PluginAPI::getTaskFactoryRegistry
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
Generated by
1.8.5