MGCL V10
V10
MGCL V10
総合概要
モジュール
名前空間
クラス
全て
クラス
名前空間
関数
変数
型定義
列挙型
列挙値
フレンド
グループ
ページ
igesPD102.h
1
/********************************************************************/
2
/* Copyright (c) 2015 DG Technologies Inc. and Yuzi Mizuno */
3
/* All rights reserved. */
4
/********************************************************************/
5
#if !defined( __MGIGESPD102_H__)
6
#define __MGIGESPD102_H__
7
8
#include <vector>
9
#include "mgiges/IgesPD.h"
10
12
class
MGIgesPD102
:
public
MGIgesPD
{
13
public
:
15
17
MGIgesPD102
(
MGIgesDirectoryEntry
*
DEpointer
=0);
18
20
~MGIgesPD102
(){;};
21
23
void
append_curve
(
int
curve_de){
m_curve_DEs
.push_back(curve_de);};
24
26
void
read_in
(
27
char
pDelimeter,
28
std::istringstream& pdstream
29
);
30
37
void
write_out_into_string
(
38
const
MGIgesGSec
& gsec,
39
MGPvector<std::string>
& plines
40
)
const
;
41
42
//Member data. These are set as public.
43
44
std::vector<int>
m_curve_DEs
;
45
};
46
47
#endif // __MGIGESPD102_H__
MGIgesPD102::m_curve_DEs
std::vector< int > m_curve_DEs
pointer to each member curve's directory entry.
Definition:
igesPD102.h:44
MGIgesPD102::~MGIgesPD102
~MGIgesPD102()
Destructor;.
Definition:
igesPD102.h:20
MGIgesPD::DEpointer
const MGIgesDirectoryEntry * DEpointer() const
Definition:
igesPD.h:39
MGIgesPD102::read_in
void read_in(char pDelimeter, std::istringstream &pdstream)
Read in parameter data from string stream data.
MGIgesPD102
MGIgesPD102 is the class for Iges parameter data type 102(Composite curve).
Definition:
igesPD102.h:12
MGIgesDirectoryEntry
MGIgesDirectoryEntry describes a directory entry section of an IGES file.
Definition:
IgesDirectoryEntry.h:20
MGIgesPD102::write_out_into_string
void write_out_into_string(const MGIgesGSec &gsec, MGPvector< std::string > &plines) const
MGIgesPD
MGIgesPD is the parent class of all the Parameter data section type.
Definition:
igesPD.h:17
MGIgesPD102::MGIgesPD102
MGIgesPD102(MGIgesDirectoryEntry *DEpointer=0)
Constructors.
MGIgesGSec
MGIgesGSec describes a Global Section of a IGES file.
Definition:
IgesGSec.h:18
MGIgesPD102::append_curve
void append_curve(int curve_de)
append a new curve.
Definition:
igesPD102.h:23
MGPvector
Defines Vector of newed object pointers.
Definition:
Pvector.h:27
mgIges
igesPD102.h
2015年11月18日(水) 16時19分18秒作成 - MGCL V10 / 構成:
1.8.8