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 
12 
14 class MGIgesPD110: public MGIgesPD{
15 public:
16  // Constructors.
17 
20 
23  const MGPosition& start,
24  const MGPosition& terminate
25  );
26 
29 
31  void read_in(
32  char pDelimeter,
33  std::istringstream& pdstream
34  );
35 
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__
const MGIgesDirectoryEntry * DEpointer() const
Definition: igesPD.h:39
MGIgesPD110(MGIgesDirectoryEntry *DEpointer=0)
Constructs an object of class MGIgesPD110.
double m_terminate[3]
(x, y, z) of the terminate point.
Definition: igespd110.h:51
MGIgesDirectoryEntry describes a directory entry section of an IGES file.
Definition: IgesDirectoryEntry.h:20
MGIgesPD110 is the class for Iges parameter data type 110(LINE).
Definition: igespd110.h:14
~MGIgesPD110()
Destructor;.
Definition: igespd110.h:28
void read_in(char pDelimeter, std::istringstream &pdstream)
Read in parameter data from string stream data.
Represent a positional data.
Definition: Position.h:28
MGIgesPD is the parent class of all the Parameter data section type.
Definition: igesPD.h:17
double m_start[3]
(x, y, z) of the start point.
Definition: igespd110.h:50
MGIgesGSec describes a Global Section of a IGES file.
Definition: IgesGSec.h:18
void write_out_into_string(const MGIgesGSec &gsec, MGPvector< std::string > &plines) const
Defines Vector of newed object pointers.
Definition: Pvector.h:27