MeshLib C++ Docs
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 >
 The iterator to find all edges in a ring of edges (e.g. all edges with same origin or all edges with same left face) More...
class  MR::NextEdgeSameOrigin
class  MR::NextEdgeSameLeft

Namespaces

namespace  MR
 only for bindings generation

Typedefs

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

Functions

IteratorRange< OrgRingIteratorMR::orgRing (const MeshTopology &topology, EdgeId edge)
IteratorRange< OrgRingIteratorMR::orgRing (const MeshTopology &topology, VertId v)
IteratorRange< OrgRingIteratorMR::orgRing0 (const MeshTopology &topology, EdgeId edge)
IteratorRange< LeftRingIteratorMR::leftRing (const MeshTopology &topology, EdgeId edge)
IteratorRange< LeftRingIteratorMR::leftRing (const MeshTopology &topology, FaceId f)
IteratorRange< LeftRingIteratorMR::leftRing0 (const MeshTopology &topology, EdgeId edge)