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

MGIgesParamLine describes a line of Parameter Data of an IGES file. [詳解]

公開メンバ関数

 MGIgesParamLine ()
 Constructs an object of class MGIgesParamLine. [詳解]
 
 MGIgesParamLine (int DEpointer)
 Construct inputting only DEpoiter. [詳解]
 
 MGIgesParamLine (std::auto_ptr< std::string > one_line, int DEpointer)
 one_line.size() must be <=64. [詳解]
 
std::auto_ptr< std::string > & paramLine ()
 Get the reference of paramline string area m_paramLine. [詳解]
 
int DEpointer () const
 get de pointer [詳解]
 

詳解

MGIgesParamLine describes a line of Parameter Data of an IGES file.

This is used to output one line os Parameter Data Section.

構築子と解体子

MGIgesParamLine::MGIgesParamLine ( )

Constructs an object of class MGIgesParamLine.

MGIgesParamLine::MGIgesParamLine ( int  DEpointer)

Construct inputting only DEpoiter.

MGIgesParamLine::MGIgesParamLine ( std::auto_ptr< std::string >  one_line,
int  DEpointer 
)

one_line.size() must be <=64.

関数詳解

int MGIgesParamLine::DEpointer ( ) const
inline

get de pointer

std::auto_ptr<std::string>& MGIgesParamLine::paramLine ( )
inline

Get the reference of paramline string area m_paramLine.


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