MGCL V10
V10
MGCL V10
|
MGIgesPD504 is the class for the Iges parameter data type 504(EDGE list) form 1. [詳解]
公開メンバ関数 | |
MGIgesPD504 (MGIgesDirectoryEntry *DEpointer=0) | |
Constructs an object of class MGIgesPD504. [詳解] | |
~MGIgesPD504 () | |
Destructor;. [詳解] | |
MGIges504Edge & | operator[] (int i) |
const MGIges504Edge & | operator[] (int i) const |
void | push_back (const MGIges504Edge &edge) |
append an edge. [詳解] | |
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 () |
公開変数類 | |
std::vector< MGIges504Edge > | m_edges |
Vector of MGIges504Edge's. [詳解] | |
MGIgesPD504 is the class for the Iges parameter data type 504(EDGE list) form 1.
Type 504 data is a constituent of type 508(LOOP).
MGIgesPD504::MGIgesPD504 | ( | MGIgesDirectoryEntry * | DEpointer = 0 | ) |
Constructs an object of class MGIgesPD504.
|
inline |
Destructor;.
|
inline |
|
inline |
|
inline |
append an edge.
|
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<MGIges504Edge> MGIgesPD504::m_edges |
Vector of MGIges504Edge's.
m_edges[0] is dummy. This is because list index of PD508 starts from 1.