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

Generated from class MR.OutputFlows. This is the non-const half of the class. More...

+ Inheritance diagram for MR.OutputFlows:

Public Member Functions

unsafe OutputFlows ()
 Constructs an empty (default-constructed) instance.
 
unsafe OutputFlows (MR.Polyline3? pPolyline, MR.UndirectedEdgeScalars? pFlowPerEdge, float amountGreaterThan)
 Constructs MR.OutputFlows elementwise.
 
unsafe OutputFlows (MR.Const_OutputFlows _other)
 Generated from constructor MR.OutputFlows.OutputFlows.
 
 OutputFlows (OutputFlows _other)
 Generated from constructor MR.OutputFlows.OutputFlows.
 
unsafe MR.OutputFlows assign (MR.Const_OutputFlows _other)
 Generated from method MR.OutputFlows.operator=.
 

Properties

new unsafe MR.? Polyline3 pPolyline [get, set]
 optional output: lines of all flows
 
new unsafe MR.? UndirectedEdgeScalars pFlowPerEdge [get, set]
 optional output: flow in each line of outPolyline
 
new unsafe ref float amountGreaterThan [get]
 output in outPolyline only the flows with the amount greater than
 

Detailed Description

Generated from class MR.OutputFlows. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ OutputFlows() [1/4]

unsafe MR.OutputFlows.OutputFlows ( )
inline

Constructs an empty (default-constructed) instance.

◆ OutputFlows() [2/4]

unsafe MR.OutputFlows.OutputFlows ( MR.Polyline3? pPolyline,
MR.UndirectedEdgeScalars? pFlowPerEdge,
float amountGreaterThan )
inline

Constructs MR.OutputFlows elementwise.

◆ OutputFlows() [3/4]

unsafe MR.OutputFlows.OutputFlows ( MR.Const_OutputFlows _other)
inline

Generated from constructor MR.OutputFlows.OutputFlows.

◆ OutputFlows() [4/4]

MR.OutputFlows.OutputFlows ( OutputFlows _other)
inline

Generated from constructor MR.OutputFlows.OutputFlows.

Member Function Documentation

◆ assign()

unsafe MR.OutputFlows MR.OutputFlows.assign ( MR.Const_OutputFlows _other)
inline

Generated from method MR.OutputFlows.operator=.

Property Documentation

◆ amountGreaterThan

new unsafe ref float MR.OutputFlows.amountGreaterThan
get

output in outPolyline only the flows with the amount greater than

◆ pFlowPerEdge

new unsafe MR.? UndirectedEdgeScalars MR.OutputFlows.pFlowPerEdge
getset

optional output: flow in each line of outPolyline

◆ pPolyline

new unsafe MR.? Polyline3 MR.OutputFlows.pPolyline
getset

optional output: lines of all flows


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