MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_OutputFlows:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_OutputFlows ()
 Constructs an empty (default-constructed) instance.
unsafe Const_OutputFlows (MR.Polyline3? pPolyline, MR.UndirectedEdgeScalars? pFlowPerEdge, float amountGreaterThan)
 Constructs MR.OutputFlows elementwise.
unsafe Const_OutputFlows (MR.Const_OutputFlows _other)
 Generated from constructor MR.OutputFlows.OutputFlows.
 Const_OutputFlows (OutputFlows _other)
 Generated from constructor MR.OutputFlows.OutputFlows.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Polyline3._Underlying ** __ptr_storage_pPolyline
unsafe MR.UndirectedEdgeScalars._Underlying ** __ptr_storage_pFlowPerEdge
unsafe float * __ref_storage_amountGreaterThan

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_OutputFlows() [1/4]

unsafe MR.Const_OutputFlows.Const_OutputFlows ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_OutputFlows() [2/4]

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

Constructs MR.OutputFlows elementwise.

◆ Const_OutputFlows() [3/4]

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

Generated from constructor MR.OutputFlows.OutputFlows.

◆ Const_OutputFlows() [4/4]

MR.Const_OutputFlows.Const_OutputFlows ( OutputFlows _other)
inline

Generated from constructor MR.OutputFlows.OutputFlows.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_OutputFlows.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_OutputFlows.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ptr_storage_pFlowPerEdge

unsafe MR.UndirectedEdgeScalars._Underlying** MR.Const_OutputFlows.__ptr_storage_pFlowPerEdge
protected

◆ __ptr_storage_pPolyline

unsafe MR.Polyline3._Underlying** MR.Const_OutputFlows.__ptr_storage_pPolyline
protected

◆ __ref_storage_amountGreaterThan

unsafe float* MR.Const_OutputFlows.__ref_storage_amountGreaterThan
protected

Property Documentation

◆ amountGreaterThan

unsafe float MR.Const_OutputFlows.amountGreaterThan
get

output in outPolyline only the flows with the amount greater than

◆ pFlowPerEdge

unsafe MR.? UndirectedEdgeScalars MR.Const_OutputFlows.pFlowPerEdge
get

optional output: flow in each line of outPolyline

◆ pPolyline

unsafe MR.? Polyline3 MR.Const_OutputFlows.pPolyline
get

optional output: lines of all flows


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