SourceXtractorPlusPlus  0.16
Please provide a description of the project.
SourcePsfPlugin.cpp
Go to the documentation of this file.
1 
20 
21 namespace SourceXtractor {
22 
25 }
26 
28  return "source_psf";
29 }
30 
32 }
This interface is given to the plugin to let it access object instances from the framework.
Definition: PluginAPI.h:39
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
void registerPlugin(PluginAPI &plugin_api) override
std::string getIdString() const override
Used to register compile-time (static) plugins with the PluginManager.
Definition: StaticPlugin.h:38
static StaticPlugin< PsfPlugin > psf_plugin
Definition: PsfPlugin.cpp:37