vg
tools for working with variation graphs
Namespaces | Functions
intersect_path_offsets.hpp File Reference
#include "../handle.hpp"
#include "nearest_offsets_in_paths.hpp"

Namespaces

 vg
 
 vg::algorithms
 

Functions

bool vg::algorithms::intersect_path_offsets (const path_offset_collection_t &a_offsets, const path_offset_collection_t &b_offsets, size_t maximum_distance)
 
void vg::algorithms::sort_path_offsets (path_offset_collection_t &offsets)
 

Detailed Description

Defines algorithm for finding whether any offsets on paths in one set are near any offsets on paths in a different set.