| 95 | } |
| 96 | |
| 97 | FaceBitSet fillContourLeft(const MeshTopology& topology, const EdgePath& contour) |
| 98 | { |
| 99 | MR_TIMER; |
| 100 | ContourLeftFiller filler( topology ); |
| 101 | filler.addContour( contour ); |
| 102 | return filler.fill(); |
| 103 | } |
| 104 | |
| 105 | FaceBitSet fillContourLeft( const MeshTopology & topology, const std::vector<EdgePath> & contours ) |
| 106 | { |
no test coverage detected