SourceXtractorPlusPlus 0.21
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
30 plugin_api.getTaskFactoryRegistry().registerTaskFactory<PsfTaskFactory, PsfProperty>();
31}
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
void registerPlugin(PluginAPI &plugin_api) override
Definition PsfPlugin.cpp:29
std::string getIdString() const override
Definition PsfPlugin.cpp:33
static StaticPlugin< PsfPlugin > psf_plugin
Definition PsfPlugin.cpp:37