SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DetectionFrameSourceStampPlugin.cpp
Go to the documentation of this file.
1 
17 /*
18  * DetectionFrameSourceStampPlugin.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 "DetectionFrameSourceStamp";
41 }
42 
43 }
44 
45 
46 
static StaticPlugin< DetectionFrameSourceStampPlugin > detection_frame_source_stamp_plugin
STL class.
A copy of the rectangular region of the detection image just large enough to include the whole Source...
This interface is given to the plugin to let it access object instances from the framework.
Definition: PluginAPI.h:39
virtual void registerPlugin(PluginAPI &plugin_api) override
Used to register compile-time (static) plugins with the PluginManager.
Definition: StaticPlugin.h:38
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0