|
Bifrost
|
Represent a unitig which is a vertex of the Compacted de Bruijn graph. More...
Public Member Functions | |
| const T * | getData () const |
| Return a constant pointer to the data associated with the unitig. More... | |
Data Fields | |
| T | data |
| Data associated with the unitigs of the graph. | |
Represent a unitig which is a vertex of the Compacted de Bruijn graph.
The first template argument T is the type of data associated with the unitigs of the graph.
|
inline |
Return a constant pointer to the data associated with the unitig.
1.8.13