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) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::WatershedGraph::OverflowPoint describes a point where a flow from one basin overflows into another basin
None mrmeshpy.WatershedGraph.OverflowPoint.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.WatershedGraph.OverflowPoint.__init__ | ( | self, | |
WatershedGraph.OverflowPoint | arg0 ) |
Implicit copy constructor.
None mrmeshpy.WatershedGraph.OverflowPoint.__init__ | ( | self, | |
VertId | v, | ||
GraphVertId | fullBasin, | ||
GraphVertId | overflowTo ) |
Implicit aggregate constructor.
|
staticprotected |
GraphVertId mrmeshpy.WatershedGraph.OverflowPoint.overflowTo | ( | self | ) |
basin where the flow from v goes
None mrmeshpy.WatershedGraph.OverflowPoint.overflowTo | ( | self, | |
GraphVertId | arg1 ) |
VertId mrmeshpy.WatershedGraph.OverflowPoint.v | ( | self | ) |
mesh vertex on the boundary of full basin and the other where it overflows
None mrmeshpy.WatershedGraph.OverflowPoint.v | ( | self, | |
VertId | arg1 ) |