Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
igl::copyleft::comiso::SeamInfo Struct Reference

Public Member Functions

IGL_INLINE SeamInfo (int _v0, int _v0p, int _MMatch, int _integerVar)
 
IGL_INLINE SeamInfo (const SeamInfo &S1)
 

Public Attributes

int v0
 
int v0p
 
int integerVar
 
unsigned char MMatch
 

Detailed Description

Constructor & Destructor Documentation

◆ SeamInfo() [1/2]

IGL_INLINE igl::copyleft::comiso::SeamInfo::SeamInfo ( int  _v0,
int  _v0p,
int  _MMatch,
int  _integerVar 
)
362{
363 v0=_v0;
364 v0p=_v0p;
365 integerVar=_integerVar;
366 MMatch=_MMatch;
367}
unsigned char MMatch
Definition miq.cpp:55
int integerVar
Definition miq.cpp:54
int v0p
Definition miq.cpp:53
int v0
Definition miq.cpp:53

References integerVar, MMatch, v0, and v0p.

◆ SeamInfo() [2/2]

IGL_INLINE igl::copyleft::comiso::SeamInfo::SeamInfo ( const SeamInfo S1)
370{
371 v0=S1.v0;
372 v0p=S1.v0p;
373 integerVar=S1.integerVar;
374 MMatch=S1.MMatch;
375}

References integerVar, MMatch, v0, and v0p.

Member Data Documentation

◆ integerVar

int igl::copyleft::comiso::SeamInfo::integerVar

Referenced by SeamInfo(), and SeamInfo().

◆ MMatch

unsigned char igl::copyleft::comiso::SeamInfo::MMatch

Referenced by SeamInfo(), and SeamInfo().

◆ v0

int igl::copyleft::comiso::SeamInfo::v0

Referenced by SeamInfo(), and SeamInfo().

◆ v0p

int igl::copyleft::comiso::SeamInfo::v0p

Referenced by SeamInfo(), and SeamInfo().


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