SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
22#include "SourcePsfProperty.h"
24
25namespace SourceXtractor {
26
27class SourcePsfPlugin: public Plugin {
28public:
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_
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
void registerPlugin(PluginAPI &plugin_api) override
std::string getIdString() const override
virtual ~SourcePsfPlugin()=default