5 #if !defined( __MGIGESPD504_H__)
6 #define __MGIGESPD504_H__
9 #include "mg/Position.h"
10 #include "mgiges/IgesPD.h"
19 ):m_curve_DE(0),m_Svertex_list(0),m_Svertex(0),m_Tvertex_list(0),m_Tvertex(0){;};
29 ):m_curve_DE(curve_DE),m_Svertex_list(Svertex_list),m_Svertex(Svertex)
30 ,m_Tvertex_list(Tvertex_list),m_Tvertex(Tvertex){;};
71 std::istringstream& pdstream
void write_out_into_string(const MGIgesGSec &gsec, MGPvector< std::string > &plines) const
MGIgesPD504 is the class for the Iges parameter data type 504(EDGE list) form 1.
Definition: igesPD504.h:52
MGBVertex is 0 manifold dimension binder cell, is an point.
Definition: BVertex.h:30
void read_in(char pDelimeter, std::istringstream &pdstream)
Read in parameter data from string stream data.
const MGIgesDirectoryEntry * DEpointer() const
Definition: igesPD.h:39
void push_back(const MGIges504Edge &edge)
append an edge.
Definition: igesPD504.h:66
MGIgesDirectoryEntry describes a directory entry section of an IGES file.
Definition: IgesDirectoryEntry.h:20
std::vector< MGIges504Edge > m_edges
Vector of MGIges504Edge's.
Definition: igesPD504.h:87
MGIgesIfstream read in *.iges; *.igs file, transforming IGES objects to MGCL objects.
Definition: IgesIfstream.h:43
MGIgesPD is the parent class of all the Parameter data section type.
Definition: igesPD.h:17
MGIgesPD504(MGIgesDirectoryEntry *DEpointer=0)
Constructs an object of class MGIgesPD504.
MGIges504Edge & operator[](int i)
Definition: igesPD504.h:62
MGIgesGSec describes a Global Section of a IGES file.
Definition: IgesGSec.h:18
~MGIgesPD504()
Destructor;.
Definition: igesPD504.h:60
Defines Vector of newed object pointers.
Definition: Pvector.h:27
const MGIges504Edge & operator[](int i) const
Definition: igesPD504.h:63