5 #include <SimulationCycleCallback.h> 6 #include <PyHeliosOutputWrapper.h> 7 #include <boost/python.hpp> 33 std::vector<Measurement> &measurements,
34 std::vector<Trajectory> &trajectories
37 PyGILState_STATE gilState = PyGILState_Ensure();
38 call<void>(pyCallback, ref(phow));
39 PyGILState_Release(gilState);
Python callback for each simulation cycle that has been completed.
Definition: PySimulationCycleCallback.h:19
Abstract class to handle simulation cycle callbacks.
Definition: SimulationCycleCallback.h:12
Python wrapper for helios output.
Definition: PyHeliosOutputWrapper.h:16