| 260 | } |
| 261 | |
| 262 | Graph::VertId WatershedGraph::mergeViaBd( Graph::EdgeId bd ) |
| 263 | { |
| 264 | assert( bd ); |
| 265 | const auto ends = graph_.ends( bd ); |
| 266 | return merge( ends.v0, ends.v1 ); |
| 267 | } |
| 268 | |
| 269 | FaceBitSet WatershedGraph::getBasinFaces( Graph::VertId basin ) const |
| 270 | { |