MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.WatershedGraph.OverflowPoint Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, VertId v, GraphVertId fullBasin, GraphVertId overflowTo)
 
GraphVertId overflowTo (self)
 
None overflowTo (self, GraphVertId arg1)
 
VertId v (self)
 
None v (self, VertId arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
WatershedGraph.OverflowPoint operator (*args, **kwargs)
 
WatershedGraph.OverflowPoint operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_fullBasin = 4
 
typing _offsetof_overflowTo = 8
 
typing _offsetof_v = 0
 

Detailed Description

Generated from:  MR::WatershedGraph::OverflowPoint

describes a point where a flow from one basin overflows into another basin

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.WatershedGraph.OverflowPoint.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.WatershedGraph.OverflowPoint.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.WatershedGraph.OverflowPoint.__init__ ( self,
VertId v,
GraphVertId fullBasin,
GraphVertId overflowTo )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

WatershedGraph.OverflowPoint mrmeshpy.WatershedGraph.OverflowPoint.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

WatershedGraph.OverflowPoint mrmeshpy.WatershedGraph.OverflowPoint.operator ( * args,
** kwargs )
static

◆ overflowTo() [1/2]

GraphVertId mrmeshpy.WatershedGraph.OverflowPoint.overflowTo ( self)
basin where the flow from v goes

◆ overflowTo() [2/2]

None mrmeshpy.WatershedGraph.OverflowPoint.overflowTo ( self,
GraphVertId arg1 )

◆ v() [1/2]

VertId mrmeshpy.WatershedGraph.OverflowPoint.v ( self)
mesh vertex on the boundary of full basin and the other where it overflows

◆ v() [2/2]

None mrmeshpy.WatershedGraph.OverflowPoint.v ( self,
VertId arg1 )

Member Data Documentation

◆ _offsetof_fullBasin

typing mrmeshpy.WatershedGraph.OverflowPoint._offsetof_fullBasin = 4
staticprotected

◆ _offsetof_overflowTo

typing mrmeshpy.WatershedGraph.OverflowPoint._offsetof_overflowTo = 8
staticprotected

◆ _offsetof_v

typing mrmeshpy.WatershedGraph.OverflowPoint._offsetof_v = 0
staticprotected

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