SourceXtractorPlusPlus  0.8
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MultiframeModelFittingPlugin.h
Go to the documentation of this file.
1 
17 /*
18  * MultiframeModelFittingPlugin.h
19  *
20  * Created on: Sep 12, 2017
21  * Author: mschefer
22  */
23 
24 #ifndef _SEIMPLEMENTATION_PLUGIN_MULTIFRAMEMODELFITTING_MULTIFRAMEMODELFITTINGPLUGIN_H_
25 #define _SEIMPLEMENTATION_PLUGIN_MULTIFRAMEMODELFITTING_MULTIFRAMEMODELFITTINGPLUGIN_H_
26 
27 
29 
30 namespace SourceXtractor {
31 
33 
34 public:
35 
36  virtual ~MultiframeModelFittingPlugin() = default;
37 
38  virtual void registerPlugin(PluginAPI& plugin_api) override;
39  virtual std::string getIdString() const override;
40 
41 private:
42 
43 };
44 
45 }
46 
47 
48 
49 #endif /* _SEIMPLEMENTATION_PLUGIN_MULTIFRAMEMODELFITTING_MULTIFRAMEMODELFITTINGPLUGIN_H_ */
virtual void registerPlugin(PluginAPI &plugin_api) override
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
virtual std::string getIdString() const override