SourceXtractorPlusPlus
0.8
Please provide a description of the project.
|
#include "ElementsKernel/Logging.h"
#include "SEImplementation/Plugin/FlexibleModelFitting/FlexibleModelFittingParameter.h"
#include "SEImplementation/Plugin/FlexibleModelFitting/FlexibleModelFittingConverterFactory.h"
#include "SEImplementation/PythonConfig/ObjectInfo.h"
#include "SEImplementation/Configuration/PythonConfig.h"
#include "SEImplementation/Configuration/ModelFittingConfig.h"
#include "SEUtils/Python.h"
#include <string>
#include <boost/python/extract.hpp>
#include <boost/python/object.hpp>
#include <boost/python/tuple.hpp>
Go to the source code of this file.
Classes | |
class | SourceXtractor::PyObjectHolder |
Hold a reference to a Python object. More... | |
Namespaces | |
SourceXtractor | |
Functions | |
template<typename R , typename... T> | |
R | SourceXtractor::py_call_wrapper (const py::object &func, T...args) |
Variables | |
static Elements::Logging | logger = Elements::Logging::getLogger("Config") |
|
static |
Definition at line 39 of file ModelFittingConfig.cpp.