MGCL V10
V10
MGCL V10
|
MGIgesPD108 is the class for Iges parameter data type 108(Plane). [詳解]
公開メンバ関数 | |
MGIgesPD108 (MGIgesDirectoryEntry *DEpointer=0) | |
Constructs an object of class MGIgesPD108. [詳解] | |
MGIgesPD108 (const MGPlane &plane) | |
Constructs an object of class MGIgesPD108 from a MGPlane. [詳解] | |
~MGIgesPD108 () | |
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_coef [4] |
Member data. These are set as public. [詳解] | |
int | m_boundCurve_DE |
directory entry of bounding curve, maybe null. [詳解] | |
double | m_ref_point [3] |
Reference point on the plane(at which symbol be displayed). [詳解] | |
double | m_symbol_size |
Symbol size to display. [詳解] | |
MGIgesPD108 is the class for Iges parameter data type 108(Plane).
MGIgesPD108::MGIgesPD108 | ( | MGIgesDirectoryEntry * | DEpointer = 0 | ) |
Constructs an object of class MGIgesPD108.
MGIgesPD108::MGIgesPD108 | ( | const MGPlane & | plane | ) |
Constructs an object of class MGIgesPD108 from a MGPlane.
|
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を実装しています。
int MGIgesPD108::m_boundCurve_DE |
directory entry of bounding curve, maybe null.
double MGIgesPD108::m_coef[4] |
Member data. These are set as public.
Plane coefficients m_coef[.]={A,B,C,D} where A*X+B*Y+C*Z=D;
double MGIgesPD108::m_ref_point[3] |
Reference point on the plane(at which symbol be displayed).
double MGIgesPD108::m_symbol_size |
Symbol size to display.