Skip to content

Access the topology of a graph #97

@Quincunx271

Description

@Quincunx271

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions