|
vg
tools for working with variation graphs
|
#include <stdio.h>#include <iostream>#include <vector>#include <cassert>#include <unordered_set>#include <random>#include <sstream>#include <deque>#include <functional>#include "bdsg/odgi.hpp"#include "bdsg/packed_graph.hpp"#include "bdsg/hash_graph.hpp"#include "bdsg/internal/packed_structs.hpp"#include "bdsg/overlays/path_position_overlays.hpp"#include "bdsg/overlays/packed_path_position_overlay.hpp"#include "bdsg/overlays/vectorizable_overlays.hpp"#include "bdsg/overlays/packed_subgraph_overlay.hpp"Functions | |
| void | test_serializable_handle_graphs () |
| void | test_deletable_handle_graphs () |
| void | test_mutable_path_handle_graphs () |
| void | test_packed_vector () |
| void | test_paged_vector () |
| void | test_packed_deque () |
| void | test_packed_set () |
| void | test_packed_graph () |
| void | test_path_position_overlays () |
| void | test_vectorizable_overlays () |
| void | test_packed_subgraph_overlay () |
| int | main (void) |
| int main | ( | void | ) |
| void test_deletable_handle_graphs | ( | ) |
| void test_mutable_path_handle_graphs | ( | ) |
| void test_packed_deque | ( | ) |
| void test_packed_graph | ( | ) |
| void test_packed_set | ( | ) |
| void test_packed_subgraph_overlay | ( | ) |
| void test_packed_vector | ( | ) |
| void test_paged_vector | ( | ) |
| void test_path_position_overlays | ( | ) |
| void test_serializable_handle_graphs | ( | ) |
| void test_vectorizable_overlays | ( | ) |
1.8.18