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

Public Member Functions

 IteratorOnVertices_read (const std::vector< Vertex * > *const v)
IteratorOnVertices_readnext ()
bool operator!= (const IteratorOnVertices_read &othr) const
bool operator!= (const std::vector< Vertex * >::const_iterator &ot) const
IteratorOnVertices_readoperator++ (int)
Vertexoperator* ()
std::vector< Vertex * >
::const_iterator 
begin () const
std::vector< Vertex * >
::const_iterator 
end () const
const std::vector< Vertex * >
*const 
getVertices () const

Protected Attributes

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

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