MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.PackMapping Class Reference

Public Member Functions

None __init__ (self)
 
UndirectedEdgeBMap e (self)
 
FaceBMap f (self)
 
VertBMap v (self)
 

Detailed Description

Generated from:  MR::PackMapping

mapping of mesh elements: old -> new,
the mapping is tight (or packing) in the sense that there are no unused new elements within [0, (e/f/v).tsize)

Constructor & Destructor Documentation

◆ __init__()

None meshlib.mrmeshpy.PackMapping.__init__ ( self)
Implicit default constructor.

Member Function Documentation

◆ e()

UndirectedEdgeBMap meshlib.mrmeshpy.PackMapping.e ( self)

◆ f()

FaceBMap meshlib.mrmeshpy.PackMapping.f ( self)

◆ v()

VertBMap meshlib.mrmeshpy.PackMapping.v ( self)

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