#include <boost/python.hpp>
#include <boost/python/stl_iterator.hpp>
#include "nrp_general_library/utils/nrp_exceptions.h"
#include "nrp_general_library/utils/python_error_handler.h"
#include "nrp_event_loop/computational_graph/functional_node.h"
#include "nrp_event_loop/computational_graph/computational_graph_manager.h"
Go to the source code of this file.
Classes | |
struct | tuple_array< T, N > |
struct | tuple_array< T, 0 > |
class | PythonFunctionalNode |
Specialization of FunctionalNode in which _function is a python callable object. More... | |