MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_WatershedGraph.Const_OverflowPoint Class Reference

describes a point where a flow from one basin overflows into another basin Generated from class MR.WatershedGraph.OverflowPoint. This is the const half of the class. More...

Inheritance diagram for MR.Const_WatershedGraph.Const_OverflowPoint:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_OverflowPoint ()
 Constructs an empty (default-constructed) instance.
unsafe Const_OverflowPoint (MR.VertId v, MR.GraphVertId fullBasin, MR.GraphVertId overflowTo)
 Constructs MR.WatershedGraph.OverflowPoint elementwise.
unsafe Const_OverflowPoint (MR.WatershedGraph.Const_OverflowPoint _other)
 Generated from constructor MR::WatershedGraph::OverflowPoint::OverflowPoint.
 Const_OverflowPoint (OverflowPoint _other)
 Generated from constructor MR::WatershedGraph::OverflowPoint::OverflowPoint.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_v
unsafe MR.GraphVertId__ref_storage_fullBasin
unsafe MR.GraphVertId__ref_storage_overflowTo

Properties

unsafe ref readonly MR.VertId v [get]
unsafe ref readonly MR.GraphVertId fullBasin [get]
unsafe ref readonly MR.GraphVertId overflowTo [get]

Detailed Description

describes a point where a flow from one basin overflows into another basin Generated from class MR.WatershedGraph.OverflowPoint. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_OverflowPoint() [1/4]

unsafe MR.Const_WatershedGraph.Const_OverflowPoint.Const_OverflowPoint ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_OverflowPoint() [2/4]

unsafe MR.Const_WatershedGraph.Const_OverflowPoint.Const_OverflowPoint ( MR.VertId v,
MR.GraphVertId fullBasin,
MR.GraphVertId overflowTo )
inline

Constructs MR.WatershedGraph.OverflowPoint elementwise.

◆ Const_OverflowPoint() [3/4]

unsafe MR.Const_WatershedGraph.Const_OverflowPoint.Const_OverflowPoint ( MR.WatershedGraph.Const_OverflowPoint _other)
inline

Generated from constructor MR::WatershedGraph::OverflowPoint::OverflowPoint.

◆ Const_OverflowPoint() [4/4]

MR.Const_WatershedGraph.Const_OverflowPoint.Const_OverflowPoint ( OverflowPoint _other)
inline

Generated from constructor MR::WatershedGraph::OverflowPoint::OverflowPoint.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_WatershedGraph.Const_OverflowPoint.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_WatershedGraph.Const_OverflowPoint.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_fullBasin

unsafe MR.GraphVertId* MR.Const_WatershedGraph.Const_OverflowPoint.__ref_storage_fullBasin
protected

◆ __ref_storage_overflowTo

unsafe MR.GraphVertId* MR.Const_WatershedGraph.Const_OverflowPoint.__ref_storage_overflowTo
protected

◆ __ref_storage_v

unsafe MR.VertId* MR.Const_WatershedGraph.Const_OverflowPoint.__ref_storage_v
protected

Property Documentation

◆ fullBasin

unsafe ref readonly MR.GraphVertId MR.Const_WatershedGraph.Const_OverflowPoint.fullBasin
get

◆ overflowTo

unsafe ref readonly MR.GraphVertId MR.Const_WatershedGraph.Const_OverflowPoint.overflowTo
get

◆ v

unsafe ref readonly MR.VertId MR.Const_WatershedGraph.Const_OverflowPoint.v
get

The documentation for this class was generated from the following file: