ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
REPOS_ERICCA
/
poly_occ
/
src
/
poly_build_occ.h
Revision:
979
Committed:
Thu Oct 18 23:40:32 2018 UTC
(6 years, 6 months ago) by
francois
Content type:
text/plain
File size:
235 byte(s)
Log Message:
creation de polycristaux avec OCC
File Contents
#
User
Rev
Content
1
francois
979
#ifndef _POLY_BUILD_OCC_
2
#define _POLY_BUILD_OCC_
3
4
#include <vector>
5
6
class Poly_Voro;
7
8
class Poly_Build_OCC
9
{
10
public:
11
Poly_Build_OCC(Poly_Voro* voro);
12
~Poly_Build_OCC();
13
14
protected:
15
16
};
17
18
#endif // _POLY_BUILD_OCC_