Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, WatershedGraph.OverflowPoint arg0) |
None | __init__ (self, VertId v, GraphVertId fullBasin, GraphVertId overflowTo) |
GraphVertId | overflowTo (self) |
None | overflowTo (self, GraphVertId arg1) |
VertId | v (self) |
None | v (self, VertId arg1) |
Generated from: MR::WatershedGraph::OverflowPoint describes a point where a flow from one basin overflows into another basin
None meshlib.mrmeshpy.WatershedGraph.OverflowPoint.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.WatershedGraph.OverflowPoint.__init__ | ( | self, | |
WatershedGraph.OverflowPoint | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.WatershedGraph.OverflowPoint.__init__ | ( | self, | |
VertId | v, | ||
GraphVertId | fullBasin, | ||
GraphVertId | overflowTo ) |
Implicit aggregate constructor.
GraphVertId meshlib.mrmeshpy.WatershedGraph.OverflowPoint.overflowTo | ( | self | ) |
basin where the flow from v goes
None meshlib.mrmeshpy.WatershedGraph.OverflowPoint.overflowTo | ( | self, | |
GraphVertId | arg1 ) |
VertId meshlib.mrmeshpy.WatershedGraph.OverflowPoint.v | ( | self | ) |
mesh vertex on the boundary of full basin and the other where it overflows
None meshlib.mrmeshpy.WatershedGraph.OverflowPoint.v | ( | self, | |
VertId | arg1 ) |