MGCL V10
V10
MGCL V10
|
MGIgesPD112 is the class for Iges parameter data type 112(Parametric spline curve). [詳解]
公開メンバ関数 | |
MGIgesPD112 (MGIgesDirectoryEntry *DEpointer=0) | |
Constructs an object of class MGIgesPD112. [詳解] | |
~MGIgesPD112 () | |
Destructor;. [詳解] | |
void | read_in (char pDelimeter, std::istringstream &pdstream) |
Read in parameter data from string stream data. [詳解] | |
void | write_out_into_string (const MGIgesGSec &gsec, MGPvector< std::string > &plines) const |
基底クラス MGIgesPD に属する継承公開メンバ関数 | |
MGIgesPD () | |
Constructors. [詳解] | |
MGIgesPD (int type_number, MGIgesDirectoryEntry *DEpointer=0) | |
Default constructor. [詳解] | |
virtual | ~MGIgesPD () |
Destructor;. [詳解] | |
void | setDE (MGIgesDirectoryEntry *DE) |
int | type_number () const |
const MGIgesDirectoryEntry * | DEpointer () const |
MGIgesDirectoryEntry * | DEpointer () |
公開変数類 | |
short | m_spline_type |
=4:Wilson-Fowler, =5:Modified Wilson-Fowler, =6:B-spline. [詳解] | |
short | m_continuity |
Degree of continuity with respect to arc length. [詳解] | |
short | m_dimension |
=2:planar, =3:nonplanar. [詳解] | |
MGNDDArray | m_tau |
Break point sequence of the spline. m_tau.length()=number_of_segments+1;. [詳解] | |
std::vector< MGIgesSplineCoef > | m_coefs |
Coefficients sequence of the spline. m_coefs.size()=number_of_segments+1;. [詳解] | |
MGIgesPD112 is the class for Iges parameter data type 112(Parametric spline curve).
MGIgesPD112::MGIgesPD112 | ( | MGIgesDirectoryEntry * | DEpointer = 0 | ) |
Constructs an object of class MGIgesPD112.
|
inline |
Destructor;.
|
virtual |
Read in parameter data from string stream data.
MGIgesPDを実装しています。
|
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. |
MGIgesPDを実装しています。
std::vector<MGIgesSplineCoef> MGIgesPD112::m_coefs |
Coefficients sequence of the spline. m_coefs.size()=number_of_segments+1;.
short MGIgesPD112::m_continuity |
Degree of continuity with respect to arc length.
short MGIgesPD112::m_dimension |
=2:planar, =3:nonplanar.
short MGIgesPD112::m_spline_type |
=4:Wilson-Fowler, =5:Modified Wilson-Fowler, =6:B-spline.
=1:linear, =2:quardric, =3:cubic,
MGNDDArray MGIgesPD112::m_tau |
Break point sequence of the spline. m_tau.length()=number_of_segments+1;.