Generated from class MR.OutputFlows. This is the non-const half of the class. More...
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=. | |
| Public Member Functions inherited from MR.Const_OutputFlows | |
| 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. | |
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 | |
| Properties inherited from MR.Const_OutputFlows | |
| 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 | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_OutputFlows | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_OutputFlows | |
| unsafe MR.Polyline3._Underlying ** | __ptr_storage_pPolyline |
| unsafe MR.UndirectedEdgeScalars._Underlying ** | __ptr_storage_pFlowPerEdge |
| unsafe float * | __ref_storage_amountGreaterThan |
Generated from class MR.OutputFlows. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.OutputFlows elementwise.
|
inline |
Generated from constructor MR.OutputFlows.OutputFlows.
|
inline |
Generated from constructor MR.OutputFlows.OutputFlows.
|
inline |
Generated from method MR::OutputFlows::operator=.
|
get |
output in outPolyline only the flows with the amount greater than
|
getset |
optional output: flow in each line of outPolyline
|
getset |
optional output: lines of all flows