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