SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MeasurementFramePixelCentroidPlugin.cpp
Go to the documentation of this file.
1 
17 /*
18  * MeasurementFramePixelCentroidPlugin.cpp
19  *
20  * Created on: Oct 31, 2016
21  * Author: mschefer
22  */
23 
25 
28 
30 
31 namespace SourceXtractor {
32 
34 
36  plugin_api.getTaskFactoryRegistry()
38 }
39 
41  return "MeasurementFramePixelCentroidPlugin";
42 }
43 
44 }
45 
46 
47 
static StaticPlugin< MeasurementFramePlugin > measurement_frame_pixel_centroid_plugin
STL class.
This interface is given to the plugin to let it access object instances from the framework.
Definition: PluginAPI.h:39
Used to register compile-time (static) plugins with the PluginManager.
Definition: StaticPlugin.h:38
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0