MGCL V10
V10
MGCL V10
|
MGIgesPD100 is the class for Iges parameter data type 100(circular arc). [詳解]
公開メンバ関数 | |
MGIgesPD100 (MGIgesDirectoryEntry *DEpointer=0) | |
Constructs an object of class MGIgesPD100. [詳解] | |
MGIgesPD100 (const double center[2], const double start[2], const double terminate[2], double Z=0.) | |
Construct PD100, supplying 2D coordinate data in each array. [詳解] | |
~MGIgesPD100 () | |
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 () |
公開変数類 | |
double | m_Zt |
double | m_center [2] |
(x1, y1) of the center. [詳解] | |
double | m_start [2] |
(x2, y2) of the start point. [詳解] | |
double | m_terminate [2] |
(x2, y2) of the terminate point. [詳解] | |
MGIgesPD100 is the class for Iges parameter data type 100(circular arc).
MGIgesPD100::MGIgesPD100 | ( | MGIgesDirectoryEntry * | DEpointer = 0 | ) |
Constructs an object of class MGIgesPD100.
MGIgesPD100::MGIgesPD100 | ( | const double | center[2], |
const double | start[2], | ||
const double | terminate[2], | ||
double | Z = 0. |
||
) |
Construct PD100, supplying 2D coordinate data in each array.
center | (x1, y1) of the center. |
start | (x2, y2) of the start point. |
terminate | (x2, y2) of the terminate point. |
Z | Z coord |
|
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を実装しています。
double MGIgesPD100::m_center[2] |
(x1, y1) of the center.
double MGIgesPD100::m_start[2] |
(x2, y2) of the start point.
double MGIgesPD100::m_terminate[2] |
(x2, y2) of the terminate point.
double MGIgesPD100::m_Zt |