MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::UndirectedEdgeIterator Class Reference

The iterator to find all not-lone undirected edges in the mesh. More...

#include <MREdgeIterator.h>

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = UndirectedEdgeId
 

Public Member Functions

 UndirectedEdgeIterator (const MeshTopology &topology)
 creates begin iterator
 
 UndirectedEdgeIterator ()=default
 creates end iterator
 
UndirectedEdgeIteratoroperator++ ()
 
UndirectedEdgeId operator* () const
 

Detailed Description

The iterator to find all not-lone undirected edges in the mesh.


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