associated with each vertex in graph Generated from class MR.WatershedGraph.BasinInfo. This is the non-const half of the class.
More...
|
|
unsafe | BasinInfo () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | BasinInfo (MR.WatershedGraph.Const_BasinInfo _other) |
| | Generated from constructor MR.WatershedGraph.BasinInfo.BasinInfo.
|
| |
|
unsafe MR.WatershedGraph.BasinInfo | assign (MR.WatershedGraph.Const_BasinInfo _other) |
| | Generated from method MR.WatershedGraph.BasinInfo.operator=.
|
| |
|
unsafe void | updateAccVolume (float amount) |
| | updates accumulated volume in the basin to the moment of given precipitation amount Generated from method MR.WatershedGraph.BasinInfo.updateAccVolume.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_BasinInfo () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_BasinInfo (MR.WatershedGraph.Const_BasinInfo _other) |
| | Generated from constructor MR.WatershedGraph.BasinInfo.BasinInfo.
|
| |
|
unsafe float | amountTillOverflow () |
| | amount of precipitation (in same units as mesh coordinates and water level), which can be added before overflowing the basin Generated from method MR.WatershedGraph.BasinInfo.amountTillOverflow.
|
| |
|
unsafe float | approxLevel () |
| | approximate current level of water (z-coordinate) in the basin Generated from method MR.WatershedGraph.BasinInfo.approxLevel.
|
| |
|
|
new unsafe ref MR.VertId | lowestVert [get] |
| | lowest level (z-coordinate of lowestVert) in the basin
|
| |
|
new unsafe ref float | lowestLevel [get] |
| | precipitation area that flows in this basin (and if it is full, continue flowing next)
|
| |
|
new unsafe ref float | area [get] |
| | lowest position on the boundary of the basin
|
| |
|
new unsafe ref float | lowestBdLevel [get] |
| | full water volume to be accumulated in the basin till water reaches the lowest height on the boundary
|
| |
|
new unsafe ref float | maxVolume [get] |
| | accumulated water volume in the basin so far
|
| |
|
new unsafe ref float | accVolume [get] |
| | the amount when accVolume was last updated
|
| |
|
new unsafe ref float | lastUpdateAmount [get] |
| | water level in the basin when it was formed (by merge or creation)
|
| |
|
new unsafe ref float | lastMergeLevel [get] |
| | water volume in the basin when it was formed (by merge or creation)
|
| |
|
new unsafe ref float | lastMergeVolume [get] |
| | when level=lowestBdLevel, volume=0, all water from this basin overflows via this boundary
|
| |
|
new unsafe ref MR.GraphEdgeId | overflowVia [get] |
| |
|
unsafe ref readonly MR.VertId | lowestVert [get] |
| | lowest level (z-coordinate of lowestVert) in the basin
|
| |
|
unsafe float | lowestLevel [get] |
| | precipitation area that flows in this basin (and if it is full, continue flowing next)
|
| |
|
unsafe float | area [get] |
| | lowest position on the boundary of the basin
|
| |
|
unsafe float | lowestBdLevel [get] |
| | full water volume to be accumulated in the basin till water reaches the lowest height on the boundary
|
| |
|
unsafe float | maxVolume [get] |
| | accumulated water volume in the basin so far
|
| |
|
unsafe float | accVolume [get] |
| | the amount when accVolume was last updated
|
| |
|
unsafe float | lastUpdateAmount [get] |
| | water level in the basin when it was formed (by merge or creation)
|
| |
|
unsafe float | lastMergeLevel [get] |
| | water volume in the basin when it was formed (by merge or creation)
|
| |
|
unsafe float | lastMergeVolume [get] |
| | when level=lowestBdLevel, volume=0, all water from this basin overflows via this boundary
|
| |
|
unsafe ref readonly MR.GraphEdgeId | overflowVia [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
bool | _IsOwningVal |
| |
associated with each vertex in graph Generated from class MR.WatershedGraph.BasinInfo. This is the non-const half of the class.
The documentation for this class was generated from the following file: