FIX: Missing qualifications of template-dependent names
[freefoam.git] / src / meshTools / files.cmake
blob89845addd2d1189523df81d88c45a58e9f4fac1d
1 #-------------------------------------------------------------------------------
2 #               ______                _     ____          __  __
3 #              |  ____|             _| |_  / __ \   /\   |  \/  |
4 #              | |__ _ __ ___  ___ /     \| |  | | /  \  | \  / |
5 #              |  __| '__/ _ \/ _ ( (| |) ) |  | |/ /\ \ | |\/| |
6 #              | |  | | |  __/  __/\_   _/| |__| / ____ \| |  | |
7 #              |_|  |_|  \___|\___|  |_|   \____/_/    \_\_|  |_|
9 #                   FreeFOAM: The Cross-Platform CFD Toolkit
11 # Copyright (C) 2008-2012 Michael Wild <themiwi@users.sf.net>
12 #                         Gerber van der Graaf <gerber_graaf@users.sf.net>
13 #-------------------------------------------------------------------------------
14 # License
15 #   This file is part of FreeFOAM.
17 #   FreeFOAM is free software: you can redistribute it and/or modify it
18 #   under the terms of the GNU General Public License as published by the
19 #   Free Software Foundation, either version 3 of the License, or (at your
20 #   option) any later version.
22 #   FreeFOAM is distributed in the hope that it will be useful, but WITHOUT
23 #   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
24 #   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
25 #   for more details.
27 #   You should have received a copy of the GNU General Public License
28 #   along with FreeFOAM.  If not, see <http://www.gnu.org/licenses/>.
29 #-------------------------------------------------------------------------------
31 set(SRCS
32   cellClassification/cellClassification.C
33   cellClassification/cellInfo.C
34   cellQuality/cellQuality.C
35   cellDist/cellDistFuncs.C
36   cellDist/patchWave/patchWave.C
37   cellDist/wallPoint/wallPoint.C
38   cellFeatures/cellFeatures.C
39   coordinateSystems/coordinateSystem.C
40   coordinateSystems/coordinateSystemNew.C
41   coordinateSystems/coordinateSystems.C
42   coordinateSystems/cylindricalCS.C
43   coordinateSystems/sphericalCS.C
44   coordinateSystems/parabolicCylindricalCS.C
45   coordinateSystems/toroidalCS.C
46   coordinateSystems/coordinateRotation/coordinateRotation.C
47   coordinateSystems/coordinateRotation/EulerCoordinateRotation.C
48   coordinateSystems/coordinateRotation/STARCDCoordinateRotation.C
49   edgeFaceCirculator/edgeFaceCirculator.C
50   polyMeshZipUpCells/polyMeshZipUpCells.C
51   primitiveMeshGeometry/primitiveMeshGeometry.C
52   meshSearch/meshSearch.C
53   meshTools/meshTools.C
54   PointEdgeWave/PointEdgeWaveName.C
55   PointEdgeWave/pointEdgePoint.C
56   regionSplit/regionSplit.C
57   octree/octreeName.C
58   octree/octreeDataPoint.C
59   octree/octreeDataPointTreeLeaf.C
60   octree/octreeDataEdges.C
61   octree/octreeDataCell.C
62   octree/octreeDataFace.C
63   octree/treeBoundBox.C
64   octree/treeNodeName.C
65   octree/treeLeafName.C
66   octree/pointIndexHitIOList.C
67   indexedOctree/indexedOctreeName.C
68   indexedOctree/treeDataCell.C
69   indexedOctree/treeDataEdge.C
70   indexedOctree/treeDataFace.C
71   indexedOctree/treeDataPoint.C
72   indexedOctree/treeDataTriSurface.C
73   searchableSurface/distributedTriSurfaceMesh.C
74   searchableSurface/searchableBox.C
75   searchableSurface/searchableCylinder.C
76   searchableSurface/searchablePlane.C
77   searchableSurface/searchablePlate.C
78   searchableSurface/searchableSphere.C
79   searchableSurface/searchableSurface.C
80   searchableSurface/searchableSurfaceCollection.C
81   searchableSurface/searchableSurfaces.C
82   searchableSurface/searchableSurfacesQueries.C
83   searchableSurface/searchableSurfaceWithGaps.C
84   searchableSurface/triSurfaceMesh.C
85   sets/topoSets/cellSet.C
86   sets/topoSets/topoSet.C
87   sets/topoSets/faceSet.C
88   sets/topoSets/pointSet.C
89   sets/topoSets/cellZoneSet.C
90   sets/topoSets/faceZoneSet.C
91   sets/topoSets/pointZoneSet.C
92   sets/topoSetSource/topoSetSource.C
93   sets/cellSources/faceToCell/faceToCell.C
94   sets/cellSources/fieldToCell/fieldToCell.C
95   sets/cellSources/pointToCell/pointToCell.C
96   sets/cellSources/shapeToCell/shapeToCell.C
97   sets/cellSources/boxToCell/boxToCell.C
98   sets/cellSources/regionToCell/regionToCell.C
99   sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.C
100   sets/cellSources/labelToCell/labelToCell.C
101   sets/cellSources/surfaceToCell/surfaceToCell.C
102   sets/cellSources/cellToCell/cellToCell.C
103   sets/cellSources/nearestToCell/nearestToCell.C
104   sets/cellSources/nbrToCell/nbrToCell.C
105   sets/cellSources/zoneToCell/zoneToCell.C
106   sets/cellSources/sphereToCell/sphereToCell.C
107   sets/cellSources/cylinderToCell/cylinderToCell.C
108   sets/cellSources/faceZoneToCell/faceZoneToCell.C
109   sets/cellSources/cylinderAnnulusToCell/cylinderAnnulusToCell.C
110   sets/faceSources/faceToFace/faceToFace.C
111   sets/faceSources/labelToFace/labelToFace.C
112   sets/faceSources/cellToFace/cellToFace.C
113   sets/faceSources/normalToFace/normalToFace.C
114   sets/faceSources/pointToFace/pointToFace.C
115   sets/faceSources/patchToFace/patchToFace.C
116   sets/faceSources/boundaryToFace/boundaryToFace.C
117   sets/faceSources/zoneToFace/zoneToFace.C
118   sets/faceSources/boxToFace/boxToFace.C
119   sets/pointSources/labelToPoint/labelToPoint.C
120   sets/pointSources/pointToPoint/pointToPoint.C
121   sets/pointSources/cellToPoint/cellToPoint.C
122   sets/pointSources/faceToPoint/faceToPoint.C
123   sets/pointSources/boxToPoint/boxToPoint.C
124   sets/pointSources/surfaceToPoint/surfaceToPoint.C
125   sets/pointSources/zoneToPoint/zoneToPoint.C
126   sets/pointSources/nearestToPoint/nearestToPoint.C
127   sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.C
128   sets/faceZoneSources/setsToFaceZone/setsToFaceZone.C
129   sets/faceZoneSources/setToFaceZone/setToFaceZone.C
130   sets/cellZoneSources/setToCellZone/setToCellZone.C
131   sets/pointZoneSources/setToPointZone/setToPointZone.C
132   surfaceSets/surfaceSets.C
133   triSurface/orientedSurface/orientedSurface.C
134   triSurface/surfaceLocation/surfaceLocation.C
135   triSurface/booleanOps/surfaceIntersection/surfaceIntersection.C
136   triSurface/booleanOps/surfaceIntersection/surfaceIntersectionFuncs.C
137   triSurface/booleanOps/surfaceIntersection/edgeIntersections.C
138   triSurface/booleanOps/booleanSurface/booleanSurface.C
139   triSurface/booleanOps/intersectedSurface/intersectedSurface.C
140   triSurface/booleanOps/intersectedSurface/edgeSurface.C
141   triSurface/triSurfaceSearch/triSurfaceSearch.C
142   triSurface/octreeData/octreeDataTriSurface.C
143   triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.C
144   triSurface/triangleFuncs/triangleFuncs.C
145   triSurface/surfaceFeatures/surfaceFeatures.C
146   triSurface/triSurfaceTools/triSurfaceTools.C
147   triSurface/triSurfaceTools/geompack/geompack.C
148   twoDPointCorrector/twoDPointCorrector.C
149   directMapped/directMappedPolyPatch/directMappedPatchBase.C
150   directMapped/directMappedPolyPatch/directMappedPolyPatch.C
151   directMapped/directMappedPolyPatch/directMappedWallPolyPatch.C
152   directMapped/directMappedPointPatch/directMappedPointPatch.C
153   directMapped/directMappedPointPatch/directMappedWallPointPatch.C
154   )
156 set(HDRS
157   PointEdgeWave/PointEdgeWave.C
158   PointEdgeWave/PointEdgeWave.H
159   PointEdgeWave/pointEdgePoint.H
160   PointEdgeWave/pointEdgePointI.H
161   cellClassification/cellClassification.H
162   cellClassification/cellInfo.H
163   cellClassification/cellInfoI.H
164   cellDist/cellDistFuncs.H
165   cellDist/cellDistFuncsTemplates.C
166   cellDist/patchWave/patchDataWave.C
167   cellDist/patchWave/patchDataWave.H
168   cellDist/patchWave/patchWave.H
169   cellDist/wallPoint/wallPoint.H
170   cellDist/wallPoint/wallPointData.C
171   cellDist/wallPoint/wallPointData.H
172   cellDist/wallPoint/wallPointDataI.H
173   cellDist/wallPoint/wallPointI.H
174   cellFeatures/cellFeatures.H
175   cellQuality/cellQuality.H
176   coordinateSystems/coordinateRotation/EulerCoordinateRotation.H
177   coordinateSystems/coordinateRotation/STARCDCoordinateRotation.H
178   coordinateSystems/coordinateRotation/coordinateRotation.H
179   coordinateSystems/coordinateSystem.H
180   coordinateSystems/coordinateSystems.H
181   coordinateSystems/cylindricalCS.H
182   coordinateSystems/parabolicCylindricalCS.H
183   coordinateSystems/sphericalCS.H
184   coordinateSystems/toroidalCS.H
185   directMapped/directMappedPointPatch/directMappedPointPatch.H
186   directMapped/directMappedPointPatch/directMappedWallPointPatch.H
187   directMapped/directMappedPolyPatch/directMappedPatchBase.H
188   directMapped/directMappedPolyPatch/directMappedPolyPatch.H
189   directMapped/directMappedPolyPatch/directMappedWallPolyPatch.H
190   edgeFaceCirculator/edgeFaceCirculator.H
191   edgeFaceCirculator/edgeFaceCirculatorI.H
192   indexedOctree/indexedOctree.C
193   indexedOctree/indexedOctree.H
194   indexedOctree/labelBits.H
195   indexedOctree/treeDataCell.H
196   indexedOctree/treeDataEdge.H
197   indexedOctree/treeDataFace.H
198   indexedOctree/treeDataPoint.H
199   indexedOctree/treeDataTriSurface.H
200   meshSearch/meshSearch.H
201   meshTools/meshTools.H
202   octree/PointIndexHit_.H
203   octree/octree.C
204   octree/octree.H
205   octree/octreeDataCell.H
206   octree/octreeDataEdges.H
207   octree/octreeDataFace.H
208   octree/octreeDataPoint.H
209   octree/octreeDataPointTreeLeaf.H
210   octree/octreeLine.C
211   octree/octreeLine.H
212   octree/pointHitSort.H
213   octree/pointIndexHit.H
214   octree/pointIndexHitIOList.H
215   octree/treeBoundBox.H
216   octree/treeBoundBoxI.H
217   octree/treeBoundBoxList.H
218   octree/treeElem.H
219   octree/treeLeaf.C
220   octree/treeLeaf.H
221   octree/treeNode.C
222   octree/treeNode.H
223   octree/treeNodeI.H
224   polyMeshZipUpCells/polyMeshZipUpCells.H
225   primitiveMeshGeometry/primitiveMeshGeometry.H
226   regionSplit/regionSplit.H
227   searchableSurface/distributedTriSurfaceMesh.H
228   searchableSurface/distributedTriSurfaceMeshTemplates.C
229   searchableSurface/searchableBox.H
230   searchableSurface/searchableCylinder.H
231   searchableSurface/searchablePlane.H
232   searchableSurface/searchablePlate.H
233   searchableSurface/searchableSphere.H
234   searchableSurface/searchableSurface.H
235   searchableSurface/searchableSurfaceCollection.H
236   searchableSurface/searchableSurfaceWithGaps.H
237   searchableSurface/searchableSurfaces.H
238   searchableSurface/searchableSurfacesQueries.H
239   searchableSurface/triSurfaceMesh.H
240   sets/cellSources/boxToCell/boxToCell.H
241   sets/cellSources/cellToCell/cellToCell.H
242   sets/cellSources/cylinderToCell/cylinderToCell.H
243   sets/cellSources/faceToCell/faceToCell.H
244   sets/cellSources/faceZoneToCell/faceZoneToCell.H
245   sets/cellSources/cylinderAnnulusToCell/cylinderAnnulusToCell.H
246   sets/cellSources/fieldToCell/fieldToCell.H
247   sets/cellSources/labelToCell/labelToCell.H
248   sets/cellSources/nbrToCell/nbrToCell.H
249   sets/cellSources/nearestToCell/nearestToCell.H
250   sets/cellSources/pointToCell/pointToCell.H
251   sets/cellSources/regionToCell/regionToCell.H
252   sets/cellSources/rotatedBoxToCell/rotatedBoxToCell.H
253   sets/cellSources/shapeToCell/shapeToCell.H
254   sets/cellSources/sphereToCell/sphereToCell.H
255   sets/cellSources/surfaceToCell/surfaceToCell.H
256   sets/cellSources/zoneToCell/zoneToCell.H
257   sets/faceSources/boundaryToFace/boundaryToFace.H
258   sets/faceSources/boxToFace/boxToFace.H
259   sets/faceSources/cellToFace/cellToFace.H
260   sets/faceSources/faceToFace/faceToFace.H
261   sets/faceSources/labelToFace/labelToFace.H
262   sets/faceSources/normalToFace/normalToFace.H
263   sets/faceSources/patchToFace/patchToFace.H
264   sets/faceSources/pointToFace/pointToFace.H
265   sets/faceSources/zoneToFace/zoneToFace.H
266   sets/pointSources/boxToPoint/boxToPoint.H
267   sets/pointSources/cellToPoint/cellToPoint.H
268   sets/pointSources/faceToPoint/faceToPoint.H
269   sets/pointSources/labelToPoint/labelToPoint.H
270   sets/pointSources/nearestToPoint/nearestToPoint.H
271   sets/faceZoneSources/faceZoneToFaceZone/faceZoneToFaceZone.H
272   sets/faceZoneSources/setsToFaceZone/setsToFaceZone.H
273   sets/faceZoneSources/setToFaceZone/setToFaceZone.H
274   sets/cellZoneSources/setToCellZone/setToCellZone.H
275   sets/pointZoneSources/setToPointZone/setToPointZone.H
276   sets/pointSources/pointToPoint/pointToPoint.H
277   sets/pointSources/surfaceToPoint/surfaceToPoint.H
278   sets/pointSources/zoneToPoint/zoneToPoint.H
279   sets/topoSetSource/topoSetSource.H
280   sets/topoSets/cellSet.H
281   sets/topoSets/faceSet.H
282   sets/topoSets/pointSet.H
283   sets/topoSets/cellZoneSet.H
284   sets/topoSets/faceZoneSet.H
285   sets/topoSets/pointZoneSet.H
286   sets/topoSets/topoSet.H
287   surfaceSets/surfaceSets.H
288   triSurface/booleanOps/booleanSurface/booleanSurface.H
289   triSurface/booleanOps/intersectedSurface/edgeSurface.H
290   triSurface/booleanOps/intersectedSurface/intersectedSurface.H
291   triSurface/booleanOps/surfaceIntersection/edgeIntersections.H
292   triSurface/booleanOps/surfaceIntersection/surfaceIntersection.H
293   triSurface/booleanOps/surfaceIntersection/surfaceIntersectionTemplates.C
294   triSurface/octreeData/octreeDataTriSurface.H
295   triSurface/octreeData/octreeDataTriSurfaceTreeLeaf.H
296   triSurface/orientedSurface/orientedSurface.H
297   triSurface/surfaceFeatures/surfaceFeatures.H
298   triSurface/surfaceLocation/surfaceLocation.H
299   triSurface/triSurfaceSearch/triSurfaceSearch.H
300   triSurface/triSurfaceTools/geompack/geompack.H
301   triSurface/triSurfaceTools/triSurfaceTools.H
302   triSurface/triangleFuncs/triangleFuncs.H
303   twoDPointCorrector/twoDPointCorrector.H
304   )
306 # ------------------------- vim: set sw=2 sts=2 et: --------------- end-of-file