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

#include <MRPolylineEdgeIterator.h>

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = UndirectedEdgeId
 

Public Member Functions

 PolylineUndirectedEdgeIterator (const PolylineTopology &topology)
 creates begin iterator
 
 PolylineUndirectedEdgeIterator ()=default
 creates end iterator
 
PolylineUndirectedEdgeIteratoroperator++ ()
 
UndirectedEdgeId operator* () const
 

Related Symbols

(Note that these are not member symbols.)

bool operator== (const PolylineUndirectedEdgeIterator &a, const PolylineUndirectedEdgeIterator &b)
 

Detailed Description

The iterator to find all not-lone undirected edges in the polyline topology


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