MGCL V10
V10
MGCL V10
総合概要
モジュール
名前空間
クラス
全て
クラス
名前空間
関数
変数
型定義
列挙型
列挙値
フレンド
グループ
ページ
igespd118.h
1
/********************************************************************/
2
/* Copyright (c) 2015 DG Technologies Inc. and Yuzi Mizuno */
3
/* All rights reserved. */
4
/********************************************************************/
5
#if !defined( __MGIGESPD118_H__)
6
#define __MGIGESPD118_H__
7
8
#include "mgiges/IgesPD.h"
9
11
class
MGIgesPD118
:
public
MGIgesPD
{
12
public
:
13
// Constructors.
14
16
MGIgesPD118
(
MGIgesDirectoryEntry
*
DEpointer
=0);
17
19
~MGIgesPD118
(){;};
20
22
void
read_in
(
23
char
pDelimeter,
24
std::istringstream& pdstream
25
);
26
33
void
write_out_into_string
(
34
const
MGIgesGSec
& gsec,
35
MGPvector<std::string>
& plines
36
)
const
;
37
38
public
:
39
//Member data. These are set as public.
40
41
int
m_1st_Curve_DE
;
42
int
m_2nd_Curve_DE
;
43
short
m_direction_flag
;
44
short
m_developable_flag
;
47
};
48
49
#endif // __MGIGESPD118_H__
MGIgesPD118::m_1st_Curve_DE
int m_1st_Curve_DE
Directory entry of the 1st curve of the ruled surface.
Definition:
igespd118.h:41
MGIgesPD::DEpointer
const MGIgesDirectoryEntry * DEpointer() const
Definition:
igesPD.h:39
MGIgesDirectoryEntry
MGIgesDirectoryEntry describes a directory entry section of an IGES file.
Definition:
IgesDirectoryEntry.h:20
MGIgesPD118::m_developable_flag
short m_developable_flag
=0:Possibly not developable, =1:developable.
Definition:
igespd118.h:46
MGIgesPD118::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
MGIgesPD118::~MGIgesPD118
~MGIgesPD118()
Destructor;.
Definition:
igespd118.h:19
MGIgesPD118::MGIgesPD118
MGIgesPD118(MGIgesDirectoryEntry *DEpointer=0)
Constructs an object of class MGIgesPD118.
MGIgesPD118
MGIgesPD118 is the class for Iges parameter data type 118(Ruled Surface).
Definition:
igespd118.h:11
MGIgesPD118::read_in
void read_in(char pDelimeter, std::istringstream &pdstream)
Read in parameter data from string stream data.
MGIgesGSec
MGIgesGSec describes a Global Section of a IGES file.
Definition:
IgesGSec.h:18
MGIgesPD118::m_2nd_Curve_DE
int m_2nd_Curve_DE
Directory entry of the 2nd curve of the ruled surface.
Definition:
igespd118.h:42
MGPvector
Defines Vector of newed object pointers.
Definition:
Pvector.h:27
MGIgesPD118::m_direction_flag
short m_direction_flag
Definition:
igespd118.h:43
mgIges
igespd118.h
2015年11月18日(水) 16時19分18秒作成 - MGCL V10 / 構成:
1.8.8