MGCL V10
V10
MGCL V10
|
MGIgesParamLine describes a line of Parameter Data of an IGES file. [詳解]
公開メンバ関数 | |
MGIgesParamLine () | |
Constructs an object of class MGIgesParamLine. [詳解] | |
MGIgesParamLine (int DEpointer) | |
Construct inputting only DEpoiter. [詳解] | |
MGIgesParamLine (std::auto_ptr< std::string > one_line, int DEpointer) | |
one_line.size() must be <=64. [詳解] | |
std::auto_ptr< std::string > & | paramLine () |
Get the reference of paramline string area m_paramLine. [詳解] | |
int | DEpointer () const |
get de pointer [詳解] | |
MGIgesParamLine describes a line of Parameter Data of an IGES file.
This is used to output one line os Parameter Data Section.
MGIgesParamLine::MGIgesParamLine | ( | ) |
Constructs an object of class MGIgesParamLine.
MGIgesParamLine::MGIgesParamLine | ( | int | DEpointer | ) |
Construct inputting only DEpoiter.
MGIgesParamLine::MGIgesParamLine | ( | std::auto_ptr< std::string > | one_line, |
int | DEpointer | ||
) |
one_line.size() must be <=64.
|
inline |
get de pointer
|
inline |
Get the reference of paramline string area m_paramLine.