SourceXtractorPlusPlus  0.12
Please provide a description of the project.
MeasurementFramePlugin.cpp
Go to the documentation of this file.
1 
17 /*
18  * MeasurementFramePlugin.cpp
19  *
20  * Created on: Nov 3, 2016
21  * Author: mschefer
22  */
23 
24 
26 
29 
31 
32 namespace SourceXtractor {
33 
35 
37  plugin_api.getTaskFactoryRegistry()
39 }
40 
42  return "MeasurementFramePlugin";
43 }
44 
45 }
46 
47 
48 
virtual void registerPlugin(PluginAPI &plugin_api) override
static StaticPlugin< MeasurementFramePlugin > measurement_frame_pixel_centroid_plugin
virtual std::string getIdString() const override
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