vg
tools for working with variation graphs
|
#include "handlegraph/handle_graph.hpp"
#include "handlegraph/mutable_handle_graph.hpp"
#include "handlegraph/path_handle_graph.hpp"
#include "handlegraph/path_position_handle_graph.hpp"
#include "handlegraph/util.hpp"
#include <vector>
Namespaces | |
handlegraph | |
Functions | |
bool | handlegraph::operator== (const handle_t &a, const handle_t &b) |
Define equality on handles. More... | |
bool | handlegraph::operator!= (const handle_t &a, const handle_t &b) |
Define inequality on handles. More... | |
bool | handlegraph::operator== (const path_handle_t &a, const path_handle_t &b) |
Define equality on path handles. More... | |
bool | handlegraph::operator!= (const path_handle_t &a, const path_handle_t &b) |
Define inequality on path handles. More... | |
bool | handlegraph::operator== (const step_handle_t &a, const step_handle_t &b) |
Define equality on step handles. More... | |
bool | handlegraph::operator!= (const step_handle_t &a, const step_handle_t &b) |
Define inequality on step handles. More... | |
Implement handle graph utility methods, oprtators, and default implementations.