MGCL V10
V10
MGCL V10
総合概要
モジュール
名前空間
クラス
全て
クラス
名前空間
関数
変数
型定義
列挙型
列挙値
フレンド
グループ
ページ
igespd124.h
1
/********************************************************************/
2
/* Copyright (c) 2015 DG Technologies Inc. and Yuzi Mizuno */
3
/* All rights reserved. */
4
/********************************************************************/
5
#if !defined( __MGIGESPD124_H__)
6
#define __MGIGESPD124_H__
7
8
#include "mg/Transf.h"
9
#include "mgiges/IgesPD.h"
10
12
class
MGIgesPD124
:
public
MGIgesPD
{
13
public
:
14
// Constructors.
15
17
MGIgesPD124
(
MGIgesDirectoryEntry
*
DEpointer
=0);
18
explicit
MGIgesPD124
(
const
MGTransf
& tr);
19
21
~MGIgesPD124
(){;};
22
24
void
read_in
(
25
char
pDelimeter,
26
std::istringstream& pdstream
27
);
28
30
void
convert_to_MGTransf
(
MGTransf
& tr)
const
;
31
38
void
write_out_into_string
(
39
const
MGIgesGSec
& gsec,
40
MGPvector<std::string>
& plines
41
)
const
;
42
43
private
:
45
46
double
m_matrix[12];
47
52
53
};
54
55
#endif // __MGIGESPD124_H__
MGTransf
MGTransf represents a transformation of a space dimension.
Definition:
Transf.h:35
MGIgesPD124
MGIgesPD124 is the class for Iges parameter data type 124(Transformation matrix). ...
Definition:
igespd124.h:12
MGIgesPD124::read_in
void read_in(char pDelimeter, std::istringstream &pdstream)
Read in parameter data from string stream data.
MGIgesPD124::~MGIgesPD124
~MGIgesPD124()
Destructor;.
Definition:
igespd124.h:21
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
MGIgesPD124::convert_to_MGTransf
void convert_to_MGTransf(MGTransf &tr) const
convert this transformation to MGTransf.
MGIgesPD124::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
MGIgesGSec
MGIgesGSec describes a Global Section of a IGES file.
Definition:
IgesGSec.h:18
MGIgesPD124::MGIgesPD124
MGIgesPD124(MGIgesDirectoryEntry *DEpointer=0)
Constructs an object of class MGIgesPD124.
MGPvector
Defines Vector of newed object pointers.
Definition:
Pvector.h:27
mgIges
igespd124.h
2015年11月18日(水) 16時19分18秒作成 - MGCL V10 / 構成:
1.8.8