SourceXtractorPlusPlus  0.11
Please provide a description of the project.
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 
27 namespace SourceXtractor {
28 
31 }
32 
34  return "psf";
35 }
36 
38 }
SourceXtractor::psf_plugin
static StaticPlugin< PsfPlugin > psf_plugin
Definition: PsfPlugin.cpp:37
std::string
STL class.
StaticPlugin.h
SourceXtractor
Definition: Aperture.h:30
PsfPlugin.h
SourceXtractor::PsfProperty
Definition: PsfProperty.h:32
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition: PluginAPI.h:39
SourceXtractor::TaskFactoryRegistry::registerTaskFactory
void registerTaskFactory()
Definition: TaskFactoryRegistry.h:51
SourceXtractor::PsfPlugin::registerPlugin
virtual void registerPlugin(PluginAPI &plugin_api) override
Definition: PsfPlugin.cpp:29
SourceXtractor::PluginAPI::getTaskFactoryRegistry
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
SourceXtractor::StaticPlugin
Used to register compile-time (static) plugins with the PluginManager.
Definition: StaticPlugin.h:38
SourceXtractor::PsfPlugin::getIdString
virtual std::string getIdString() const override
Definition: PsfPlugin.cpp:33
SourceXtractor::PsfTaskFactory
Definition: PsfTaskFactory.h:35