MeshLib
 
Loading...
Searching...
No Matches
MRRingIterator.h File Reference
#include "MRMeshTopology.h"
#include "MRIteratorRange.h"
#include <iterator>

Go to the source code of this file.

Classes

class  MR::RingIterator< N >
 
class  MR::NextEdgeSameOrigin
 
class  MR::NextEdgeSameLeft
 

Namespaces

namespace  MR
 

Typedefs

using MR::OrgRingIterator = RingIterator<NextEdgeSameOrigin>
 
using MR::LeftRingIterator = RingIterator<NextEdgeSameLeft>
 

Functions

template<typename N >
bool MR::operator== (const RingIterator< N > &a, const RingIterator< N > &b)
 
template<typename N >
bool MR::operator!= (const RingIterator< N > &a, const RingIterator< N > &b)
 
IteratorRange< OrgRingIteratorMR::orgRing (const MeshTopology &topology, EdgeId edge)
 
IteratorRange< OrgRingIteratorMR::orgRing0 (const MeshTopology &topology, EdgeId edge)
 
IteratorRange< LeftRingIteratorMR::leftRing (const MeshTopology &topology, EdgeId edge)
 
IteratorRange< LeftRingIteratorMR::leftRing0 (const MeshTopology &topology, EdgeId edge)