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

Public Member Functions

 IteratorOnAllFaces (std::vector< Face * > *v)
IteratorOnAllFacesnext ()
bool operator!= (const IteratorOnAllFaces &othr) const
bool operator!= (const std::vector< Face * >::iterator &ot) const
IteratorOnAllFacesoperator++ (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: