vg
tools for working with variation graphs
Public Member Functions | Public Attributes | List of all members
vg::GFAHandleGraph Class Reference

Use to load in GFAs and remember where they came from. More...

#include <save_handle_graph.hpp>

Inheritance diagram for vg::GFAHandleGraph:

Public Member Functions

 GFAHandleGraph ()
 
virtual ~GFAHandleGraph ()=default
 

Public Attributes

vg::algorithms::GFAIDMapInfo gfa_id_space
 

Detailed Description

Use to load in GFAs and remember where they came from.

Constructor & Destructor Documentation

◆ GFAHandleGraph()

vg::GFAHandleGraph::GFAHandleGraph ( )
inline

◆ ~GFAHandleGraph()

virtual vg::GFAHandleGraph::~GFAHandleGraph ( )
virtualdefault

Member Data Documentation

◆ gfa_id_space

vg::algorithms::GFAIDMapInfo vg::GFAHandleGraph::gfa_id_space

Store the translation from graph ID space (as initially read in) back to GFA ID space. Won't be useful if the graph is modified.


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