Salome HOME
Copyright update 2020
[modules/smesh.git] / src / Tools / blocFissure / gmu / CMakeLists.txt
1 # Copyright (C) 2012-2020  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   fissError.py
55   fissureCoude.py
56   fissureGenerique.py
57   fusionMaillageAttributionDefaut.py
58   genereElemsFissureElliptique.py
59   genereMeshCalculZoneDefaut.py
60   geomsmesh.py
61   getCentreFondFiss.py
62   getStatsMaillageFissure.py
63   getSubshapeIds.py
64   identifieEdgesPeau.py
65   identifieElementsDebouchants.py
66   identifieElementsFissure.py
67   identifieElementsGeometriquesPeau.py
68   identifieFacesEdgesFissureExterne.py
69   identifieFacesPeau.py
70   initEtude.py
71   initLog.py
72   insereFissureElliptique.py
73   insereFissureGenerale.py
74   insereFissureLongue.py
75   listOfExtraFunctions.py
76   mailleAretesEtJonction.py
77   mailleFacesFissure.py
78   mailleFacesPeau.py
79   meshBlocPart.py
80   orderEdgesFromWire.py
81   partitionBlocDefaut.py
82   partitionneFissureParPipe.py
83   partitionVolumeSain.py
84   peauInterne.py
85   produitMixte.py
86   projettePointSurCourbe.py
87   prolongeVertices.py
88   prolongeWire.py
89   propagateTore.py
90   putName.py
91   quadranglesToShapeNoCorner.py
92   quadranglesToShape.py
93   quadranglesToShapeWithCorner.py
94   regroupeSainEtDefaut.py
95   restreintFaceFissure.py
96   rotTrans.py
97   shapesSurFissure.py
98   shapeSurFissure.py
99   sortEdges.py
100   sortFaces.py
101   sortGeneratrices.py
102   sortSolids.py
103   substractSubShapes.py
104   testgmu.py
105   toreFissure.py
106   triedreBase.py
107   trouveEdgesFissPeau.py
108   whichSideMulti.py
109   whichSide.py
110   whichSideVertex.py
111 )
112
113 # --- rules ---
114
115 SALOME_INSTALL_SCRIPTS("${plugin_SCRIPTS}" ${SALOME_INSTALL_PYTHON}/blocFissure/gmu)