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

Public Member Functions

 IteratorVertexToNeighbourEdges (Vertex *v)
IteratorVertexToNeighbourEdgesnext ()
bool operator!= (const IteratorVertexToNeighbourEdges &othr) const
bool operator== (const IteratorVertexToNeighbourEdges &othr) const
bool operator!= (const Edge *ot) const
bool operator== (const Edge *ot) const
IteratorVertexToNeighbourEdgesoperator++ (int)
Edgeoperator* ()
Edgeend () const
EdgegetItem () const

Protected Attributes

Edgeit
Edgeref

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