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

Public Member Functions

None __init__ (self)
 
None __init__ (self, PlanarTriangulation.IntersectionsMap arg0)
 
None __init__ (self, int shift, std_vector_PlanarTriangulation_IntersectionInfo map)
 
std_vector_PlanarTriangulation_IntersectionInfo map (self)
 
None map (self, std_vector_PlanarTriangulation_IntersectionInfo arg1)
 
int shift (self)
 
None shift (self, int arg1)
 

Detailed Description

Generated from:  MR::PlanarTriangulation::IntersectionsMap

struct to map new vertices (only appear on intersections) of the outline to it's edges

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.PlanarTriangulation.IntersectionsMap.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.PlanarTriangulation.IntersectionsMap.__init__ ( self,
PlanarTriangulation.IntersectionsMap arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.PlanarTriangulation.IntersectionsMap.__init__ ( self,
int shift,
std_vector_PlanarTriangulation_IntersectionInfo map )
Implicit aggregate constructor.

Member Function Documentation

◆ map() [1/2]

std_vector_PlanarTriangulation_IntersectionInfo meshlib.mrmeshpy.PlanarTriangulation.IntersectionsMap.map ( self)
map[id-shift] = {lower intersection edge, upper intersection edge}

◆ map() [2/2]

None meshlib.mrmeshpy.PlanarTriangulation.IntersectionsMap.map ( self,
std_vector_PlanarTriangulation_IntersectionInfo arg1 )

◆ shift() [1/2]

int meshlib.mrmeshpy.PlanarTriangulation.IntersectionsMap.shift ( self)
shift of index

◆ shift() [2/2]

None meshlib.mrmeshpy.PlanarTriangulation.IntersectionsMap.shift ( self,
int arg1 )

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