Salome HOME
Replace oe by ?
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Fonctions.hxx
1 #ifndef __MESHCUT_FONCTION_HXX__
2 #define __MESHCUT_FONCTION_HXX__
3
4 namespace MESHCUT
5   {
6     float longueurSegment(int ngA, int ngB);
7
8     float distanceNoeudPlan(float point[3]);
9
10     float distanceNoeudPlan(int ng);
11
12     int positionNoeudPlan(int indiceNoeud);
13
14     int intersectionSegmentPlan(int it4, int na);
15   }
16
17 #endif