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

Public Member Functions

 IteratorOnAllEdges_read (const std::vector< Edge * > *const v)
IteratorOnAllEdges_readnext ()
bool operator!= (const IteratorOnAllEdges_read &othr) const
bool operator!= (const std::vector< Edge * >::const_iterator &ot) const
IteratorOnAllEdges_readoperator++ (int i)
Edgeoperator* () const
std::vector< Edge * >
::const_iterator 
begin () const
std::vector< Edge * >
::const_iterator 
end () const
const std::vector< Edge * > * getEdges () const

Protected Attributes

const std::vector< Edge * > *const edges
std::vector< Edge * >
::const_iterator 
it

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