#include "../defs.h"
#include <iterator>
Go to the source code of this file.
Namespaces | |
namespace | ads |
Classes | |
class | ads::Face_Halfedge_circ< Iterator > |
Halfedge circulator for the halfedges around a face. More... | |
Functions | |
template<class Iterator> | |
bool | ads::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 | ads::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. |