SourceXtractorPlusPlus  0.13
Please provide a description of the project.
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 
25 
28 
30 
31 namespace SourceXtractor {
32 
34 
37 }
38 
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