Where is the documentation of libhandlegraph methods and objects
1
0
Entering edit mode
4.5 years ago
me ▴ 760

I am looking for the documentation of which methods supported by a handle. Specifically how to given a handle in a graph get it's direct edges. I can find the link to the documentation at https://github.com/vgteam/libhandlegraph.

vg • 896 views
ADD COMMENT
1
Entering edit mode
4.4 years ago
anovak ▴ 120

The vg Doxygen docs cover libhandlegraph.

Handles are opaque types with no methods of their own, but the main libhandlegraph class, HandleGraph, is documented at https://vgteam.github.io/vg/classhandlegraph_1_1HandleGraph.html

The edges of a handle are obtained from the follow_edges method on the HandleGraph, which calls a callback with each reachable handle going either left or right: https://vgteam.github.io/vg/classhandlegraph_1_1HandleGraph.html#a4d21f30e62ad0b0c5919b2fe95e6f8aa

ADD COMMENT

Login before adding your answer.

Traffic: 2310 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6