SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourcePsfPlugin.cpp
Go to the documentation of this file.
1
20
21namespace SourceXtractor {
22
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:40
void registerPlugin(PluginAPI &plugin_api) override
std::string getIdString() const override
static StaticPlugin< PsfPlugin > psf_plugin
Definition PsfPlugin.cpp:37