|
vg
tools for working with variation graphs
|
#include <cstdio>#include <cstdint>#include <vector>#include <utility>#include <functional>#include <handlegraph/types.hpp>#include <handlegraph/iteratee.hpp>#include <handlegraph/util.hpp>#include <handlegraph/handle_graph.hpp>#include <handlegraph/path_handle_graph.hpp>#include <handlegraph/mutable_handle_graph.hpp>#include <handlegraph/mutable_path_handle_graph.hpp>#include <handlegraph/mutable_path_mutable_handle_graph.hpp>#include <handlegraph/deletable_handle_graph.hpp>#include <handlegraph/mutable_path_deletable_handle_graph.hpp>#include <handlegraph/serializable_handle_graph.hpp>#include "dynamic.hpp"#include "bdsg/internal/dynamic_types.hpp"#include "bdsg/internal/utility.hpp"#include "bdsg/internal/hash_map.hpp"#include "bdsg/internal/node.hpp"Classes | |
| class | bdsg::ODGI |
| struct | bdsg::ODGI::edge_helper |
| struct | bdsg::ODGI::path_metadata_t |
Namespaces | |
| bdsg | |
Typedefs | |
| using | bdsg::nid_t = handlegraph::nid_t |
1.8.18