| 
    MGCL V10
    V10
    
   MGCL V10 
   | 
 
Is the class to store MGBVertex*(newed objects) generated for MGIges502 Vertices list. [詳解]
公開型 | |
| typedef std::map< const  MGIgesPD502 *, int >  | PD502toVertexMap | 
公開メンバ関数 | |
| MGIgesVertexListMap (MGIgesIfstream *ifs=0) | |
| MGBVertex * | get_BVertex (int DEid, int vertex) | 
| void | set_ifstream (MGIgesIfstream *ifs) | 
Is the class to store MGBVertex*(newed objects) generated for MGIges502 Vertices list.
| typedef std::map<const MGIgesPD502*,int> MGIgesVertexListMap::PD502toVertexMap | 
      
  | 
  inline | 
Constructors. Constructs an object of class MGIgesVertexListMap.
| MGBVertex* MGIgesVertexListMap::get_BVertex | ( | int | DEid, | 
| int | vertex | ||
| ) | 
Obtain MGBVertex* of the the DE of the Vertices List Entry(MGIgesPD504) and the indgex vertex.
| DEid | Directory entry id of VERTEX list entry | 
| vertex | List index of the VERTEX List Entry DE vertices_list | 
      
  | 
  inline |