* fixes #3 by using cvv_cw iterators which are not deprecated

This commit is contained in:
Martin Schultz
2015-09-16 17:09:26 +02:00
parent f650c05af8
commit 6366027c04

View File

@@ -1198,10 +1198,10 @@ public:
typedef CirculatorRange< typedef CirculatorRange<
const PolyConnectivity, const PolyConnectivity,
ConstVertexVertexIter, ConstVertexVertexCWIter,
VertexHandle, VertexHandle,
&PolyConnectivity::cvv_begin, &PolyConnectivity::cvv_cwbegin,
&PolyConnectivity::cvv_end> ConstVertexVertexRange; &PolyConnectivity::cvv_cwend> ConstVertexVertexRange;
typedef CirculatorRange< typedef CirculatorRange<
const PolyConnectivity, const PolyConnectivity,
ConstVertexIHalfedgeIter, ConstVertexIHalfedgeIter,