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 Attributes

typing _offsetof_e = 0
 
typing _offsetof_f = 32
 
typing _offsetof_v = 64
 

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)

Member Function Documentation

◆ e()

UndirectedEdgeBMap mrmeshpy.PackMapping.e ( self)

◆ f()

FaceBMap mrmeshpy.PackMapping.f ( self)

◆ v()

VertBMap mrmeshpy.PackMapping.v ( self)

Member Data Documentation

◆ _offsetof_e

typing mrmeshpy.PackMapping._offsetof_e = 0
staticprotected

◆ _offsetof_f

typing mrmeshpy.PackMapping._offsetof_f = 32
staticprotected

◆ _offsetof_v

typing mrmeshpy.PackMapping._offsetof_v = 64
staticprotected

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