Salome HOME
Update of CheckDone
[modules/smesh.git] / src / Tools / blocFissure / gmu / CMakeLists.txt
1 # Copyright (C) 2012-2024  EDF
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   calculePointsAxiauxPipe_a.py
29   calculePointsAxiauxPipe_b.py
30   calculePointsAxiauxPipe_c.py
31   casStandard.py
32   checkDecoupePartition.py
33   commonSubShapes.py
34   compoundFromList.py
35   construitEdgesRadialesDebouchantes.py
36   construitEdgesRadialesDebouchantes_a.py
37   construitEdgesRadialesDebouchantes_b.py
38   construitEdgesRadialesDebouchantes_c.py
39   construitFissureGenerale.py
40   construitFissureGenerale_a.py
41   construitFissureGenerale_b.py
42   construitFissureGenerale_c.py
43   construitMaillagePipe_a.py
44   construitMaillagePipe_b.py
45   construitMaillagePipe_c.py
46   construitMaillagePipe_d.py
47   construitMaillagePipe.py
48   construitPartitionsPeauFissure.py
49   creePointsPipePeau.py
50   creeZoneDefautDansObjetSain.py
51   creeZoneDefautFilling.py
52   creeZoneDefautGeom.py
53   creeZoneDefautMaillage.py
54   distance2.py
55   eliminateDoubles.py
56   elimineExtremitesPipe.py
57   ellipsoideDefaut.py
58   enleveDefaut.py
59   extractionOrienteeMulti.py
60   extractionOrientee.py
61   extractionOrientee_a.py
62   facesCirculaires.py
63   facesFissure.py
64   facesToreInBloc.py
65   facesVolumesToriques.py
66   findWireEndVertices.py
67   findWireIntermediateVertices.py
68   findWireVertices.py
69   fissError.py
70   fissureCoude.py
71   fissureGenerique.py
72   fusionMaillageAttributionDefaut.py
73   genereElemsFissureElliptique.py
74   genereMeshCalculZoneDefaut.py
75   geomsmesh.py
76   getCentreFondFiss.py
77   getStatsMaillageFissure.py
78   getSubshapeIds.py
79   identifieEdgesPeau_a.py
80   identifieEdgesPeau_b.py
81   identifieEdgesPeau_c.py
82   identifieEdgesPeau.py
83   identifieElementsDebouchants_a.py
84   identifieElementsDebouchants_b.py
85   identifieElementsDebouchants_c.py
86   identifieElementsDebouchants_d.py
87   identifieElementsDebouchants.py
88   identifieElementsFissure.py
89   identifieElementsGeometriquesPeau.py
90   identifieFacesEdgesFissureExterne.py
91   identifieFacesPeau.py
92   initEtude.py
93   initLog.py
94   insereFissureElliptique.py
95   insereFissureLongue_a.py
96   insereFissureLongue_b.py
97   insereFissureLongue_c.py
98   insereFissureLongue_d.py
99   insereFissureLongue_e.py
100   insereFissureLongue_f.py
101   insereFissureLongue_g.py
102   insereFissureLongue.py
103   listOfExtraFunctions.py
104   mailleAretesEtJonction.py
105   mailleFacesFissure.py
106   mailleFacesPeau.py
107   meshBlocPart.py
108   orderEdgesFromWire.py
109   partitionBlocDefaut.py
110   partitionneFissureParPipe.py
111   partitionVolumeSain.py
112   peauInterne.py
113   produitMixte.py
114   projettePointSurCourbe.py
115   prolongeVertices.py
116   prolongeWire.py
117   propagateTore.py
118   putName.py
119   quadranglesToShapeNoCorner.py
120   quadranglesToShape.py
121   quadranglesToShapeWithCorner.py
122   regroupeSainEtDefaut.py
123   restreintFaceFissure.py
124   rotTrans.py
125   shapesSurFissure.py
126   shapeSurFissure.py
127   sortEdges.py
128   sortFaces.py
129   sortGeneratrices.py
130   sortSolids.py
131   substractSubShapes.py
132   toreFissure.py
133   triedreBase.py
134   trouveEdgesFissPeau.py
135   whichSideMulti.py
136   whichSide.py
137   whichSideVertex.py
138 )
139
140 # --- rules ---
141
142 SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_INSTALL_PYTHON}/blocFissure/gmu)