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