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

MGIgesPD510 is the class for Iges parameter data type 510(FACE). [詳解]

MGIgesPD510 の継承関係図
MGIgesPD

公開メンバ関数

 MGIgesPD510 (MGIgesDirectoryEntry *DEpointer=0)
 Constructors. [詳解]
 
 ~MGIgesPD510 ()
 Destructor;. [詳解]
 
MGSurfaceconvert_to_surface (const MGIgesIfstream &igesIstream) const
 
void push_back (int loop)
 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 MGIgesDirectoryEntryDEpointer () const
 
MGIgesDirectoryEntryDEpointer ()
 

公開変数類

int m_surface_DE
 pointer to the DE of the underlying surface. [詳解]
 
bool m_outer_loop_identified
 When true,. [詳解]
 
std::vector< int > m_loops
 

詳解

MGIgesPD510 is the class for Iges parameter data type 510(FACE).

構築子と解体子

MGIgesPD510::MGIgesPD510 ( MGIgesDirectoryEntry DEpointer = 0)

Constructors.

Constructs an object of class MGIgesPD510.

MGIgesPD510::~MGIgesPD510 ( )
inline

Destructor;.

関数詳解

MGSurface* MGIgesPD510::convert_to_surface ( const MGIgesIfstream igesIstream) const

consvert m_surface_DE surface to MGSurface. Returned is a newed MGSurface object.

void MGIgesPD510::push_back ( int  loop)
inline

append an edge.

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

Read in parameter data from string stream data.

MGIgesPDを実装しています。

void MGIgesPD510::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を実装しています。

メンバ詳解

std::vector<int> MGIgesPD510::m_loops

Pointers to the DE that constitue the boundary of this face. When m_outer_loop_identified=true, m_loops[0] is the outer loop, else all of the loops are inner loops.

bool MGIgesPD510::m_outer_loop_identified

When true,.

Indicates if outer loop is identified(true) or not.

int MGIgesPD510::m_surface_DE

pointer to the DE of the underlying surface.


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