Inheritance diagram for mrmeshpy.RingIterator_NextEdgeSameLeft:Public Member Functions | |
| None | __init__ (self, MeshTopology topology, EdgeId edge, bool first) |
| None | __init__ (self, RingIterator_NextEdgeSameLeft arg0) |
| EdgeId | __mul__ (self) |
| bool | first (self) |
| RingIterator_NextEdgeSameLeft | operator (self) |
Public Member Functions inherited from mrmeshpy.NextEdgeSameLeft | |
| EdgeId | next (self, EdgeId e) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| RingIterator_NextEdgeSameLeft | operator (*args, **kwargs) |
| RingIterator_NextEdgeSameLeft | operator (*args, **kwargs) |
Static Public Attributes | |
| value_type = EdgeId | |
Generated from: MR::RingIterator<MR::NextEdgeSameLeft> Aliases: LeftRingIterator 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)
|
static |
Reimplemented from mrmeshpy.NextEdgeSameLeft.
| None mrmeshpy.RingIterator_NextEdgeSameLeft.__init__ | ( | self, | |
| MeshTopology | topology, | ||
| EdgeId | edge, | ||
| bool | first ) |
Reimplemented from mrmeshpy.NextEdgeSameLeft.
| None mrmeshpy.RingIterator_NextEdgeSameLeft.__init__ | ( | self, | |
| RingIterator_NextEdgeSameLeft | arg0 ) |
Implicit copy constructor.
Reimplemented from mrmeshpy.NextEdgeSameLeft.
| EdgeId mrmeshpy.RingIterator_NextEdgeSameLeft.__mul__ | ( | self | ) |
| bool mrmeshpy.RingIterator_NextEdgeSameLeft.first | ( | self | ) |
|
static |
Reimplemented from mrmeshpy.NextEdgeSameLeft.
|
static |
Reimplemented from mrmeshpy.NextEdgeSameLeft.
| RingIterator_NextEdgeSameLeft mrmeshpy.RingIterator_NextEdgeSameLeft.operator | ( | self | ) |
Reimplemented from mrmeshpy.NextEdgeSameLeft.
|
static |