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

Public Member Functions

 IteratorOnEdges (std::vector< Edge * > *v)
IteratorOnEdgesnext ()
bool operator!= (const IteratorOnEdges &othr) const
bool operator!= (const std::vector< Edge * >::iterator &ot) const
IteratorOnEdgesoperator++ (int i)
Edgeoperator* ()
std::vector< Edge * >::iterator begin () const
std::vector< Edge * >::iterator end () const
std::vector< Edge * > * getEdges () const

Protected Attributes

std::vector< Edge * > * edges
std::vector< Edge * >::iterator it

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