SourceXtractorPlusPlus  0.16
Please provide a description of the project.
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"
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_
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
void registerPlugin(PluginAPI &plugin_api) override
std::string getIdString() const override
virtual ~SourcePsfPlugin()=default