SourceXtractorPlusPlus
0.16
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
SourcePsf
SourcePsfPlugin.h
Go to the documentation of this file.
1
18
#ifndef _SEIMPLEMENTATION_PLUGIN_SOURCEPSF_SOURCEPSFPLUGIN_H_
19
#define _SEIMPLEMENTATION_PLUGIN_SOURCEPSF_SOURCEPSFPLUGIN_H_
20
21
#include <
SEFramework/Plugin/Plugin.h
>
22
#include "
SourcePsfProperty.h
"
23
#include "
SourcePsfTaskFactory.h
"
24
25
namespace
SourceXtractor
{
26
27
class
SourcePsfPlugin
:
public
Plugin
{
28
public
:
29
virtual
~SourcePsfPlugin
() =
default
;
30
31
void
registerPlugin
(
PluginAPI
& plugin_api)
override
;
32
33
std::string
getIdString
()
const override
;
34
};
35
36
}
// end SourceXtractor
37
38
#endif
//_SEIMPLEMENTATION_PLUGIN_SOURCEPSF_SOURCEPSFPLUGIN_H_
Plugin.h
SourcePsfProperty.h
SourcePsfTaskFactory.h
std::string
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::SourcePsfPlugin
Definition:
SourcePsfPlugin.h:27
SourceXtractor::SourcePsfPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition:
SourcePsfPlugin.cpp:23
SourceXtractor::SourcePsfPlugin::getIdString
std::string getIdString() const override
Definition:
SourcePsfPlugin.cpp:27
SourceXtractor::SourcePsfPlugin::~SourcePsfPlugin
virtual ~SourcePsfPlugin()=default
SourceXtractor
Definition:
Aperture.h:30
Generated by
1.9.1