24#ifndef PYTHON_H_INCLUDED
25#define PYTHON_H_INCLUDED
51 Python(
const std::string tool_name,
52 const std::string script,
67 cl_event
_execute(
const std::vector<cl_event> events);
The calculation main entry point. (See Aqua::CalcServer::CalcServer for details)
Python(const std::string tool_name, const std::string script, bool once=false)
Constructor.
Definition Python.cpp:262
cl_event _execute(const std::vector< cl_event > events)
Definition Python.cpp:301
void initPython()
Initialize the Python interpreter.
Definition Python.cpp:334
void load()
Load the script and extract the callable function.
Definition Python.cpp:365
void setup()
Initialize the tool.
Definition Python.cpp:289
~Python()
Destructor.
Definition Python.cpp:278
Calculation server name space.
Definition Assert.cpp:32
Main AQUAgpusph namespace.
Definition ArgumentsManager.cpp:50