vg
tools for working with variation graphs
Public Attributes | List of all members
vg::SnarlDistanceIndexClusterer::SeedCache Struct Reference

Seed information used for clustering. More...

#include <snarl_seed_clusterer.hpp>

Public Attributes

pos_t pos
 
gbwtgraph::Payload minimizer_cache
 
size_t distance_left = std::numeric_limits<size_t>::max()
 
size_t distance_right = std::numeric_limits<size_t>::max()
 
size_t chain_component = std::numeric_limits<size_t>::max()
 

Detailed Description

Seed information used for clustering.

Member Data Documentation

◆ chain_component

size_t vg::SnarlDistanceIndexClusterer::SeedCache::chain_component = std::numeric_limits<size_t>::max()

◆ distance_left

size_t vg::SnarlDistanceIndexClusterer::SeedCache::distance_left = std::numeric_limits<size_t>::max()

◆ distance_right

size_t vg::SnarlDistanceIndexClusterer::SeedCache::distance_right = std::numeric_limits<size_t>::max()

◆ minimizer_cache

gbwtgraph::Payload vg::SnarlDistanceIndexClusterer::SeedCache::minimizer_cache

◆ pos

pos_t vg::SnarlDistanceIndexClusterer::SeedCache::pos

The documentation for this struct was generated from the following file: