◆ node_t() [1/2]
bdsg::HashGraph::node_t::node_t |
( |
| ) |
|
|
inline |
◆ node_t() [2/2]
bdsg::HashGraph::node_t::node_t |
( |
const string & |
sequence | ) |
|
|
inline |
◆ deserialize()
void bdsg::HashGraph::node_t::deserialize |
( |
istream & |
in | ) |
|
Read the node (in the format written by serialize()) from an in stream.
◆ serialize()
uint64_t bdsg::node_t::serialize |
( |
std::ostream & |
out | ) |
const |
Write the node to an out stream, applying the given ID offset to nodes referenced by edges.
◆ left_edges
vector<handle_t> bdsg::HashGraph::node_t::left_edges |
Adjacency list from the left side of the node.
◆ occurrences
The occurrences of this node on paths;.
◆ right_edges
vector<handle_t> bdsg::HashGraph::node_t::right_edges |
Adjacency list from the right side of the node.
◆ sequence
const std::string bdsg::node_t::sequence |
The documentation for this struct was generated from the following files: