Revision: | 979 |
Committed: | Thu Oct 18 23:40:32 2018 UTC (6 years, 6 months ago) by francois |
Content type: | text/plain |
Original Path: | poly_occ/src/poly_noeud.h |
File size: | 383 byte(s) |
Log Message: | creation de polycristaux avec OCC |
# | User | Rev | Content |
---|---|---|---|
1 | francois | 979 | #ifndef _POLY_NOEUD_ |
2 | #define _POLY_NOEUD_ | ||
3 | |||
4 | #include "poly_point.h" | ||
5 | |||
6 | class Poly_Noeud : public Poly_Point | ||
7 | { | ||
8 | public: | ||
9 | Poly_Noeud(int numm, double x, double y, double z); | ||
10 | Poly_Noeud(Poly_Noeud &mdd); | ||
11 | ~Poly_Noeud(); | ||
12 | |||
13 | int get_num(void); | ||
14 | void set_num(int val); | ||
15 | |||
16 | protected: | ||
17 | int num; | ||
18 | |||
19 | }; | ||
20 | |||
21 | #endif // _POLY_NOEUD_ |
Name | Value |
---|---|
svn:executable |