Skip to content
Snippets Groups Projects
Commit 7f9d26ea authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Added binding for updateInputsOutputs()

parent 51abf9e6
No related branches found
No related tags found
1 merge request!318[Upd] release verision 0.5.0
Pipeline #63207 passed
...@@ -151,6 +151,7 @@ void init_GraphView(py::module& m) { ...@@ -151,6 +151,7 @@ void init_GraphView(py::module& m) {
.def("get_ranked_nodes", &GraphView::getRankedNodes) .def("get_ranked_nodes", &GraphView::getRankedNodes)
.def("get_ranked_nodes_name", &GraphView::getRankedNodesName, py::arg("format"), py::arg("mark_non_unicity") = true) .def("get_ranked_nodes_name", &GraphView::getRankedNodesName, py::arg("format"), py::arg("mark_non_unicity") = true)
.def("set_dataformat", &GraphView::setDataFormat, py::arg("dataformat")) .def("set_dataformat", &GraphView::setDataFormat, py::arg("dataformat"))
.def("update_inputs_outputs", &GraphView::updateInputsOutputs)
; ;
m.def("get_connected_graph_view", &getConnectedGraphView); m.def("get_connected_graph_view", &getConnectedGraphView);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment