You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the suggestion, it would be a simpler API than the actual bindEdge() interface.
Actually, it won't work because qan::PortItem has no link to the internal topology, it is just a visual node with no reference to qan::Graph topology (except a pointer to the "host node").
But insertEdge<>() could detect that src and dst arguments are actually port items, then forward the edge to src and dst host nodes and automatically bind inserted edge to correct ports. It would be a lot simpler than the actual API.
I am actually working on build system and edge generation, but I will certainly implement that interface in the near future. Keeping the report open with an "help needed" tag.
Hello! This is posible?
I see that qan::PortItem inhertis from qan::NodeItem.
I thik that this idea might work:
The text was updated successfully, but these errors were encountered: