Salome HOME
Replace oe by ?
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Cas.hxx
1 #ifndef __MESHCUT_CAS_HXX__
2 #define __MESHCUT_CAS_HXX__
3
4 namespace MESHCUT
5   {
6     void cas1(int VN[6], int it4);
7     void cas2(int VN[6], int it4);
8     void cas3(int VN[6], int it4);
9     void cas4(int VN[6], int it4);
10   }
11
12 #endif