SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
22
23namespace SourceXtractor {
24
26
27public:
28
32 virtual ~MeasurementFrameImagesPlugin() = default;
33
34 void registerPlugin(PluginAPI& plugin_api) override;
35 std::string getIdString() const override;
36
37private:
38
39}; /* End of MeasurementFrameImagesPlugin class */
40
41}
42
43#endif /* _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEIMAGES_MEASUREMENTFRAMEIMAGESPLUGIN_H_ */
virtual ~MeasurementFrameImagesPlugin()=default
Destructor.
This interface is given to the plugin to let it access object instances from the framework.
Definition PluginAPI.h:40
Plugins must implement this interface.
Definition Plugin.h:38