Exemplo n.º 1
0
 const PolylineEdge *operator*() const {
   CARVE_ASSERT(idx >= 0 && idx < base->edgeCount());
   return base->edge((size_t)idx);
 }
Exemplo n.º 2
0
 const PolylineEdge *operator*() const {
   return base->edge(idx);
 }