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< OrgRingIterator > | MR::orgRing (const MeshTopology &topology, EdgeId edge) |
| IteratorRange< OrgRingIterator > | MR::orgRing (const MeshTopology &topology, VertId v) |
| IteratorRange< OrgRingIterator > | MR::orgRing0 (const MeshTopology &topology, EdgeId edge) |
| IteratorRange< LeftRingIterator > | MR::leftRing (const MeshTopology &topology, EdgeId edge) |
| IteratorRange< LeftRingIterator > | MR::leftRing (const MeshTopology &topology, FaceId f) |
| IteratorRange< LeftRingIterator > | MR::leftRing0 (const MeshTopology &topology, EdgeId edge) |