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