SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FluxRadiusPlugin.h
Go to the documentation of this file.
1 
18 #ifndef _SEIMPLEMENTATION_PLUGIN_FLUXRADIUS_FLUXRADIUSPLUGIN_H_
19 #define _SEIMPLEMENTATION_PLUGIN_FLUXRADIUS_FLUXRADIUSPLUGIN_H_
20 
22 
23 namespace SourceXtractor {
24 
25 class FluxRadiusPlugin : public Plugin {
26 public:
27  virtual ~FluxRadiusPlugin() = default;
28 
29  std::string getIdString() const override;
30 
31  void registerPlugin(PluginAPI& plugin_api) override;
32 };
33 
34 } // end of namespace SourceXtractor
35 
36 #endif /* _SEIMPLEMENTATION_PLUGIN_FLUXRADIUS_FLUXRADIUSPLUGIN_H_ */
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:39
Plugins must implement this interface.
Definition: Plugin.h:38
std::string getIdString() const override
virtual ~FluxRadiusPlugin()=default