SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PsfPlugin.cpp
Go to the documentation of this file.
1
17/*
18 * PsfPlugin.cpp
19 *
20 * Created on: Jun 25, 2018
21 * Author: Alejandro Álvarez Ayllón
22 */
23
26
27namespace SourceXtractor {
28
32
34 return "psf";
35}
36
38}
This interface is given to the plugin to let it access object instances from the framework.
Definition PluginAPI.h:40
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
void registerPlugin(PluginAPI &plugin_api) override
Definition PsfPlugin.cpp:29
std::string getIdString() const override
Definition PsfPlugin.cpp:33
Used to register compile-time (static) plugins with the PluginManager.
static StaticPlugin< PsfPlugin > psf_plugin
Definition PsfPlugin.cpp:37