SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PythonConfig.h
Go to the documentation of this file.
1
17/*
18 * @file PythonConfig.h
19 * @author Nikolaos Apostolakos <nikoapos@gmail.com>
20 */
21
22#ifndef _SEIMPLEMENTATION_CONFIGURATION_PYTHONCONFIG_H
23#define _SEIMPLEMENTATION_CONFIGURATION_PYTHONCONFIG_H
24
25#include <Configuration/Configuration.h>
27
28namespace SourceXtractor {
29
31
32public:
33
34 explicit PythonConfig(long manager_id);
35
37
38 void preInitialize(const UserValues& args) override;
39
40 void initialize(const UserValues& args) override;
41
43
44};
45
46}
47
48#endif // _SEIMPLEMENTATION_CONFIGURATION_PYTHONCONFIG_H
49
std::map< std::string, boost::program_options::variable_value > UserValues
std::map< std::string, Configuration::OptionDescriptionList > getProgramOptions() override
void preInitialize(const UserValues &args) override
PythonInterpreter & getInterpreter() const
void initialize(const UserValues &args) override