MGCL V10
V10
MGCL V10
総合概要
モジュール
名前空間
クラス
全て
クラス
名前空間
関数
変数
型定義
列挙型
列挙値
フレンド
グループ
ページ
igespd110.h
1
/********************************************************************/
2
/* Copyright (c) 2015 DG Technologies Inc. and Yuzi Mizuno */
3
/* All rights reserved. */
4
/********************************************************************/
5
#if !defined( __MGIGESPD110_H__)
6
#define __MGIGESPD110_H__
7
8
#include "mg/Position.h"
9
#include "mgiges/IgesPD.h"
10
11
class
MGIgesDirectoryEntry
;
12
14
class
MGIgesPD110
:
public
MGIgesPD
{
15
public
:
16
// Constructors.
17
19
MGIgesPD110
(
MGIgesDirectoryEntry
*
DEpointer
=0);
20
22
MGIgesPD110
(
23
const
MGPosition
& start,
24
const
MGPosition
& terminate
25
);
26
28
~MGIgesPD110
(){;};
29
31
void
read_in
(
32
char
pDelimeter,
33
std::istringstream& pdstream
34
);
35
42
void
write_out_into_string
(
43
const
MGIgesGSec
& gsec,
44
MGPvector<std::string>
& plines
45
)
const
;
46
47
public
:
48
//Member data. These are set as public.
49
50
double
m_start
[3];
51
double
m_terminate
[3];
52
};
53
54
#endif // __MGIGESPD110_H__
MGIgesPD::DEpointer
const MGIgesDirectoryEntry * DEpointer() const
Definition:
igesPD.h:39
MGIgesPD110::MGIgesPD110
MGIgesPD110(MGIgesDirectoryEntry *DEpointer=0)
Constructs an object of class MGIgesPD110.
MGIgesPD110::m_terminate
double m_terminate[3]
(x, y, z) of the terminate point.
Definition:
igespd110.h:51
MGIgesDirectoryEntry
MGIgesDirectoryEntry describes a directory entry section of an IGES file.
Definition:
IgesDirectoryEntry.h:20
MGIgesPD110
MGIgesPD110 is the class for Iges parameter data type 110(LINE).
Definition:
igespd110.h:14
MGIgesPD110::~MGIgesPD110
~MGIgesPD110()
Destructor;.
Definition:
igespd110.h:28
MGIgesPD110::read_in
void read_in(char pDelimeter, std::istringstream &pdstream)
Read in parameter data from string stream data.
MGPosition
Represent a positional data.
Definition:
Position.h:28
MGIgesPD
MGIgesPD is the parent class of all the Parameter data section type.
Definition:
igesPD.h:17
MGIgesPD110::m_start
double m_start[3]
(x, y, z) of the start point.
Definition:
igespd110.h:50
MGIgesGSec
MGIgesGSec describes a Global Section of a IGES file.
Definition:
IgesGSec.h:18
MGIgesPD110::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
mgIges
igespd110.h
2015年11月18日(水) 16時19分18秒作成 - MGCL V10 / 構成:
1.8.8