* fixes #3 by using cvv_cw iterators which are not deprecated
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user