SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
JacobianPlugin.cpp
Go to the documentation of this file.
1
17/*
18 * JacobianPlugin.cpp
19 *
20 * Created on: Oct 08, 2018
21 * Author: Alejandro Alvarez Ayllon
22 */
23
28
29namespace SourceXtractor {
30
32
34 return "JacobianPlugin";
35}
36
40
41} // end SourceXtractor
std::string getIdString() const override
void registerPlugin(PluginAPI &plugin_api) override
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
Used to register compile-time (static) plugins with the PluginManager.
static StaticPlugin< JacobianPlugin > jacobian_plugin