SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
32namespace SourceXtractor {
33
35
40
42 return "MeasurementFramePlugin";
43}
44
45}
46
47
48
void registerPlugin(PluginAPI &plugin_api) override
This interface is given to the plugin to let it access object instances from the framework.
Definition PluginAPI.h:40
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
Used to register compile-time (static) plugins with the PluginManager.
static StaticPlugin< MeasurementFramePlugin > measurement_frame_pixel_centroid_plugin