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

Public Member Functions

 IteratorOnAllFaces_read (const std::vector< Face * > *const v)
IteratorOnAllFaces_readnext ()
bool operator!= (const IteratorOnAllFaces_read &othr) const
bool operator!= (const std::vector< Face * >::const_iterator &ot) const
IteratorOnAllFaces_readoperator++ (int)
Faceoperator* ()
std::vector< Face * >
::const_iterator 
begin () const
std::vector< Face * >
::const_iterator 
end () const
const std::vector< Face * > * getFaces () const

Protected Attributes

const std::vector< Face * > *const faces
std::vector< Face * >
::const_iterator 
it

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