#include <handle_graph.hpp>
◆ ~VectorizableHandleGraph()
virtual handlegraph::VectorizableHandleGraph::~VectorizableHandleGraph |
( |
| ) |
|
|
virtualdefault |
◆ edge_index()
virtual size_t handlegraph::VectorizableHandleGraph::edge_index |
( |
const edge_t & |
edge | ) |
const |
|
pure virtual |
Return a unique index among edges in the graph.
◆ node_at_vector_offset()
virtual nid_t handlegraph::VectorizableHandleGraph::node_at_vector_offset |
( |
const size_t & |
offset | ) |
const |
|
pure virtual |
Return the node overlapping the given offset in the implicit node vector.
◆ node_vector_offset()
virtual size_t handlegraph::VectorizableHandleGraph::node_vector_offset |
( |
const nid_t & |
node_id | ) |
const |
|
pure virtual |
Return the start position of the node in a (possibly implict) sorted array constructed from the concatenation of the node sequences
The documentation for this class was generated from the following file: