Delaunator
2D Delaunay Triangulation in C++ with Python wrapper.
 All Classes Namespaces Functions
Public Member Functions | Protected Attributes | List of all members
IteratorOnFaces Class Reference

Public Member Functions

 IteratorOnFaces (std::vector< Face * > *v)
IteratorOnFacesnext ()
bool operator!= (const IteratorOnFaces &othr) const
bool operator!= (const std::vector< Face * >::iterator &ot) const
IteratorOnFacesoperator++ (int)
Faceoperator* ()
std::vector< Face * >::iterator begin () const
std::vector< Face * >::iterator end () const
std::vector< Face * > * getFaces () const

Protected Attributes

std::vector< Face * > * faces
std::vector< Face * >::iterator it

The documentation for this class was generated from the following file: