vg
tools for working with variation graphs
Public Member Functions | Public Attributes | List of all members
vg::FlowSort::WeightedGraph Struct Reference

#include <flow_sort.hpp>

Public Member Functions

void construct (FlowSort &fs, const string &ref_name, bool isGrooming=true)
 

Public Attributes

EdgeMapping edges_out_nodes
 
EdgeMapping edges_in_nodes
 
map< Edge *, int > edge_weight
 

Member Function Documentation

◆ construct()

void vg::FlowSort::WeightedGraph::construct ( FlowSort fs,
const string &  ref_name,
bool  isGrooming = true 
)

Member Data Documentation

◆ edge_weight

map<Edge*, int> vg::FlowSort::WeightedGraph::edge_weight

◆ edges_in_nodes

EdgeMapping vg::FlowSort::WeightedGraph::edges_in_nodes

◆ edges_out_nodes

EdgeMapping vg::FlowSort::WeightedGraph::edges_out_nodes

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