SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
Plugin
FlexibleModelFitting
FlexibleModelFittingPlugin.h
Go to the documentation of this file.
1
17
/*
18
* FlexibleModelFittingPlugin.h
19
*
20
* Created on: Sep 17, 2018
21
* Author: mschefer
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PLUGIN_FLEXIBLEMODELFITTING_FLEXIBLEMODELFITTINGPLUGIN_H_
25
#define _SEIMPLEMENTATION_PLUGIN_FLEXIBLEMODELFITTING_FLEXIBLEMODELFITTINGPLUGIN_H_
26
27
#include "
SEFramework/Plugin/Plugin.h
"
28
29
namespace
SourceXtractor
{
30
31
class
FlexibleModelFittingPlugin
:
public
Plugin
{
32
33
public
:
34
35
virtual
~FlexibleModelFittingPlugin
() =
default
;
36
37
void
registerPlugin
(
PluginAPI
& plugin_api)
override
;
38
std::string
getIdString
()
const override
;
39
40
private
:
41
42
};
43
44
}
45
46
47
#endif
/* _SEIMPLEMENTATION_PLUGIN_FLEXIBLEMODELFITTING_FLEXIBLEMODELFITTINGPLUGIN_H_ */
Plugin.h
std::string
SourceXtractor::FlexibleModelFittingPlugin
Definition
FlexibleModelFittingPlugin.h:31
SourceXtractor::FlexibleModelFittingPlugin::~FlexibleModelFittingPlugin
virtual ~FlexibleModelFittingPlugin()=default
SourceXtractor::FlexibleModelFittingPlugin::getIdString
std::string getIdString() const override
Definition
FlexibleModelFittingPlugin.cpp:133
SourceXtractor::FlexibleModelFittingPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition
FlexibleModelFittingPlugin.cpp:37
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition
PluginAPI.h:40
SourceXtractor::Plugin
Plugins must implement this interface.
Definition
Plugin.h:38
SourceXtractor
Definition
Aperture.h:30
Generated by
1.15.0