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

Public Member Functions

None __init__ (self)
 
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 Public Member Functions

None __init__ (*args, **kwargs)
 
OutputFlows operator (*args, **kwargs)
 
OutputFlows operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_amountGreaterThan = 16
 
typing _offsetof_pFlowPerEdge = 8
 
typing _offsetof_pPolyline = 0
 

Detailed Description

Generated from:  MR::OutputFlows

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.OutputFlows.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.OutputFlows.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ 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 )

◆ operator() [1/2]

OutputFlows mrmeshpy.OutputFlows.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

OutputFlows mrmeshpy.OutputFlows.operator ( * args,
** kwargs )
static

◆ 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 )

Member Data Documentation

◆ _offsetof_amountGreaterThan

typing mrmeshpy.OutputFlows._offsetof_amountGreaterThan = 16
staticprotected

◆ _offsetof_pFlowPerEdge

typing mrmeshpy.OutputFlows._offsetof_pFlowPerEdge = 8
staticprotected

◆ _offsetof_pPolyline

typing mrmeshpy.OutputFlows._offsetof_pPolyline = 0
staticprotected

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