MGCL V10
V10
MGCL V10
|
MGIgesPD is the parent class of all the Parameter data section type. [詳解]
公開メンバ関数 | |
MGIgesPD () | |
Constructors. [詳解] | |
MGIgesPD (int type_number, MGIgesDirectoryEntry *DEpointer=0) | |
Default constructor. [詳解] | |
virtual | ~MGIgesPD () |
Destructor;. [詳解] | |
virtual void | read_in (char pDelimeter, std::istringstream &pdstream)=0 |
Read in parameter data from string stream data. [詳解] | |
void | setDE (MGIgesDirectoryEntry *DE) |
int | type_number () const |
const MGIgesDirectoryEntry * | DEpointer () const |
MGIgesDirectoryEntry * | DEpointer () |
virtual void | write_out_into_string (const MGIgesGSec &gsec, MGPvector< std::string > &plines) const =0 |
MGIgesPD is the parent class of all the Parameter data section type.
Each type of parameter data section will be inheritted from this class.
MGIgesPD::MGIgesPD | ( | ) |
Constructors.
Constructs an object of class MGIgesPD.
MGIgesPD::MGIgesPD | ( | int | type_number, |
MGIgesDirectoryEntry * | DEpointer = 0 |
||
) |
Default constructor.
Constructs an object of class MGIgesPD.
|
virtual |
Destructor;.
|
inline |
|
inline |
|
pure virtual |
Read in parameter data from string stream data.
MGIgesPD508, MGIgesPD504, MGIgesPD141, MGIgesPD192, MGIgesPD196, MGIgesPD190, MGIgesPD112, MGIgesPD502, MGIgesPD510, MGIgesPD116, MGIgesPD186, MGIgesPD104, MGIgesPD128, MGIgesPD142, MGIgesPD110, MGIgesPD100, MGIgesPD126, MGIgesPD514, MGIgesPD144, MGIgesPD108, MGIgesPD123, MGIgesPD158, MGIgesPD102, MGIgesPD314, MGIgesPD402, MGIgesPD122, MGIgesPD124, MGIgesPD143, MGIgesPD118, MGIgesPD120 (計30項目)で実装されています。
|
inline |
|
inline |
|
pure virtual |
Write out this PD as MGIgesParamLine's(into plines). Except for string data, one integer or double data is output into one MGIgesParamLine, not striding over more than one line. Only when string data is output(to Holleris string), the data may stride over more than one lines. plines[i] for 0<=i<plines.size() are valid.
gsec | Input gsec to input delimeter_param and delimeter_record; |
plines | output plines. |
MGIgesPD508, MGIgesPD504, MGIgesPD141, MGIgesPD192, MGIgesPD196, MGIgesPD186, MGIgesPD142, MGIgesPD190, MGIgesPD112, MGIgesPD502, MGIgesPD510, MGIgesPD116, MGIgesPD144, MGIgesPD104, MGIgesPD128, MGIgesPD110, MGIgesPD100, MGIgesPD123, MGIgesPD126, MGIgesPD514, MGIgesPD108, MGIgesPD124, MGIgesPD158, MGIgesPD102, MGIgesPD314, MGIgesPD402, MGIgesPD122, MGIgesPD143, MGIgesPD118, MGIgesPD120 (計30項目)で実装されています。