vg
tools for working with variation graphs
Functions
test_libbdsg.cpp File Reference
#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)
 

Function Documentation

◆ main()

int main ( void  )

◆ test_deletable_handle_graphs()

void test_deletable_handle_graphs ( )

◆ test_mutable_path_handle_graphs()

void test_mutable_path_handle_graphs ( )

◆ test_packed_deque()

void test_packed_deque ( )

◆ test_packed_graph()

void test_packed_graph ( )

◆ test_packed_set()

void test_packed_set ( )

◆ test_packed_subgraph_overlay()

void test_packed_subgraph_overlay ( )

◆ test_packed_vector()

void test_packed_vector ( )

◆ test_paged_vector()

void test_paged_vector ( )

◆ test_path_position_overlays()

void test_path_position_overlays ( )

◆ test_serializable_handle_graphs()

void test_serializable_handle_graphs ( )

◆ test_vectorizable_overlays()

void test_vectorizable_overlays ( )