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

Public Attributes

Path from = 1
 
Path to = 2
 

Detailed Description

Translations map from one graph to another. A collection of these provides a covering mapping between a from and to graph. If each "from" path through the base graph corresponds to a "to" path in an updated graph, then we can use these translations to project positions, mappings, and paths in the new graph into the old one using the Translator interface.

Member Data Documentation

◆ from

Path vg::Translation::from = 1

◆ to

Path vg::Translation::to = 2

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