SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SourcePsfPlugin.cpp
Go to the documentation of this file.
1 
20 
21 namespace SourceXtractor {
22 
25 }
26 
28  return "source_psf";
29 }
30 
32 }
std::string getIdString() const override
void registerPlugin(PluginAPI &plugin_api) override
STL class.
This interface is given to the plugin to let it access object instances from the framework.
Definition: PluginAPI.h:40
Used to register compile-time (static) plugins with the PluginManager.
Definition: StaticPlugin.h:38
static StaticPlugin< PsfPlugin > psf_plugin
Definition: PsfPlugin.cpp:37
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0