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
MultiframeModelFitting
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
28
#include "
SEFramework/Plugin/Plugin.h
"
29
30
namespace
SourceXtractor {
31
32
class
MultiframeModelFittingPlugin
:
public
Plugin
{
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_ */
SourceXtractor::MultiframeModelFittingPlugin::registerPlugin
virtual void registerPlugin(PluginAPI &plugin_api) override
Plugin.h
SourceXtractor::MultiframeModelFittingPlugin
Definition:
MultiframeModelFittingPlugin.h:32
std::string
STL class.
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
SourceXtractor::MultiframeModelFittingPlugin::getIdString
virtual std::string getIdString() const override
SourceXtractor::MultiframeModelFittingPlugin::~MultiframeModelFittingPlugin
virtual ~MultiframeModelFittingPlugin()=default
Generated by
1.8.5