MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / BisectionGraphView

Method BisectionGraphView

src/partitioner/bisection_graph_view.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10BisectionGraphView::BisectionGraphView(const BisectionGraph &bisection_graph_)
11 : BisectionGraphView(bisection_graph_, bisection_graph_.CBegin(), bisection_graph_.CEnd())
12{
13}
14
15BisectionGraphView::BisectionGraphView(const BisectionGraph &bisection_graph_,
16 const BisectionGraph::ConstNodeIterator begin_,

Callers

nothing calls this directly

Calls 2

CBeginMethod · 0.80
CEndMethod · 0.80

Tested by

no test coverage detected