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

Public Member Functions

 IteratorOnVertices (std::vector< Vertex * > *v)
IteratorOnVerticesnext ()
bool operator!= (const IteratorOnVertices &othr) const
bool operator!= (const std::vector< Vertex * >::iterator &ot) const
IteratorOnVerticesoperator++ (int)
Vertexoperator* ()
std::vector< Vertex * >::iterator begin () const
std::vector< Vertex * >::iterator end () const
std::vector< Vertex * > * getVertices () const

Protected Attributes

std::vector< Vertex * > * vertices
std::vector< Vertex * >
::const_iterator 
it

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