MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.OutputFlows Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, OutputFlows arg0)
 
None __init__ (self, Polyline3 pPolyline, UndirectedEdgeScalars pFlowPerEdge, float amountGreaterThan)
 
float amountGreaterThan (self)
 
None amountGreaterThan (self, float arg1)
 
UndirectedEdgeScalars pFlowPerEdge (self)
 
None pFlowPerEdge (self, UndirectedEdgeScalars arg1)
 
Polyline3 pPolyline (self)
 
None pPolyline (self, Polyline3 arg1)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::OutputFlows

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.OutputFlows.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None mrmeshpy.OutputFlows.__init__ ( self,
OutputFlows arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None mrmeshpy.OutputFlows.__init__ ( self,
Polyline3 pPolyline,
UndirectedEdgeScalars pFlowPerEdge,
float amountGreaterThan )
Implicit aggregate constructor.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.OutputFlows._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ amountGreaterThan() [1/2]

float mrmeshpy.OutputFlows.amountGreaterThan ( self)
output in outPolyline only the flows with the amount greater than

◆ amountGreaterThan() [2/2]

None mrmeshpy.OutputFlows.amountGreaterThan ( self,
float arg1 )

◆ pFlowPerEdge() [1/2]

UndirectedEdgeScalars mrmeshpy.OutputFlows.pFlowPerEdge ( self)
optional output: flow in each line of outPolyline

◆ pFlowPerEdge() [2/2]

None mrmeshpy.OutputFlows.pFlowPerEdge ( self,
UndirectedEdgeScalars arg1 )

◆ pPolyline() [1/2]

Polyline3 mrmeshpy.OutputFlows.pPolyline ( self)
optional output: lines of all flows

◆ pPolyline() [2/2]

None mrmeshpy.OutputFlows.pPolyline ( self,
Polyline3 arg1 )

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