83 typedef unsigned int Index;
84 typedef std::vector<Index> Strip;
85 typedef typename Strip::const_iterator IndexIterator;
86 typedef std::vector<Strip> Strips;
87 typedef typename Strips::const_iterator StripsIterator;
100 void clear() { Strips().swap(strips_); }
109 StripsIterator
begin()
const {
return strips_.begin(); }
111 StripsIterator
end()
const {
return strips_.end(); }
116 typedef std::vector<typename Mesh::FaceHandle> FaceHandles;
125 FaceHandles& _faces);
128 return mesh_.property(processed_, _fh);
131 return mesh_.property(used_, _fh);
140 FPropHandleT<bool> processed_, used_;