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 Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| WatershedGraph.OverflowPoint | operator (*args, **kwargs) |
| WatershedGraph.OverflowPoint | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_fullBasin = 4 |
| typing | _offsetof_overflowTo = 8 |
| typing | _offsetof_v = 0 |
Generated from: MR::WatershedGraph::OverflowPoint describes a point where a flow from one basin overflows into another basin
|
static |
| None mrmeshpy.WatershedGraph.OverflowPoint.__init__ | ( | self | ) |
| 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.
|
static |
|
static |
| 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 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |