|
xmsmesh
1.0
|
Struct defining the location of a polygon line segment in the list of polygons in MeMultiPolyMesherIo. More...
Public Member Functions | |
| SegmentLocation (int a_poly=0, int a_polySeg=0, int a_inPoly=0, int a_inPolySeg=0) | |
| Constructor. More... | |
Public Attributes | |
| int | m_poly |
| Index of polygon in MeMultiPolyMesherIo::m_polys. | |
| int | m_polySeg |
| Index of segment in MePolyInput::m_outPoly. | |
| int | m_inPoly |
| Index of inner polygon in MePolyInput::m_insidePolys. | |
| int | m_inPolySeg |
| Index of segment on inner polygon. | |
Struct defining the location of a polygon line segment in the list of polygons in MeMultiPolyMesherIo.
Definition at line 87 of file MeMultiPolyMesher.cpp.
|
inline |
Constructor.
| a_poly | Index of polygon in MeMultiPolyMesherIo::m_polys. |
| a_polySeg | Index of segment in MePolyInput::m_outPoly |
| a_inPoly | Index of inner polygon in MePolyInput::m_insidePolys |
| a_inPolySeg | Index of segment on inner polygon |
Definition at line 95 of file MeMultiPolyMesher.cpp.