-
Notifications
You must be signed in to change notification settings - Fork 936
Closed
Labels
Description
Given a graph that the user constructed, I need to be able to access the topology of the graph.
Currently, it almost seems possible with FlowScene::nodes() and FlowScene::connections(), but although Connection is defined through its header, Node is not. Node is merely forward declared. If Node.hpp was visible or #include'd somewhere, it would work.