SourceXtractorPlusPlus  0.13
Please provide a description of the project.
DetectionFrameCoordinatesPlugin.h
Go to the documentation of this file.
1 
18 #ifndef _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATESPLUGIN_H_
19 #define _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATESPLUGIN_H_
20 
22 
23 namespace SourceXtractor {
24 
26 
27 public:
28 
32  virtual ~DetectionFrameCoordinatesPlugin() = default;
33 
34  void registerPlugin(PluginAPI& plugin_api) override;
35  std::string getIdString() const override;
36 
37 private:
38 
39 }; /* End of DetectionFrameCoordinatesPlugin class */
40 
41 }
42 
43 #endif /* _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATESPLUGIN_H_ */
SourceXtractor::DetectionFrameCoordinatesPlugin::getIdString
std::string getIdString() const override
Definition: DetectionFrameCoordinatesPlugin.cpp:33
SourceXtractor::DetectionFrameCoordinatesPlugin
Definition: DetectionFrameCoordinatesPlugin.h:25
SourceXtractor::Plugin
Plugins must implement this interface.
Definition: Plugin.h:38
std::string
STL class.
Plugin.h
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition: PluginAPI.h:39
SourceXtractor::DetectionFrameCoordinatesPlugin::~DetectionFrameCoordinatesPlugin
virtual ~DetectionFrameCoordinatesPlugin()=default
Destructor.
SourceXtractor::DetectionFrameCoordinatesPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition: DetectionFrameCoordinatesPlugin.cpp:29