Salome HOME
Merge branch 'hydro/imps_2015' into V7_dev
[modules/smesh.git] / src / Tools / blocFissure / gmu / CMakeLists.txt
1 # Copyright (C) 2012-2015  EDF R&D
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 # --- scripts ---
21
22 # scripts / static
23 SET(plugin_SCRIPTS
24   __init__.py
25   ajustePointsEdgePipeFissure.py
26   blocDefaut.py
27   calculePointsAxiauxPipe.py
28   casStandard.py
29   checkDecoupePartition.py
30   commonSubShapes.py
31   compoundFromList.py
32   construitEdgesRadialesDebouchantes.py
33   construitFissureGenerale.py
34   construitMaillagePipe.py
35   construitPartitionsPeauFissure.py
36   creePointsPipePeau.py
37   creeZoneDefautDansObjetSain.py
38   creeZoneDefautFilling.py
39   creeZoneDefautGeom.py
40   creeZoneDefautMaillage.py
41   distance2.py
42   eliminateDoubles.py
43   elimineExtremitesPipe.py
44   ellipsoideDefaut.py
45   enleveDefaut.py
46   extractionOrienteeMulti.py
47   extractionOrientee.py
48   facesCirculaires.py
49   facesFissure.py
50   facesToreInBloc.py
51   facesVolumesToriques.py
52   findWireEndVertices.py
53   findWireIntermediateVertices.py
54   fissureCoude.py
55   fissureGenerique.py
56   fusionMaillageAttributionDefaut.py
57   genereElemsFissureElliptique.py
58   genereMeshCalculZoneDefaut.py
59   geomsmesh.py
60   getCentreFondFiss.py
61   getStatsMaillageFissure.py
62   getSubshapeIds.py
63   identifieEdgesPeau.py
64   identifieElementsDebouchants.py
65   identifieElementsFissure.py
66   identifieElementsGeometriquesPeau.py
67   identifieFacesEdgesFissureExterne.py
68   identifieFacesPeau.py
69   initEtude.py
70   initLog.py
71   insereFissureElliptique.py
72   insereFissureGenerale.py
73   insereFissureLongue.py
74   listOfExtraFunctions.py
75   mailleAretesEtJonction.py
76   mailleFacesFissure.py
77   mailleFacesPeau.py
78   meshBlocPart.py
79   orderEdgesFromWire.py
80   partitionBlocDefaut.py
81   partitionneFissureParPipe.py
82   partitionVolumeSain.py
83   peauInterne.py
84   produitMixte.py
85   projettePointSurCourbe.py
86   prolongeVertices.py
87   prolongeWire.py
88   propagateTore.py
89   putName.py
90   quadranglesToShapeNoCorner.py
91   quadranglesToShape.py
92   quadranglesToShapeWithCorner.py
93   regroupeSainEtDefaut.py
94   restreintFaceFissure.py
95   rotTrans.py
96   shapesSurFissure.py
97   shapeSurFissure.py
98   sortEdges.py
99   sortFaces.py
100   sortGeneratrices.py
101   sortSolids.py
102   substractSubShapes.py
103   testgmu.py
104   toreFissure.py
105   triedreBase.py
106   trouveEdgesFissPeau.py
107   whichSideMulti.py
108   whichSide.py
109   whichSideVertex.py
110 )
111
112 # --- rules ---
113
114 SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_INSTALL_PYTHON}/blocFissure/gmu)