SourceXtractorPlusPlus  0.15
Please provide a description of the project.
MeasurementFrameGroupRectanglePlugin.cpp
Go to the documentation of this file.
1 
17 /*
18  * MeasurementFrameGroupRectanglePlugin.cpp
19  *
20  * Created on: Sep 5, 2018
21  * Author: Alejandro Alvarez Ayllon
22  */
23 
25 
29 
30 
31 namespace SourceXtractor {
32 
34 
37 }
38 
40  return "MeasurementFrameGroupRectangle";
41 }
42 
43 }
std::string
STL class.
SourceXtractor::MeasurementFrameGroupRectanglePlugin::registerPlugin
virtual void registerPlugin(PluginAPI &plugin_api) override
Definition: MeasurementFrameGroupRectanglePlugin.cpp:35
StaticPlugin.h
SourceXtractor::measurement_frame_group_rectangle_plugin
static StaticPlugin< MeasurementFrameGroupRectanglePlugin > measurement_frame_group_rectangle_plugin
Definition: MeasurementFrameGroupRectanglePlugin.cpp:33
SourceXtractor::MeasurementFrameGroupRectangleTaskFactory
Definition: MeasurementFrameGroupRectangleTaskFactory.h:32
MeasurementFrameGroupRectangleTaskFactory.h
MeasurementFrameGroupRectangle.h
SourceXtractor
Definition: Aperture.h:30
MeasurementFrameGroupRectanglePlugin.h
SourceXtractor::MeasurementFrameGroupRectangle
Definition: MeasurementFrameGroupRectangle.h:33
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::PluginAPI::getTaskFactoryRegistry
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
SourceXtractor::StaticPlugin
Used to register compile-time (static) plugins with the PluginManager.
Definition: StaticPlugin.h:38
SourceXtractor::MeasurementFrameGroupRectanglePlugin::getIdString
virtual std::string getIdString() const override
Definition: MeasurementFrameGroupRectanglePlugin.cpp:39