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