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

Public Member Functions

 IteratorOnAllVertices_read (const std::vector< Vertex * > *const v)
IteratorOnAllVertices_readnext ()
bool operator!= (const IteratorOnAllVertices_read &othr) const
bool operator!= (const std::vector< Vertex * >::const_iterator &ot) const
IteratorOnAllVertices_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: