MGCL V10
V10
MGCL V10
総合概要
モジュール
名前空間
クラス
全て
クラス
名前空間
関数
変数
型定義
列挙型
列挙値
フレンド
グループ
ページ
igespd143.h
1
/********************************************************************/
2
/* Copyright (c) 2015 DG Technologies Inc. and Yuzi Mizuno */
3
/* All rights reserved. */
4
/********************************************************************/
5
#if !defined( __MGIGESPD143_H__)
6
#define __MGIGESPD143_H__
7
8
#include <vector>
9
#include "mgiges/IgesPD.h"
10
12
class
MGIgesPD143
:
public
MGIgesPD
{
13
public
:
14
// Constructors.
15
17
MGIgesPD143
(
MGIgesDirectoryEntry
*
DEpointer
=0);
18
20
~MGIgesPD143
(){;};
21
23
void
read_in
(
24
char
pDelimeter,
25
std::istringstream& pdstream
26
);
27
34
void
write_out_into_string
(
35
const
MGIgesGSec
& gsec,
36
MGPvector<std::string>
& plines
37
)
const
;
38
39
public
:
40
//Member data.
41
42
int
m_type
;
43
int
m_surface_DE
;
47
std::vector<int>
m_boundaries
;
48
};
49
50
#endif // __MGIGESPD143_H__
MGIgesPD143::~MGIgesPD143
~MGIgesPD143()
Destructor;.
Definition:
igespd143.h:20
MGIgesPD::DEpointer
const MGIgesDirectoryEntry * DEpointer() const
Definition:
igesPD.h:39
MGIgesPD143::MGIgesPD143
MGIgesPD143(MGIgesDirectoryEntry *DEpointer=0)
Constructs an object of class MGIgesPD143.
MGIgesPD143::read_in
void read_in(char pDelimeter, std::istringstream &pdstream)
Read in parameter data from string stream data.
MGIgesDirectoryEntry
MGIgesDirectoryEntry describes a directory entry section of an IGES file.
Definition:
IgesDirectoryEntry.h:20
MGIgesPD143::m_boundaries
std::vector< int > m_boundaries
vector of directory entries of the boundary entity(MGIgesPD141).
Definition:
igespd143.h:47
MGIgesPD
MGIgesPD is the parent class of all the Parameter data section type.
Definition:
igesPD.h:17
MGIgesPD143::m_type
int m_type
Definition:
igespd143.h:42
MGIgesPD143::m_surface_DE
int m_surface_DE
Directory entry of the untrimmed(base) surface.
Definition:
igespd143.h:46
MGIgesGSec
MGIgesGSec describes a Global Section of a IGES file.
Definition:
IgesGSec.h:18
MGIgesPD143::write_out_into_string
void write_out_into_string(const MGIgesGSec &gsec, MGPvector< std::string > &plines) const
MGPvector
Defines Vector of newed object pointers.
Definition:
Pvector.h:27
MGIgesPD143
MGIgesPD143 is the class for Iges parameter data type 143(Bounded Surface).
Definition:
igespd143.h:12
mgIges
igespd143.h
2015年11月18日(水) 16時19分19秒作成 - MGCL V10 / 構成:
1.8.8