#include <boost/python.hpp>
#include <nlohmann/json.hpp>
#include "nrp_general_library/utils/nrp_exceptions.h"
#include "nrp_general_library/utils/python_error_handler.h"
#include "nrp_event_loop/computational_graph/computational_graph.h"
#include "nrp_event_loop/computational_graph/computational_node.h"
#include "nrp_event_loop/computational_graph/input_port.h"
#include "nrp_event_loop/computational_graph/output_port.h"
Go to the source code of this file.
Classes | |
class | ComputationalGraphManager |
Singleton class managing a computational graph. More... | |