Salome HOME
Merge branch 'master' into gni/evolution
[modules/smesh.git] / src / Tools / blocFissure / gmu / CMakeLists.txt
1 # Copyright (C) 2012-2021  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   construitFissureGenerale_a.py
35   construitFissureGenerale_b.py
36   construitFissureGenerale_c.py
37   construitMaillagePipe.py
38   construitPartitionsPeauFissure.py
39   creePointsPipePeau.py
40   creeZoneDefautDansObjetSain.py
41   creeZoneDefautFilling.py
42   creeZoneDefautGeom.py
43   creeZoneDefautMaillage.py
44   distance2.py
45   eliminateDoubles.py
46   elimineExtremitesPipe.py
47   ellipsoideDefaut.py
48   enleveDefaut.py
49   extractionOrienteeMulti.py
50   extractionOrientee.py
51   facesCirculaires.py
52   facesFissure.py
53   facesToreInBloc.py
54   facesVolumesToriques.py
55   findWireEndVertices.py
56   findWireIntermediateVertices.py
57   fissError.py
58   fissureCoude.py
59   fissureGenerique.py
60   fusionMaillageAttributionDefaut.py
61   genereElemsFissureElliptique.py
62   genereMeshCalculZoneDefaut.py
63   geomsmesh.py
64   getCentreFondFiss.py
65   getStatsMaillageFissure.py
66   getSubshapeIds.py
67   identifieEdgesPeau.py
68   identifieElementsDebouchants.py
69   identifieElementsFissure.py
70   identifieElementsGeometriquesPeau.py
71   identifieFacesEdgesFissureExterne.py
72   identifieFacesPeau.py
73   initEtude.py
74   initLog.py
75   insereFissureElliptique.py
76   insereFissureGenerale.py
77   insereFissureLongue.py
78   insereFissureLongue_a.py
79   insereFissureLongue_b.py
80   insereFissureLongue_c.py
81   insereFissureLongue_d.py
82   listOfExtraFunctions.py
83   mailleAretesEtJonction.py
84   mailleFacesFissure.py
85   mailleFacesPeau.py
86   meshBlocPart.py
87   orderEdgesFromWire.py
88   partitionBlocDefaut.py
89   partitionneFissureParPipe.py
90   partitionVolumeSain.py
91   peauInterne.py
92   produitMixte.py
93   projettePointSurCourbe.py
94   prolongeVertices.py
95   prolongeWire.py
96   propagateTore.py
97   putName.py
98   quadranglesToShapeNoCorner.py
99   quadranglesToShape.py
100   quadranglesToShapeWithCorner.py
101   regroupeSainEtDefaut.py
102   restreintFaceFissure.py
103   rotTrans.py
104   shapesSurFissure.py
105   shapeSurFissure.py
106   sortEdges.py
107   sortFaces.py
108   sortGeneratrices.py
109   sortSolids.py
110   substractSubShapes.py
111   testgmu.py
112   toreFissure.py
113   triedreBase.py
114   trouveEdgesFissPeau.py
115   whichSideMulti.py
116   whichSide.py
117   whichSideVertex.py
118 )
119
120 # --- rules ---
121
122 SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_INSTALL_PYTHON}/blocFissure/gmu)