MGCL V10  V10
MGCL V10
 全て クラス 名前空間 関数 変数 型定義 列挙型 列挙値 フレンド グループ ページ
MGIgesPD116 クラス

MGIgesPD116 is the class for Iges parameter data type 116(POINT). [詳解]

MGIgesPD116 の継承関係図
MGIgesPD

公開メンバ関数

 MGIgesPD116 (MGIgesDirectoryEntry *DEpointer=0)
 Constructs an object of class MGIgesPD116. [詳解]
 
 MGIgesPD116 (const MGPoint &P, int display_symbolDE=0)
 Constructs an object of class MGIgesPD116. [詳解]
 
 MGIgesPD116 (const MGPosition &P, int display_symbolDE=0)
 
 MGIgesPD116 (const double coordinates[3], int display_symbolDE=0)
 Constructs an object of class MGIgesPD116. [詳解]
 
 ~MGIgesPD116 ()
 Destructor;. [詳解]
 
void convert_to_position (MGPosition &position) const
 Convert the point data to MGPosition position. [詳解]
 
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 MGIgesDirectoryEntryDEpointer () const
 
MGIgesDirectoryEntryDEpointer ()
 

公開変数類

double m_coordinates [3]
 (x, y, z) of the point. [詳解]
 
int m_display_symbolDE
 Directory entry of the subfigure definition of the display symbol. [詳解]
 

詳解

MGIgesPD116 is the class for Iges parameter data type 116(POINT).

構築子と解体子

MGIgesPD116::MGIgesPD116 ( MGIgesDirectoryEntry DEpointer = 0)

Constructs an object of class MGIgesPD116.

MGIgesPD116::MGIgesPD116 ( const MGPoint P,
int  display_symbolDE = 0 
)

Constructs an object of class MGIgesPD116.

MGIgesPD116::MGIgesPD116 ( const MGPosition P,
int  display_symbolDE = 0 
)
MGIgesPD116::MGIgesPD116 ( const double  coordinates[3],
int  display_symbolDE = 0 
)

Constructs an object of class MGIgesPD116.

MGIgesPD116::~MGIgesPD116 ( )
inline

Destructor;.

関数詳解

void MGIgesPD116::convert_to_position ( MGPosition position) const

Convert the point data to MGPosition position.

void MGIgesPD116::read_in ( char  pDelimeter,
std::istringstream &  pdstream 
)
virtual

Read in parameter data from string stream data.

MGIgesPDを実装しています。

void MGIgesPD116::write_out_into_string ( const MGIgesGSec gsec,
MGPvector< std::string > &  plines 
) const
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.

引数
gsecInput gsec to input delimeter_param and delimeter_record;
plinesoutput plines.

MGIgesPDを実装しています。

メンバ詳解

double MGIgesPD116::m_coordinates[3]

(x, y, z) of the point.

int MGIgesPD116::m_display_symbolDE

Directory entry of the subfigure definition of the display symbol.


このクラス詳解は次のファイルから抽出されました: