MGCL V10
V10
MGCL V10
|
Is the class to store MGEdge*(newed objects) generated for MGIges504 EDGE list. [詳解]
公開型 | |
typedef std::map< const MGIgesPD504 *, int > | PD504toEdgesMap |
公開メンバ関数 | |
MGIges504EdgeListMap (MGIgesIfstream *ifs=0) | |
MGEdge * | get_egde (int DEid, int edge) |
void | set_ifstream (MGIgesIfstream *ifs) |
Is the class to store MGEdge*(newed objects) generated for MGIges504 EDGE list.
typedef std::map<const MGIgesPD504*,int> MGIges504EdgeListMap::PD504toEdgesMap |
key is MGIgesPD504* and the data is the array index i of m_EdgesVector. m_EdgesVector[i] is MGIgesPD504's data, MGPvector<MGEdge>.
|
inline |
Constructors. Constructs an object of class MGIges504EdgeListMap.
MGEdge* MGIges504EdgeListMap::get_egde | ( | int | DEid, |
int | edge | ||
) |
Obtain MGEdge* of the the DE of the EDGE List Entry(MGIgesPD504) and the indgex edge.
DEid | DE id of type 504 |
edge | List index of the EDGE List Entry DE edge_list |
|
inline |