Halfedge circulators for the halfedge data structure. More...
#include "../defs.h"
#include <iterator>
Go to the source code of this file.
Classes | |
class | Face_Halfedge_circ< Iterator > |
Halfedge circulator for the halfedges around a face. More... | |
Functions | |
template<class Iterator > | |
bool | operator== (const Face_Halfedge_circ< Iterator > &x, const Face_Halfedge_circ< Iterator > &y) |
Return true if the circulators point to the same object. | |
template<class Iterator > | |
bool | operator!= (const Face_Halfedge_circ< Iterator > &x, const Face_Halfedge_circ< Iterator > &y) |
Return true if the circulators don't point to the same object. |
Halfedge circulators for the halfedge data structure.