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

MGIgesPD104 is the class for Iges parameter data type 104(conic arc). [詳解]

MGIgesPD104 の継承関係図
MGIgesPD

公開メンバ関数

 MGIgesPD104 (MGIgesDirectoryEntry *DEpointer=0)
 Constructs an object of class MGIgesPD104. [詳解]
 
 MGIgesPD104 (const double coef[6], double Zt, const double start[2], const double terminate[2])
 Construct PD100, supplying 2D coordinate data in each array. [詳解]
 
 ~MGIgesPD104 ()
 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 MGIgesDirectoryEntryDEpointer () const
 
MGIgesDirectoryEntryDEpointer ()
 

公開変数類

double m_coef [6]
 Let m_coef[]={A,B,C,D,E,F}, then A*x**2+B*x*y+C*y**2+D*x+E*y+F=0. [詳解]
 
double m_Zt
 Z coordinate of (x,y) plane of the above equation. [詳解]
 
double m_X1
 
double m_Y1
 the start point coordinate of the conic arc in (x,y) plane. [詳解]
 
double m_X2
 
double m_Y2
 the terminate point coordinate of the conic arc in (x,y) plane. [詳解]
 

詳解

MGIgesPD104 is the class for Iges parameter data type 104(conic arc).

構築子と解体子

MGIgesPD104::MGIgesPD104 ( MGIgesDirectoryEntry DEpointer = 0)

Constructs an object of class MGIgesPD104.

MGIgesPD104::MGIgesPD104 ( const double  coef[6],
double  Zt,
const double  start[2],
const double  terminate[2] 
)

Construct PD100, supplying 2D coordinate data in each array.

引数
coefCoefficients of the conic equation.
ZtZ coordinate of (x,y) plane of the above equation.
startthe start point coordinates of the conic arc in (x,y) plane.
terminateTerminate point.
MGIgesPD104::~MGIgesPD104 ( )
inline

Destructor;.

関数詳解

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

Read in parameter data from string stream data.

引数
pDelimeterDerimeter.
pdstreamThe target istring stream.

MGIgesPDを実装しています。

void MGIgesPD104::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 MGIgesPD104::m_coef[6]

Let m_coef[]={A,B,C,D,E,F}, then A*x**2+B*x*y+C*y**2+D*x+E*y+F=0.

Coefficients of the conic equation.

double MGIgesPD104::m_X1
double MGIgesPD104::m_X2
double MGIgesPD104::m_Y1

the start point coordinate of the conic arc in (x,y) plane.

double MGIgesPD104::m_Y2

the terminate point coordinate of the conic arc in (x,y) plane.

double MGIgesPD104::m_Zt

Z coordinate of (x,y) plane of the above equation.


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