xmsmesh  1.0
xms::SegmentLocation Struct Reference

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.
 

Detailed Description

Struct defining the location of a polygon line segment in the list of polygons in MeMultiPolyMesherIo.

Definition at line 87 of file MeMultiPolyMesher.cpp.

Constructor & Destructor Documentation

◆ SegmentLocation()

xms::SegmentLocation::SegmentLocation ( int  a_poly = 0,
int  a_polySeg = 0,
int  a_inPoly = 0,
int  a_inPolySeg = 0 
)
inline

Constructor.

Parameters
a_polyIndex of polygon in MeMultiPolyMesherIo::m_polys.
a_polySegIndex of segment in MePolyInput::m_outPoly
a_inPolyIndex of inner polygon in MePolyInput::m_insidePolys
a_inPolySegIndex of segment on inner polygon

Definition at line 95 of file MeMultiPolyMesher.cpp.


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