SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DetectionFrameImagesPlugin.h
Go to the documentation of this file.
1 
18 #ifndef _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEIMAGES_DETECTIONFRAMEIMAGESPLUGIN_H_
19 #define _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEIMAGES_DETECTIONFRAMEIMAGESPLUGIN_H_
20 
22 
23 namespace SourceXtractor {
24 
26 
27 public:
28 
32  virtual ~DetectionFrameImagesPlugin() = default;
33 
34  void registerPlugin(PluginAPI& plugin_api) override;
35  std::string getIdString() const override;
36 
37 private:
38 
39 }; /* End of DetectionFrameImagesPlugin class */
40 
41 }
42 
43 #endif /* _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMEIMAGES_DETECTIONFRAMEIMAGESPLUGIN_H_ */
virtual ~DetectionFrameImagesPlugin()=default
Destructor.
STL class.
This interface is given to the plugin to let it access object instances from the framework.
Definition: PluginAPI.h:39
Plugins must implement this interface.
Definition: Plugin.h:38
void registerPlugin(PluginAPI &plugin_api) override