vg
tools for working with variation graphs
|
Functions | |
void | dfs (const HandleGraph &graph, const function< void(const handle_t &)> &handle_begin_fn, const function< void(const handle_t &)> &handle_end_fn, const function< bool(void)> &break_fn, const function< void(const edge_t &)> &edge_fn, const function< void(const edge_t &)> &tree_fn, const function< void(const edge_t &)> &edge_curr_fn, const function< void(const edge_t &)> &edge_cross_fn, const vector< handle_t > &sources, const unordered_set< handle_t > &sinks) |
void | dfs (const HandleGraph &graph, const function< void(const handle_t &)> &handle_begin_fn, const function< void(const handle_t &)> &handle_end_fn, const vector< handle_t > &sources, const unordered_set< handle_t > &sinks) |
void | dfs (const HandleGraph &graph, const function< void(const handle_t &)> &handle_begin_fn, const function< void(const handle_t &)> &handle_end_fn, const function< bool(void)> &break_fn) |
void handlegraph::algorithms::internal::dfs | ( | const HandleGraph & | graph, |
const function< void(const handle_t &)> & | handle_begin_fn, | ||
const function< void(const handle_t &)> & | handle_end_fn, | ||
const function< bool(void)> & | break_fn | ||
) |
void handlegraph::algorithms::internal::dfs | ( | const HandleGraph & | graph, |
const function< void(const handle_t &)> & | handle_begin_fn, | ||
const function< void(const handle_t &)> & | handle_end_fn, | ||
const function< bool(void)> & | break_fn, | ||
const function< void(const edge_t &)> & | edge_fn, | ||
const function< void(const edge_t &)> & | tree_fn, | ||
const function< void(const edge_t &)> & | edge_curr_fn, | ||
const function< void(const edge_t &)> & | edge_cross_fn, | ||
const vector< handle_t > & | sources, | ||
const unordered_set< handle_t > & | sinks | ||
) |
void handlegraph::algorithms::internal::dfs | ( | const HandleGraph & | graph, |
const function< void(const handle_t &)> & | handle_begin_fn, | ||
const function< void(const handle_t &)> & | handle_end_fn, | ||
const vector< handle_t > & | sources, | ||
const unordered_set< handle_t > & | sinks | ||
) |