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

Public Member Functions

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

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

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 mrmeshpy.PackMapping.__init__ ( self)
Implicit default constructor.

Member Function Documentation

◆ _pybind11_conduit_v1_()

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

◆ e()

UndirectedEdgeBMap mrmeshpy.PackMapping.e ( self)

◆ f()

FaceBMap mrmeshpy.PackMapping.f ( self)

◆ v()

VertBMap mrmeshpy.PackMapping.v ( self)

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