From 8c09e40f6afc92d6c3eaf8fe26e7fa333d7e2d8c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 27 Feb 2007 22:01:25 +0000 Subject: [PATCH] make depend + fix warnings --- Common/Makefile | 290 +----- Fltk/Makefile | 372 +------ Geo/GeoInterpolation.cpp | 7 +- Geo/MElement.h | 16 +- Geo/Makefile | 2033 +------------------------------------- Mesh/Makefile | 291 +----- 6 files changed, 141 insertions(+), 2868 deletions(-) diff --git a/Common/Makefile b/Common/Makefile index 9199d543ca..9ce6fc6de4 100644 --- a/Common/Makefile +++ b/Common/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.125 2007-02-27 17:15:46 remacle Exp $ +# $Id: Makefile,v 1.126 2007-02-27 22:01:25 geuzaine Exp $ # # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # @@ -68,245 +68,39 @@ Context.o: Context.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/List.h ../DataStr/Tree.h ../Numeric/Numeric.h Context.h \ DefaultOptions.h GmshDefines.h Options.h Views.h ColorTable.h \ - VertexArray.h SmoothData.h AdaptiveViews.h GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h Trackball.h + VertexArray.h SmoothData.h AdaptiveViews.h GmshMatrix.h Trackball.h AdaptiveViews.o: AdaptiveViews.cpp AdaptiveViews.h ../DataStr/List.h \ - GmshMatrix.h /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h ../Plugin/Plugin.h ../Common/Options.h \ - ../Common/Message.h ../Common/Views.h ../Common/ColorTable.h \ - ../Common/VertexArray.h ../Common/SmoothData.h ../Numeric/Numeric.h \ - ../Common/AdaptiveViews.h ../Common/GmshMatrix.h OS.h + GmshMatrix.h ../Plugin/Plugin.h ../Common/Options.h ../Common/Message.h \ + ../Common/Views.h ../Common/ColorTable.h ../Common/VertexArray.h \ + ../Common/SmoothData.h ../Numeric/Numeric.h ../Common/AdaptiveViews.h \ + ../Common/GmshMatrix.h OS.h Views.o: Views.cpp Gmsh.h Message.h ../DataStr/Malloc.h ../DataStr/List.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h \ ../DataStr/Tree.h ../Numeric/Numeric.h Views.h ColorTable.h \ - VertexArray.h SmoothData.h AdaptiveViews.h GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h Context.h Options.h \ - ../contrib/MathEval/matheval.h + VertexArray.h SmoothData.h AdaptiveViews.h GmshMatrix.h Context.h \ + Options.h ViewsIO.o: ViewsIO.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/List.h ../DataStr/Tree.h ../Numeric/Numeric.h Views.h \ ColorTable.h VertexArray.h SmoothData.h AdaptiveViews.h GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h Context.h + Context.h Octree.o: Octree.cpp Octree.h OctreeInternals.h OctreeInternals.o: OctreeInternals.cpp Message.h OctreeInternals.h OctreePost.o: OctreePost.cpp Octree.h OctreeInternals.h OctreePost.h \ ../DataStr/List.h Views.h ColorTable.h VertexArray.h SmoothData.h \ - ../Numeric/Numeric.h AdaptiveViews.h GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h Message.h ShapeFunctions.h + ../Numeric/Numeric.h AdaptiveViews.h GmshMatrix.h Message.h \ + ShapeFunctions.h Options.o: Options.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/List.h ../DataStr/Tree.h GmshUI.h GmshDefines.h \ ../Graphics/Draw.h ../Common/Views.h ../Common/ColorTable.h \ ../Common/VertexArray.h ../Common/SmoothData.h ../Numeric/Numeric.h \ - ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h ../Mesh/Generator.h Context.h Options.h \ - ../Mesh/BackgroundMesh.h ../Plugin/PluginManager.h ../Plugin/Plugin.h \ - ../Common/Options.h ../Common/Message.h ../Fltk/Solvers.h ../Fltk/GUI.h \ - ../Fltk/Opengl_Window.h ../Fltk/Colorbar_Window.h ../Common/GmshUI.h \ - ../Fltk/Popup_Button.h ../Fltk/SpherePosition_Widget.h + ../Common/AdaptiveViews.h ../Common/GmshMatrix.h ../Mesh/Generator.h \ + Context.h Options.h ../Mesh/BackgroundMesh.h ../Plugin/PluginManager.h \ + ../Plugin/Plugin.h ../Common/Options.h ../Common/Message.h \ + ../Fltk/Solvers.h ../Fltk/GUI.h ../Fltk/Opengl_Window.h \ + ../Fltk/Colorbar_Window.h ../Common/GmshUI.h ../Fltk/Popup_Button.h \ + ../Fltk/SpherePosition_Widget.h CommandLine.o: CommandLine.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ ../DataStr/List.h ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h \ ../DataStr/List.h ../DataStr/Tree.h GmshUI.h GmshDefines.h \ @@ -316,48 +110,14 @@ CommandLine.o: CommandLine.cpp Gmsh.h Message.h ../DataStr/Malloc.h \ ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ ../Geo/SPoint2.h ../Geo/ExtrudeParams.h ../Common/SmoothData.h Views.h \ ColorTable.h VertexArray.h SmoothData.h AdaptiveViews.h GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h ../Parser/OpenFile.h ../Parser/CreateFile.h \ - ../Parser/Parser.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \ - ../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h \ - ../Geo/MVertex.h ../Geo/SPoint3.h ../Geo/GPoint.h ../Geo/SPoint2.h \ - ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h \ - ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/MElement.h ../Geo/MVertex.h \ - ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Hash.h \ - ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Context.h \ + ../Parser/OpenFile.h ../Parser/CreateFile.h ../Parser/Parser.h \ + ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h \ + ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/MVertex.h \ + ../Geo/SPoint3.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \ + ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \ + ../Geo/SPoint2.h ../Geo/MElement.h ../Geo/MVertex.h ../Geo/MEdge.h \ + ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Hash.h ../Geo/MFace.h \ + ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Context.h \ ../Geo/ExtrudeParams.h ../Geo/GFace.h ../Geo/GPoint.h ../Geo/GEntity.h \ ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/MElement.h ../Geo/SPoint2.h \ ../Geo/SVector3.h ../Geo/Pair.h ../Geo/ExtrudeParams.h ../Geo/GRegion.h \ diff --git a/Fltk/Makefile b/Fltk/Makefile index 197753f56b..557b09984f 100644 --- a/Fltk/Makefile +++ b/Fltk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.124 2007-02-27 17:15:46 remacle Exp $ +# $Id: Makefile,v 1.125 2007-02-27 22:01:25 geuzaine Exp $ # # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # @@ -75,55 +75,21 @@ Main.o: Main.cpp GUI.h Opengl_Window.h Colorbar_Window.h \ ../Numeric/Numeric.h ../Mesh/Generator.h ../Parser/CreateFile.h \ ../Graphics/Draw.h ../Common/Views.h ../Common/ColorTable.h \ ../Common/VertexArray.h ../Common/SmoothData.h \ - ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h ../Common/Context.h ../Common/Options.h \ - ../Parser/Parser.h ../Parser/OpenFile.h ../Common/CommandLine.h \ - Solvers.h ../Plugin/PluginManager.h ../Plugin/Plugin.h ../Geo/GModel.h \ - ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ - ../Geo/SBoundingBox3d.h ../Geo/MVertex.h ../Geo/SPoint3.h \ - ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h \ - ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint2.h \ - ../Geo/MElement.h ../Geo/MVertex.h ../Geo/MEdge.h ../Geo/MVertex.h \ - ../Geo/SVector3.h ../Common/Hash.h ../Geo/MFace.h ../Geo/MVertex.h \ - ../Geo/SVector3.h ../Geo/ExtrudeParams.h ../Geo/GFace.h ../Geo/GPoint.h \ - ../Geo/GEntity.h ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/MElement.h \ - ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h ../Geo/ExtrudeParams.h \ - ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/MElement.h \ - ../Geo/ExtrudeParams.h ../Geo/SBoundingBox3d.h + ../Common/AdaptiveViews.h ../Common/GmshMatrix.h ../Common/Context.h \ + ../Common/Options.h ../Parser/Parser.h ../Parser/OpenFile.h \ + ../Common/CommandLine.h Solvers.h ../Plugin/PluginManager.h \ + ../Plugin/Plugin.h ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h \ + ../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h \ + ../Geo/MVertex.h ../Geo/SPoint3.h ../Geo/GPoint.h ../Geo/SPoint2.h \ + ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h \ + ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/MElement.h ../Geo/MVertex.h \ + ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Hash.h \ + ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \ + ../Geo/ExtrudeParams.h ../Geo/GFace.h ../Geo/GPoint.h ../Geo/GEntity.h \ + ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/MElement.h ../Geo/SPoint2.h \ + ../Geo/SVector3.h ../Geo/Pair.h ../Geo/ExtrudeParams.h ../Geo/GRegion.h \ + ../Geo/GEntity.h ../Geo/MElement.h ../Geo/ExtrudeParams.h \ + ../Geo/SBoundingBox3d.h Message.o: Message.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \ @@ -136,44 +102,9 @@ GUI.o: GUI.cpp ../Common/Gmsh.h ../Common/Message.h ../DataStr/Malloc.h \ ../Common/GmshDefines.h ../Numeric/Numeric.h ../Common/Context.h \ ../Common/Options.h ../Graphics/Draw.h ../Common/Views.h \ ../Common/ColorTable.h ../Common/VertexArray.h ../Common/SmoothData.h \ - ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h GUI.h Opengl_Window.h Colorbar_Window.h \ - Popup_Button.h SpherePosition_Widget.h Callbacks.h Bitmaps.h \ - Win32Icon.h ../Parser/OpenFile.h ../Common/CommandLine.h \ + ../Common/AdaptiveViews.h ../Common/GmshMatrix.h GUI.h Opengl_Window.h \ + Colorbar_Window.h Popup_Button.h SpherePosition_Widget.h Callbacks.h \ + Bitmaps.h Win32Icon.h ../Parser/OpenFile.h ../Common/CommandLine.h \ ../Mesh/Generator.h Solvers.h ../Plugin/PluginManager.h \ ../Plugin/Plugin.h Shortcut_Window.h GUI_Extras.o: GUI_Extras.cpp ../Common/Gmsh.h ../Common/Message.h \ @@ -183,42 +114,7 @@ GUI_Extras.o: GUI_Extras.cpp ../Common/Gmsh.h ../Common/Message.h \ Shortcut_Window.h ../Parser/CreateFile.h ../Common/Options.h \ ../Common/Context.h ../Graphics/Draw.h ../Common/Views.h \ ../Common/ColorTable.h ../Common/VertexArray.h ../Common/SmoothData.h \ - ../Numeric/Numeric.h ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h + ../Numeric/Numeric.h ../Common/AdaptiveViews.h ../Common/GmshMatrix.h GUI_Projection.o: GUI_Projection.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \ @@ -238,41 +134,7 @@ GUI_Projection.o: GUI_Projection.cpp ../Common/Gmsh.h ../Common/Message.h \ ../Geo/projectionFace.h ../Geo/GFace.h ../Graphics/Draw.h \ ../Common/Views.h ../Common/ColorTable.h ../Common/VertexArray.h \ ../Common/SmoothData.h ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h ../Common/Options.h Shortcut_Window.h + ../Common/Options.h Shortcut_Window.h Callbacks.o: Callbacks.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \ @@ -297,46 +159,12 @@ Callbacks.o: Callbacks.cpp ../Common/Gmsh.h ../Common/Message.h \ ../Graphics/Draw.h ../Common/Views.h ../Common/ColorTable.h \ ../Common/VertexArray.h ../Common/SmoothData.h \ ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h ../Graphics/SelectBuffer.h \ - ../Parser/CreateFile.h ../Parser/OpenFile.h ../Common/CommandLine.h \ - ../Common/Options.h GUI.h Opengl_Window.h Colorbar_Window.h \ - Popup_Button.h SpherePosition_Widget.h GUI_Extras.h Callbacks.h \ - ../Plugin/Plugin.h ../Plugin/PluginManager.h ../Plugin/Plugin.h \ - ../Common/Visibility.h ../Common/GmshDefines.h Solvers.h ../Common/OS.h + ../Graphics/SelectBuffer.h ../Parser/CreateFile.h ../Parser/OpenFile.h \ + ../Common/CommandLine.h ../Common/Options.h GUI.h Opengl_Window.h \ + Colorbar_Window.h Popup_Button.h SpherePosition_Widget.h GUI_Extras.h \ + Callbacks.h ../Plugin/Plugin.h ../Plugin/PluginManager.h \ + ../Plugin/Plugin.h ../Common/Visibility.h ../Common/GmshDefines.h \ + Solvers.h ../Common/OS.h Opengl.o: Opengl.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \ @@ -344,48 +172,14 @@ Opengl.o: Opengl.cpp ../Common/Gmsh.h ../Common/Message.h \ ../Graphics/Draw.h ../Common/Views.h ../Common/ColorTable.h \ ../Common/VertexArray.h ../Common/SmoothData.h \ ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h ../Graphics/SelectBuffer.h ../Geo/GVertex.h \ - ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ - ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/GmshDefines.h \ - ../Geo/MVertex.h ../Geo/SPoint3.h ../Geo/GPoint.h ../Geo/SPoint2.h \ - ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h \ - ../Geo/SPoint3.h ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/MElement.h \ - ../Geo/MVertex.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \ - ../Common/Hash.h ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \ + ../Graphics/SelectBuffer.h ../Geo/GVertex.h ../Geo/GEntity.h \ + ../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h \ + ../Geo/SPoint3.h ../Common/GmshDefines.h ../Geo/MVertex.h \ + ../Geo/SPoint3.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h \ + ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h \ + ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/MElement.h ../Geo/MVertex.h \ + ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Hash.h \ + ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \ ../Geo/ExtrudeParams.h ../Geo/GFace.h ../Geo/GPoint.h ../Geo/GEntity.h \ ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/MElement.h ../Geo/SPoint2.h \ ../Geo/SVector3.h ../Geo/Pair.h ../Geo/ExtrudeParams.h ../Geo/GRegion.h \ @@ -403,53 +197,19 @@ Opengl_Window.o: Opengl_Window.cpp ../Common/Gmsh.h ../Common/Message.h \ ../Graphics/Draw.h ../Common/Views.h ../Common/ColorTable.h \ ../Common/VertexArray.h ../Common/SmoothData.h \ ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h ../Graphics/SelectBuffer.h ../Geo/GVertex.h \ - ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ - ../Geo/SBoundingBox3d.h ../Geo/MVertex.h ../Geo/SPoint3.h \ - ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h \ - ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint2.h \ - ../Geo/MElement.h ../Geo/MVertex.h ../Geo/MEdge.h ../Geo/MVertex.h \ - ../Geo/SVector3.h ../Common/Hash.h ../Geo/MFace.h ../Geo/MVertex.h \ - ../Geo/SVector3.h ../Geo/ExtrudeParams.h ../Geo/GFace.h ../Geo/GPoint.h \ - ../Geo/GEntity.h ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/MElement.h \ - ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h ../Geo/ExtrudeParams.h \ - ../Geo/GRegion.h ../Geo/GEntity.h ../Geo/MElement.h \ - ../Geo/ExtrudeParams.h GUI.h Opengl_Window.h Colorbar_Window.h \ - Popup_Button.h SpherePosition_Widget.h + ../Graphics/SelectBuffer.h ../Geo/GVertex.h ../Geo/GEntity.h \ + ../Geo/Range.h ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h \ + ../Geo/MVertex.h ../Geo/SPoint3.h ../Geo/GPoint.h ../Geo/SPoint2.h \ + ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h \ + ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/MElement.h ../Geo/MVertex.h \ + ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Hash.h \ + ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \ + ../Geo/ExtrudeParams.h ../Geo/GFace.h ../Geo/GPoint.h ../Geo/GEntity.h \ + ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/MElement.h ../Geo/SPoint2.h \ + ../Geo/SVector3.h ../Geo/Pair.h ../Geo/ExtrudeParams.h ../Geo/GRegion.h \ + ../Geo/GEntity.h ../Geo/MElement.h ../Geo/ExtrudeParams.h GUI.h \ + Opengl_Window.h Colorbar_Window.h Popup_Button.h \ + SpherePosition_Widget.h Colorbar_Window.o: Colorbar_Window.cpp ../Common/Gmsh.h \ ../Common/Message.h ../DataStr/Malloc.h ../DataStr/List.h \ ../DataStr/Tree.h ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h \ @@ -464,38 +224,4 @@ Solvers.o: Solvers.cpp ../Common/Gmsh.h ../Common/Message.h \ SpherePosition_Widget.h ../Graphics/Draw.h ../Common/Views.h \ ../Common/ColorTable.h ../Common/VertexArray.h ../Common/SmoothData.h \ ../Numeric/Numeric.h ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h ../Common/Context.h + ../Common/Context.h diff --git a/Geo/GeoInterpolation.cpp b/Geo/GeoInterpolation.cpp index b0870ccfba..19cd61b104 100644 --- a/Geo/GeoInterpolation.cpp +++ b/Geo/GeoInterpolation.cpp @@ -1,4 +1,4 @@ -// $Id: GeoInterpolation.cpp,v 1.19 2007-02-12 08:36:10 geuzaine Exp $ +// $Id: GeoInterpolation.cpp,v 1.20 2007-02-27 22:01:25 geuzaine Exp $ // // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // @@ -256,6 +256,11 @@ Vertex InterpolateCurve(Curve * c, double u, int derivee) case MSH_SEGM_LINE: N = List_Nbr(c->Control_Points); + + // FIXME: CG added 27/02/07 - why/how/when do we have HUGE |u| here? + //if(u < c->ubeg) u = c->ubeg; + //if(u > c->uend) u = c->uend; + i = (int)((double)(N - 1) * u); while(i >= N - 1) i--; diff --git a/Geo/MElement.h b/Geo/MElement.h index fb986fd754..16d838faa1 100644 --- a/Geo/MElement.h +++ b/Geo/MElement.h @@ -247,15 +247,15 @@ class MLineN : public MLine { MLineN(MVertex *v0, MVertex *v1, const std::vector<MVertex*> &vs, int num=0, int part=0) : MLine(v0, v1, num, part), _vs(vs) { - for (int i=0;i<_vs.size();i++) + for(unsigned int i = 0; i < _vs.size(); i++) _vs[i]->setPolynomialOrder(_vs.size() + 1); } MLineN(const std::vector<MVertex*> &v, int num=0, int part=0) : MLine(v[0] , v[1], num, part) { - for (int i=2;i<v.size();i++) + for(unsigned int i = 2; i < v.size(); i++) _vs.push_back(v[i]); - for (int i=0;i<_vs.size();i++) + for(unsigned int i = 0 ; i < _vs.size(); i++) _vs[i]->setPolynomialOrder(_vs.size() + 1); } ~MLineN(){} @@ -265,7 +265,7 @@ class MLineN : public MLine { virtual MVertex *getVertexUNV(int num) { if(num == 0) return _v[0]; - if(num == _vs.size() + 1)return _v[1]; + if(num == (int)_vs.size() + 1) return _v[1]; return _vs[num-1]; } virtual int getNumEdgeVertices(){ return _vs.size(); } @@ -407,19 +407,19 @@ class MTriangleN : public MTriangle { std::vector<MVertex*> &v, int order, int num=0, int part=0) : MTriangle(v0, v1, v2, num, part) , _vs (v), _order(order) { - for(int i = 0; i < _vs.size(); i++) _vs[i]->setPolynomialOrder(_order); + for(unsigned int i = 0; i < _vs.size(); i++) _vs[i]->setPolynomialOrder(_order); } MTriangleN(std::vector<MVertex*> &v, int order, int num=0, int part=0) : MTriangle(v[0], v[1], v[2], num, part) , _order(order) { - for(int i = 3; i < v.size(); i++) _vs.push_back(v[i]); - for(int i = 0; i < _vs.size(); i++) _vs[i]->setPolynomialOrder(_order); + for(unsigned int i = 3; i < v.size(); i++) _vs.push_back(v[i]); + for(unsigned int i = 0; i < _vs.size(); i++) _vs[i]->setPolynomialOrder(_order); } ~MTriangleN(){} virtual int getPolynomialOrder(){ return _order; } - virtual int getNumVertices(){ return 3 +_vs.size() ; } + virtual int getNumVertices(){ return 3 + _vs.size() ; } virtual MVertex *getVertex(int num){ return num < 3 ? _v[num] : _vs[num - 3]; } virtual MVertex *getVertexUNV(int num) { diff --git a/Geo/Makefile b/Geo/Makefile index 37fac9116d..b085be61de 100644 --- a/Geo/Makefile +++ b/Geo/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.137 2007-02-27 17:15:46 remacle Exp $ +# $Id: Makefile,v 1.138 2007-02-27 22:01:25 geuzaine Exp $ # # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # @@ -97,39 +97,7 @@ GFace.o: GFace.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ GEdge.h SVector3.h MElement.h MEdge.h ../Common/Hash.h MFace.h \ ../Numeric/Numeric.h ../Common/Context.h ../DataStr/List.h \ ExtrudeParams.h ../Common/SmoothData.h GFace.h GEdgeLoop.h Pair.h \ - GRegion.h ../Common/Message.h /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_types.h /sw/include/gsl/gsl_errno.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h + GRegion.h ../Common/Message.h GRegion.o: GRegion.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ SBoundingBox3d.h ../Common/GmshDefines.h MVertex.h GPoint.h SPoint2.h \ GEdge.h SVector3.h MElement.h MEdge.h ../Common/Hash.h MFace.h \ @@ -172,1589 +140,28 @@ OCCVertex.o: OCCVertex.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ GEdge.h SVector3.h MElement.h MEdge.h ../Common/Hash.h MFace.h \ ../Numeric/Numeric.h ../Common/Context.h ../DataStr/List.h \ ExtrudeParams.h ../Common/SmoothData.h GFace.h GEdgeLoop.h Pair.h \ - GRegion.h OCCVertex.h OCCIncludes.h \ - /usr/local/opencascade//inc/config.h \ - /usr/local/opencascade//inc/BRep_Tool.hxx \ - /usr/local/opencascade//inc/Standard_Boolean.hxx \ - /usr/local/opencascade//inc/Standard_TypeDef.hxx \ - /usr/local/opencascade//inc/Standard_Macro.hxx \ - /usr/local/opencascade//inc/Standard_Stream.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Surface.hxx \ - /usr/local/opencascade//inc/Standard.hxx \ - /usr/local/opencascade//inc/Standard_Address.hxx \ - /usr/local/opencascade//inc/Standard_Integer.hxx \ - /usr/local/opencascade//inc/Standard_values.h \ - /usr/local/opencascade//inc/Standard_OStream.hxx \ - /usr/local/opencascade//inc/Standard_CString.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Geometry.hxx \ - /usr/local/opencascade//inc/Handle_MMgt_TShared.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Transient.hxx \ - /usr/local/opencascade//inc/Standard_PrimitiveTypes.hxx \ - /usr/local/opencascade//inc/Standard_Real.hxx \ - /usr/local/opencascade//inc/Standard_Character.hxx \ - /usr/local/opencascade//inc/Standard_ctype.hxx \ - /usr/local/opencascade//inc/Standard_ExtCharacter.hxx \ - /usr/local/opencascade//inc/Standard_ExtString.hxx \ - /usr/local/opencascade//inc/Standard_Storable.hxx \ - /usr/local/opencascade//inc/Standard_Transient_proto.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Triangulation.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Polygon3D.hxx \ - /usr/local/opencascade//inc/Handle_Geom2d_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Geom2d_Geometry.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Polygon2D.hxx \ - /usr/local/opencascade//inc/Handle_Poly_PolygonOnTriangulation.hxx \ - /usr/local/opencascade//inc/GeomAbs_Shape.hxx \ - /usr/local/opencascade//inc/Geom_Curve.hxx \ - /usr/local/opencascade//inc/Geom_Geometry.hxx \ - /usr/local/opencascade//inc/MMgt_TShared.hxx \ - /usr/local/opencascade//inc/Standard_Transient.hxx \ - /usr/local/opencascade//inc/Standard_Type.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Type.hxx \ - /usr/local/opencascade//inc/Standard_KindOfType.hxx \ - /usr/local/opencascade//inc/Standard_Type.lxx \ - /usr/local/opencascade//inc/Geom2d_Curve.hxx \ - /usr/local/opencascade//inc/Geom2d_Geometry.hxx \ - /usr/local/opencascade//inc/Geom_Surface.hxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnSurf.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPS.hxx \ - /usr/local/opencascade//inc/Adaptor3d_SurfacePtr.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPElS.hxx \ - /usr/local/opencascade//inc/Extrema_POnSurf.hxx \ - /usr/local/opencascade//inc/gp_Pnt.hxx \ - /usr/local/opencascade//inc/gp_XYZ.hxx \ - /usr/local/opencascade//inc/gp_XYZ.lxx \ - /usr/local/opencascade//inc/gp.hxx /usr/local/opencascade//inc/gp.lxx \ - /usr/local/opencascade//inc/gp_Mat.hxx \ - /usr/local/opencascade//inc/gp_Mat.lxx \ - /usr/local/opencascade//inc/Standard_OutOfRange.hxx \ - /usr/local/opencascade//inc/Handle_Standard_OutOfRange.hxx \ - /usr/local/opencascade//inc/Handle_Standard_RangeError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_DomainError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Failure.hxx \ - /usr/local/opencascade//inc/Standard_SStream.hxx \ - /usr/local/opencascade//inc/Standard_RangeError.hxx \ - /usr/local/opencascade//inc/Standard_DomainError.hxx \ - /usr/local/opencascade//inc/Standard_Failure.hxx \ - /usr/local/opencascade//inc/Standard_Failure.lxx \ - /usr/local/opencascade//inc/Standard_ConstructionError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_ConstructionError.hxx \ - /usr/local/opencascade//inc/gp_Pnt.lxx \ - /usr/local/opencascade//inc/gp_Trsf.hxx \ - /usr/local/opencascade//inc/gp_TrsfForm.hxx \ - /usr/local/opencascade//inc/gp_Trsf.lxx \ - /usr/local/opencascade//inc/gp_Trsf2d.hxx \ - /usr/local/opencascade//inc/gp_Mat2d.hxx \ - /usr/local/opencascade//inc/gp_Mat2d.lxx \ - /usr/local/opencascade//inc/gp_XY.hxx \ - /usr/local/opencascade//inc/gp_XY.lxx \ - /usr/local/opencascade//inc/gp_Trsf2d.lxx \ - /usr/local/opencascade//inc/gp_Pnt2d.hxx \ - /usr/local/opencascade//inc/gp_Pnt2d.lxx \ - /usr/local/opencascade//inc/gp_Vec2d.hxx \ - /usr/local/opencascade//inc/gp_Vec2d.lxx \ - /usr/local/opencascade//inc/gp_Dir2d.hxx \ - /usr/local/opencascade//inc/gp_Dir2d.lxx \ - /usr/local/opencascade//inc/gp_Ax2d.hxx \ - /usr/local/opencascade//inc/gp_Ax2d.lxx \ - /usr/local/opencascade//inc/gp_Vec.hxx \ - /usr/local/opencascade//inc/gp_Vec.lxx \ - /usr/local/opencascade//inc/gp_Dir.hxx \ - /usr/local/opencascade//inc/gp_Dir.lxx \ - /usr/local/opencascade//inc/gp_VectorWithNullMagnitude.hxx \ - /usr/local/opencascade//inc/Handle_gp_VectorWithNullMagnitude.hxx \ - /usr/local/opencascade//inc/Extrema_POnSurf.lxx \ - /usr/local/opencascade//inc/Extrema_GenExtPS.hxx \ - /usr/local/opencascade//inc/Handle_TColgp_HArray2OfPnt.hxx \ - /usr/local/opencascade//inc/Extrema_FuncExtPS.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfReal.hxx \ - /usr/local/opencascade//inc/TCollection_BaseSequence.hxx \ - /usr/local/opencascade//inc/TCollection_BaseSequence.lxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfReal.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_SeqNode.hxx \ - /usr/local/opencascade//inc/TCollection_Sequence.lxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfPOnSurf.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfPOnSurf.hxx \ - /usr/local/opencascade//inc/math_FunctionSetWithDerivatives.hxx \ - /usr/local/opencascade//inc/math_FunctionSet.hxx \ - /usr/local/opencascade//inc/GeomAbs_SurfaceType.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Surface.hxx \ - /usr/local/opencascade//inc/Adaptor3d_Surface.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BezierSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BoundedSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BSplineSurface.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HCurve.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Surface.lxx \ - /usr/local/opencascade//inc/Quantity_Parameter.hxx \ - /usr/local/opencascade//inc/Quantity_Length.hxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnSurf.lxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnCurve.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPC.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPElC.hxx \ - /usr/local/opencascade//inc/Extrema_POnCurv.hxx \ - /usr/local/opencascade//inc/Extrema_Point.lxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfPOnCurv.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfPOnCurv.hxx \ - /usr/local/opencascade//inc/Extrema_EPCOfExtPC.hxx \ - /usr/local/opencascade//inc/Extrema_PCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfInteger.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfInteger.hxx \ - /usr/local/opencascade//inc/Extrema_SeqPCOfPCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/math_FunctionWithDerivative.hxx \ - /usr/local/opencascade//inc/math_Function.hxx \ - /usr/local/opencascade//inc/GeomAbs_CurveType.hxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfBoolean.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfBoolean.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Curve.hxx \ - /usr/local/opencascade//inc/Adaptor3d_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BezierCurve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BoundedCurve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BSplineCurve.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Curve.lxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnCurve.lxx \ - /usr/local/opencascade//inc/BRepTools.hxx \ - /usr/local/opencascade//inc/Standard_IStream.hxx \ - /usr/local/opencascade//inc/TopExp.hxx \ - /usr/local/opencascade//inc/TopAbs_ShapeEnum.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeVertex.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeVertex.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeShape.hxx \ - /usr/local/opencascade//inc/TopoDS_Shape.hxx \ - /usr/local/opencascade//inc/Handle_TopoDS_TShape.hxx \ - /usr/local/opencascade//inc/TopLoc_Location.hxx \ - /usr/local/opencascade//inc/TopLoc_SListOfItemLocation.hxx \ - /usr/local/opencascade//inc/Handle_TopLoc_SListNodeOfSListOfItemLocation.hxx \ - /usr/local/opencascade//inc/TCollection_SList.lxx \ - /usr/local/opencascade//inc/Handle_TopLoc_Datum3D.hxx \ - /usr/local/opencascade//inc/TopLoc_Location.lxx \ - /usr/local/opencascade//inc/TopLoc_ItemLocation.hxx \ - /usr/local/opencascade//inc/TopLoc_TrsfPtr.hxx \ - /usr/local/opencascade//inc/TopAbs_Orientation.hxx \ - /usr/local/opencascade//inc/TopoDS_Shape.lxx \ - /usr/local/opencascade//inc/TopoDS_TShape.hxx \ - /usr/local/opencascade//inc/TopoDS_ListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopoDS_ListNodeOfListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_MapNode.hxx \ - /usr/local/opencascade//inc/TCollection_List.lxx \ - /usr/local/opencascade//inc/TopoDS_TShape.lxx \ - /usr/local/opencascade//inc/TopAbs.hxx \ - /usr/local/opencascade//inc/TopAbs_State.hxx \ - /usr/local/opencascade//inc/TopTools_ListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_ListNodeOfListOfShape.hxx \ - /usr/local/opencascade//inc/BRepLib_Command.hxx \ - /usr/local/opencascade//inc/BRepLib_ShapeModification.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeShape.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Command.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeShell.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeShell.hxx \ - /usr/local/opencascade//inc/BRepLib_ShellError.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_ShellError.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeSolid.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeSolid.hxx \ - /usr/local/opencascade//inc/BRepOffsetAPI_Sewing.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Sewing.hxx \ - /usr/local/opencascade//inc/Handle_BRepBuilderAPI_Sewing.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TCollection_BasicMap.hxx \ - /usr/local/opencascade//inc/TCollection_MapNodePtr.hxx \ - /usr/local/opencascade//inc/TCollection_BasicMap.lxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedMapOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedMapNodeOfIndexedMapOfShape.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/TopTools_DataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_DataMapNodeOfDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TopTools_DataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_DataMapNodeOfDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_BRepTools_ReShape.hxx \ - /usr/local/opencascade//inc/TopTools_MapOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_StdMapNodeOfMapOfShape.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Sewing.lxx \ - /usr/local/opencascade//inc/BRepLProp_SLProps.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Surface.hxx \ - /usr/local/opencascade//inc/TopoDS_Face.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Surface.lxx \ - /usr/local/opencascade//inc/LProp_Status.hxx \ - /usr/local/opencascade//inc/Poly_Triangulation.hxx \ - /usr/local/opencascade//inc/TColgp_Array1OfPnt.hxx \ - /usr/local/opencascade//inc/TCollection_Array1.lxx \ - /usr/local/opencascade//inc/Handle_TColgp_HArray1OfPnt2d.hxx \ - /usr/local/opencascade//inc/Poly_Array1OfTriangle.hxx \ - /usr/local/opencascade//inc/Poly_Triangle.hxx \ - /usr/local/opencascade//inc/Poly_Triangle.lxx \ - /usr/local/opencascade//inc/Poly_Triangulation.lxx \ - /usr/local/opencascade//inc/TColgp_Array1OfPnt2d.hxx \ - /usr/local/opencascade//inc/GProp_GProps.hxx \ - /usr/local/opencascade//inc/BRepGProp.hxx \ - /usr/local/opencascade//inc/TopoDS.hxx \ - /usr/local/opencascade//inc/TopoDS.lxx \ - /usr/local/opencascade//inc/Standard_TypeMismatch.hxx \ - /usr/local/opencascade//inc/Handle_Standard_TypeMismatch.hxx \ - /usr/local/opencascade//inc/TopoDS_Solid.hxx \ - /usr/local/opencascade//inc/TopExp_Explorer.hxx \ - /usr/local/opencascade//inc/TopExp_Stack.hxx \ - /usr/local/opencascade//inc/TopExp_Explorer.lxx \ - /usr/local/opencascade//inc/BRep_Builder.hxx \ - /usr/local/opencascade//inc/TopoDS_Builder3D.hxx \ - /usr/local/opencascade//inc/TopoDS_Builder.hxx \ - /usr/local/opencascade//inc/TopoDS_Wire.hxx \ - /usr/local/opencascade//inc/BRepTools_WireExplorer.hxx \ - /usr/local/opencascade//inc/TopoDS_Edge.hxx \ - /usr/local/opencascade//inc/TopoDS_Vertex.hxx \ - /usr/local/opencascade//inc/BRepLProp_CLProps.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HCurveOnSurface.hxx \ - /usr/local/opencascade//inc/IGESControl_Reader.hxx \ - /usr/local/opencascade//inc/XSControl_Reader.hxx \ - /usr/local/opencascade//inc/Handle_XSControl_WorkSession.hxx \ - /usr/local/opencascade//inc/Handle_IFSelect_WorkSession.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfTransient.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfTransient.hxx \ - /usr/local/opencascade//inc/TopTools_SequenceOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_SequenceNodeOfSequenceOfShape.hxx \ - /usr/local/opencascade//inc/IFSelect_ReturnStatus.hxx \ - /usr/local/opencascade//inc/Handle_Interface_InterfaceModel.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfTransient.hxx \ - /usr/local/opencascade//inc/IFSelect_PrintCount.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_IGESModel.hxx \ - /usr/local/opencascade//inc/IFSelect_PrintFail.hxx \ - /usr/local/opencascade//inc/IGESControl_Reader.lxx \ - /usr/local/opencascade//inc/STEPControl_Reader.hxx \ - /usr/local/opencascade//inc/Handle_StepData_StepModel.hxx \ - /usr/local/opencascade//inc/IGESToBRep_Reader.hxx \ - /usr/local/opencascade//inc/Handle_IGESToBRep_Actor.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ActorOfTransientProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ActorOfProcessForTransient.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_TransientProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ProcessForTransient.hxx \ - /usr/local/opencascade//inc/Interface_Static.hxx \ - /usr/local/opencascade//inc/Handle_Interface_Static.hxx \ - /usr/local/opencascade//inc/Handle_Interface_TypedValue.hxx \ - /usr/local/opencascade//inc/Handle_MoniTool_TypedValue.hxx \ - /usr/local/opencascade//inc/TCollection_AsciiString.hxx \ - /usr/local/opencascade//inc/TCollection_AsciiString.lxx \ - /usr/local/opencascade//inc/Interface_ParamType.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HArray1OfAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_Dico_DictionaryOfInteger.hxx \ - /usr/local/opencascade//inc/Interface_StaticSatisfies.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_HAsciiString.hxx \ - /usr/local/opencascade//inc/Interface_TypedValue.hxx \ - /usr/local/opencascade//inc/Interface_ValueInterpret.hxx \ - /usr/local/opencascade//inc/Interface_ValueSatisfies.hxx \ - /usr/local/opencascade//inc/MoniTool_TypedValue.hxx \ - /usr/local/opencascade//inc/MoniTool_ValueType.hxx \ - /usr/local/opencascade//inc/MoniTool_ValueInterpret.hxx \ - /usr/local/opencascade//inc/TCollection_HAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_HExtendedString.hxx \ - /usr/local/opencascade//inc/TCollection_HAsciiString.lxx \ - /usr/local/opencascade//inc/MoniTool_ValueSatisfies.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_Dico_DictionaryOfTransient.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfHAsciiString.hxx \ - /usr/local/opencascade//inc/GeomAPI_ExtremaCurveCurve.hxx \ - /usr/local/opencascade//inc/Extrema_ExtCC.hxx \ - /usr/local/opencascade//inc/GeomAPI_ExtremaCurveCurve.lxx \ - /usr/local/opencascade//inc/Standard_ErrorHandler.hxx \ - /usr/local/opencascade//inc/Standard_ErrorHandler.lxx \ - /usr/local/opencascade//inc/ShapeUpgrade_ShellSewing.hxx \ - /usr/local/opencascade//inc/Handle_ShapeBuild_ReShape.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shape.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Shape.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Root.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Solid.hxx \ - /usr/local/opencascade//inc/ShapeFix_Root.hxx \ - /usr/local/opencascade//inc/Handle_ShapeExtend_BasicMsgRegistrator.hxx \ - /usr/local/opencascade//inc/Message_Gravity.hxx \ - /usr/local/opencascade//inc/ShapeFix_Root.lxx \ - /usr/local/opencascade//inc/Precision.hxx \ - /usr/local/opencascade//inc/Precision.lxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Shell.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Face.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Wire.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Edge.hxx \ - /usr/local/opencascade//inc/ShapeExtend_Status.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shape.lxx \ - /usr/local/opencascade//inc/ShapeFix_Solid.hxx \ - /usr/local/opencascade//inc/ShapeFix_Solid.lxx \ - /usr/local/opencascade//inc/ShapeFix_Shell.hxx \ - /usr/local/opencascade//inc/TopoDS_Shell.hxx \ - /usr/local/opencascade//inc/TopoDS_Compound.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shell.lxx \ - /usr/local/opencascade//inc/ShapeFix_Face.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_Surface.hxx \ - /usr/local/opencascade//inc/Handle_ShapeExtend_WireData.hxx \ - /usr/local/opencascade//inc/ShapeFix_Face.lxx \ - /usr/local/opencascade//inc/ShapeExtend.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wire.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_Wire.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wire.lxx \ - /usr/local/opencascade//inc/ShapeExtend_WireData.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_HSequenceOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfInteger.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_Wire.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_Wire.lxx \ - /usr/local/opencascade//inc/ShapeFix_Wireframe.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Wireframe.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wireframe.lxx \ - /usr/local/opencascade//inc/BRepMesh.hxx \ - /usr/local/opencascade//inc/BRepMesh_IncrementalMesh.hxx \ - /usr/local/opencascade//inc/Handle_BRepMesh_FastDiscret.hxx \ - /usr/local/opencascade//inc/BRepMesh_DataMapOfShapeReal.hxx \ - /usr/local/opencascade//inc/Handle_BRepMesh_DataMapNodeOfDataMapOfShapeReal.hxx \ - /usr/local/opencascade//inc/Bnd_Box.hxx \ - /usr/local/opencascade//inc/Bnd_Box.lxx \ - /usr/local/opencascade//inc/BRepBndLib.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis.hxx \ - /usr/local/opencascade//inc/ShapeBuild_ReShape.hxx \ - /usr/local/opencascade//inc/BRepTools_ReShape.hxx \ - /usr/local/opencascade//inc/IGESControl_Writer.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_FinderProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ProcessForFinder.hxx \ - /usr/local/opencascade//inc/IGESData_BasicEditor.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_Protocol.hxx \ - /usr/local/opencascade//inc/Handle_Interface_Protocol.hxx \ - /usr/local/opencascade//inc/Interface_GeneralLib.hxx \ - /usr/local/opencascade//inc/Handle_Interface_NodeOfGeneralLib.hxx \ - /usr/local/opencascade//inc/Handle_Interface_GeneralModule.hxx \ - /usr/local/opencascade//inc/Handle_Interface_GlobalNodeOfGeneralLib.hxx \ - /usr/local/opencascade//inc/IGESData_SpecificLib.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_NodeOfSpecificLib.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_IGESEntity.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_SpecificModule.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_GlobalNodeOfSpecificLib.hxx \ - /usr/local/opencascade//inc/STEPControl_Writer.hxx \ - /usr/local/opencascade//inc/STEPControl_StepModelType.hxx \ - /usr/local/opencascade//inc/StlAPI_Writer.hxx \ - /usr/local/opencascade//inc/Handle_StlMesh_Mesh.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeTolerance.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeContents.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeContents.lxx \ - /usr/local/opencascade//inc/ShapeAnalysis_CheckSmallFace.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_CheckSmallFace.lxx \ - /usr/local/opencascade//inc/ShapeAnalysis_DataMapOfShapeListOfReal.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_DataMapNodeOfDataMapOfShapeListOfReal.hxx \ - /usr/local/opencascade//inc/BRepAlgoAPI_Fuse.hxx \ - /usr/local/opencascade//inc/BRepAlgoAPI_BooleanOperation.hxx \ - /usr/local/opencascade//inc/BOP_Operation.hxx \ - /usr/local/opencascade//inc/BOPTools_PDSFiller.hxx \ - /usr/local/opencascade//inc/BOP_PBuilder.hxx \ - /usr/local/opencascade//inc/Handle_BOP_HistoryCollector.hxx \ - /usr/local/opencascade//inc/BRepCheck_Analyzer.hxx \ - /usr/local/opencascade//inc/BRepCheck_DataMapOfShapeResult.hxx \ - /usr/local/opencascade//inc/Handle_BRepCheck_Result.hxx \ - /usr/local/opencascade//inc/Handle_BRepCheck_DataMapNodeOfDataMapOfShapeResult.hxx \ - /usr/local/opencascade//inc/BRepCheck_Analyzer.lxx \ - /usr/local/opencascade//inc/BRepLib.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Plane.hxx \ - /usr/local/opencascade//inc/Handle_Geom_ElementarySurface.hxx \ - /usr/local/opencascade//inc/ShapeFix.hxx \ - /usr/local/opencascade//inc/ShapeFix_FixSmallFace.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_FixSmallFace.hxx OCCEdge.h \ - OCCFace.h + GRegion.h OCCVertex.h OCCIncludes.h OCCEdge.h OCCFace.h OCCEdge.o: OCCEdge.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ SBoundingBox3d.h ../Common/GmshDefines.h MVertex.h GPoint.h SPoint2.h \ GEdge.h SVector3.h MElement.h MEdge.h ../Common/Hash.h MFace.h \ ../Numeric/Numeric.h ../Common/Context.h ../DataStr/List.h \ ExtrudeParams.h ../Common/SmoothData.h GFace.h GEdgeLoop.h Pair.h \ GRegion.h ../Common/Message.h OCCEdge.h OCCVertex.h OCCIncludes.h \ - /usr/local/opencascade//inc/config.h \ - /usr/local/opencascade//inc/BRep_Tool.hxx \ - /usr/local/opencascade//inc/Standard_Boolean.hxx \ - /usr/local/opencascade//inc/Standard_TypeDef.hxx \ - /usr/local/opencascade//inc/Standard_Macro.hxx \ - /usr/local/opencascade//inc/Standard_Stream.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Surface.hxx \ - /usr/local/opencascade//inc/Standard.hxx \ - /usr/local/opencascade//inc/Standard_Address.hxx \ - /usr/local/opencascade//inc/Standard_Integer.hxx \ - /usr/local/opencascade//inc/Standard_values.h \ - /usr/local/opencascade//inc/Standard_OStream.hxx \ - /usr/local/opencascade//inc/Standard_CString.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Geometry.hxx \ - /usr/local/opencascade//inc/Handle_MMgt_TShared.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Transient.hxx \ - /usr/local/opencascade//inc/Standard_PrimitiveTypes.hxx \ - /usr/local/opencascade//inc/Standard_Real.hxx \ - /usr/local/opencascade//inc/Standard_Character.hxx \ - /usr/local/opencascade//inc/Standard_ctype.hxx \ - /usr/local/opencascade//inc/Standard_ExtCharacter.hxx \ - /usr/local/opencascade//inc/Standard_ExtString.hxx \ - /usr/local/opencascade//inc/Standard_Storable.hxx \ - /usr/local/opencascade//inc/Standard_Transient_proto.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Triangulation.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Polygon3D.hxx \ - /usr/local/opencascade//inc/Handle_Geom2d_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Geom2d_Geometry.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Polygon2D.hxx \ - /usr/local/opencascade//inc/Handle_Poly_PolygonOnTriangulation.hxx \ - /usr/local/opencascade//inc/GeomAbs_Shape.hxx \ - /usr/local/opencascade//inc/Geom_Curve.hxx \ - /usr/local/opencascade//inc/Geom_Geometry.hxx \ - /usr/local/opencascade//inc/MMgt_TShared.hxx \ - /usr/local/opencascade//inc/Standard_Transient.hxx \ - /usr/local/opencascade//inc/Standard_Type.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Type.hxx \ - /usr/local/opencascade//inc/Standard_KindOfType.hxx \ - /usr/local/opencascade//inc/Standard_Type.lxx \ - /usr/local/opencascade//inc/Geom2d_Curve.hxx \ - /usr/local/opencascade//inc/Geom2d_Geometry.hxx \ - /usr/local/opencascade//inc/Geom_Surface.hxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnSurf.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPS.hxx \ - /usr/local/opencascade//inc/Adaptor3d_SurfacePtr.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPElS.hxx \ - /usr/local/opencascade//inc/Extrema_POnSurf.hxx \ - /usr/local/opencascade//inc/gp_Pnt.hxx \ - /usr/local/opencascade//inc/gp_XYZ.hxx \ - /usr/local/opencascade//inc/gp_XYZ.lxx \ - /usr/local/opencascade//inc/gp.hxx /usr/local/opencascade//inc/gp.lxx \ - /usr/local/opencascade//inc/gp_Mat.hxx \ - /usr/local/opencascade//inc/gp_Mat.lxx \ - /usr/local/opencascade//inc/Standard_OutOfRange.hxx \ - /usr/local/opencascade//inc/Handle_Standard_OutOfRange.hxx \ - /usr/local/opencascade//inc/Handle_Standard_RangeError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_DomainError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Failure.hxx \ - /usr/local/opencascade//inc/Standard_SStream.hxx \ - /usr/local/opencascade//inc/Standard_RangeError.hxx \ - /usr/local/opencascade//inc/Standard_DomainError.hxx \ - /usr/local/opencascade//inc/Standard_Failure.hxx \ - /usr/local/opencascade//inc/Standard_Failure.lxx \ - /usr/local/opencascade//inc/Standard_ConstructionError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_ConstructionError.hxx \ - /usr/local/opencascade//inc/gp_Pnt.lxx \ - /usr/local/opencascade//inc/gp_Trsf.hxx \ - /usr/local/opencascade//inc/gp_TrsfForm.hxx \ - /usr/local/opencascade//inc/gp_Trsf.lxx \ - /usr/local/opencascade//inc/gp_Trsf2d.hxx \ - /usr/local/opencascade//inc/gp_Mat2d.hxx \ - /usr/local/opencascade//inc/gp_Mat2d.lxx \ - /usr/local/opencascade//inc/gp_XY.hxx \ - /usr/local/opencascade//inc/gp_XY.lxx \ - /usr/local/opencascade//inc/gp_Trsf2d.lxx \ - /usr/local/opencascade//inc/gp_Pnt2d.hxx \ - /usr/local/opencascade//inc/gp_Pnt2d.lxx \ - /usr/local/opencascade//inc/gp_Vec2d.hxx \ - /usr/local/opencascade//inc/gp_Vec2d.lxx \ - /usr/local/opencascade//inc/gp_Dir2d.hxx \ - /usr/local/opencascade//inc/gp_Dir2d.lxx \ - /usr/local/opencascade//inc/gp_Ax2d.hxx \ - /usr/local/opencascade//inc/gp_Ax2d.lxx \ - /usr/local/opencascade//inc/gp_Vec.hxx \ - /usr/local/opencascade//inc/gp_Vec.lxx \ - /usr/local/opencascade//inc/gp_Dir.hxx \ - /usr/local/opencascade//inc/gp_Dir.lxx \ - /usr/local/opencascade//inc/gp_VectorWithNullMagnitude.hxx \ - /usr/local/opencascade//inc/Handle_gp_VectorWithNullMagnitude.hxx \ - /usr/local/opencascade//inc/Extrema_POnSurf.lxx \ - /usr/local/opencascade//inc/Extrema_GenExtPS.hxx \ - /usr/local/opencascade//inc/Handle_TColgp_HArray2OfPnt.hxx \ - /usr/local/opencascade//inc/Extrema_FuncExtPS.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfReal.hxx \ - /usr/local/opencascade//inc/TCollection_BaseSequence.hxx \ - /usr/local/opencascade//inc/TCollection_BaseSequence.lxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfReal.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_SeqNode.hxx \ - /usr/local/opencascade//inc/TCollection_Sequence.lxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfPOnSurf.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfPOnSurf.hxx \ - /usr/local/opencascade//inc/math_FunctionSetWithDerivatives.hxx \ - /usr/local/opencascade//inc/math_FunctionSet.hxx \ - /usr/local/opencascade//inc/GeomAbs_SurfaceType.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Surface.hxx \ - /usr/local/opencascade//inc/Adaptor3d_Surface.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BezierSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BoundedSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BSplineSurface.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HCurve.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Surface.lxx \ - /usr/local/opencascade//inc/Quantity_Parameter.hxx \ - /usr/local/opencascade//inc/Quantity_Length.hxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnSurf.lxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnCurve.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPC.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPElC.hxx \ - /usr/local/opencascade//inc/Extrema_POnCurv.hxx \ - /usr/local/opencascade//inc/Extrema_Point.lxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfPOnCurv.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfPOnCurv.hxx \ - /usr/local/opencascade//inc/Extrema_EPCOfExtPC.hxx \ - /usr/local/opencascade//inc/Extrema_PCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfInteger.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfInteger.hxx \ - /usr/local/opencascade//inc/Extrema_SeqPCOfPCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/math_FunctionWithDerivative.hxx \ - /usr/local/opencascade//inc/math_Function.hxx \ - /usr/local/opencascade//inc/GeomAbs_CurveType.hxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfBoolean.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfBoolean.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Curve.hxx \ - /usr/local/opencascade//inc/Adaptor3d_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BezierCurve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BoundedCurve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BSplineCurve.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Curve.lxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnCurve.lxx \ - /usr/local/opencascade//inc/BRepTools.hxx \ - /usr/local/opencascade//inc/Standard_IStream.hxx \ - /usr/local/opencascade//inc/TopExp.hxx \ - /usr/local/opencascade//inc/TopAbs_ShapeEnum.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeVertex.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeVertex.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeShape.hxx \ - /usr/local/opencascade//inc/TopoDS_Shape.hxx \ - /usr/local/opencascade//inc/Handle_TopoDS_TShape.hxx \ - /usr/local/opencascade//inc/TopLoc_Location.hxx \ - /usr/local/opencascade//inc/TopLoc_SListOfItemLocation.hxx \ - /usr/local/opencascade//inc/Handle_TopLoc_SListNodeOfSListOfItemLocation.hxx \ - /usr/local/opencascade//inc/TCollection_SList.lxx \ - /usr/local/opencascade//inc/Handle_TopLoc_Datum3D.hxx \ - /usr/local/opencascade//inc/TopLoc_Location.lxx \ - /usr/local/opencascade//inc/TopLoc_ItemLocation.hxx \ - /usr/local/opencascade//inc/TopLoc_TrsfPtr.hxx \ - /usr/local/opencascade//inc/TopAbs_Orientation.hxx \ - /usr/local/opencascade//inc/TopoDS_Shape.lxx \ - /usr/local/opencascade//inc/TopoDS_TShape.hxx \ - /usr/local/opencascade//inc/TopoDS_ListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopoDS_ListNodeOfListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_MapNode.hxx \ - /usr/local/opencascade//inc/TCollection_List.lxx \ - /usr/local/opencascade//inc/TopoDS_TShape.lxx \ - /usr/local/opencascade//inc/TopAbs.hxx \ - /usr/local/opencascade//inc/TopAbs_State.hxx \ - /usr/local/opencascade//inc/TopTools_ListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_ListNodeOfListOfShape.hxx \ - /usr/local/opencascade//inc/BRepLib_Command.hxx \ - /usr/local/opencascade//inc/BRepLib_ShapeModification.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeShape.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Command.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeShell.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeShell.hxx \ - /usr/local/opencascade//inc/BRepLib_ShellError.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_ShellError.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeSolid.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeSolid.hxx \ - /usr/local/opencascade//inc/BRepOffsetAPI_Sewing.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Sewing.hxx \ - /usr/local/opencascade//inc/Handle_BRepBuilderAPI_Sewing.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TCollection_BasicMap.hxx \ - /usr/local/opencascade//inc/TCollection_MapNodePtr.hxx \ - /usr/local/opencascade//inc/TCollection_BasicMap.lxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedMapOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedMapNodeOfIndexedMapOfShape.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/TopTools_DataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_DataMapNodeOfDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TopTools_DataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_DataMapNodeOfDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_BRepTools_ReShape.hxx \ - /usr/local/opencascade//inc/TopTools_MapOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_StdMapNodeOfMapOfShape.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Sewing.lxx \ - /usr/local/opencascade//inc/BRepLProp_SLProps.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Surface.hxx \ - /usr/local/opencascade//inc/TopoDS_Face.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Surface.lxx \ - /usr/local/opencascade//inc/LProp_Status.hxx \ - /usr/local/opencascade//inc/Poly_Triangulation.hxx \ - /usr/local/opencascade//inc/TColgp_Array1OfPnt.hxx \ - /usr/local/opencascade//inc/TCollection_Array1.lxx \ - /usr/local/opencascade//inc/Handle_TColgp_HArray1OfPnt2d.hxx \ - /usr/local/opencascade//inc/Poly_Array1OfTriangle.hxx \ - /usr/local/opencascade//inc/Poly_Triangle.hxx \ - /usr/local/opencascade//inc/Poly_Triangle.lxx \ - /usr/local/opencascade//inc/Poly_Triangulation.lxx \ - /usr/local/opencascade//inc/TColgp_Array1OfPnt2d.hxx \ - /usr/local/opencascade//inc/GProp_GProps.hxx \ - /usr/local/opencascade//inc/BRepGProp.hxx \ - /usr/local/opencascade//inc/TopoDS.hxx \ - /usr/local/opencascade//inc/TopoDS.lxx \ - /usr/local/opencascade//inc/Standard_TypeMismatch.hxx \ - /usr/local/opencascade//inc/Handle_Standard_TypeMismatch.hxx \ - /usr/local/opencascade//inc/TopoDS_Solid.hxx \ - /usr/local/opencascade//inc/TopExp_Explorer.hxx \ - /usr/local/opencascade//inc/TopExp_Stack.hxx \ - /usr/local/opencascade//inc/TopExp_Explorer.lxx \ - /usr/local/opencascade//inc/BRep_Builder.hxx \ - /usr/local/opencascade//inc/TopoDS_Builder3D.hxx \ - /usr/local/opencascade//inc/TopoDS_Builder.hxx \ - /usr/local/opencascade//inc/TopoDS_Wire.hxx \ - /usr/local/opencascade//inc/BRepTools_WireExplorer.hxx \ - /usr/local/opencascade//inc/TopoDS_Edge.hxx \ - /usr/local/opencascade//inc/TopoDS_Vertex.hxx \ - /usr/local/opencascade//inc/BRepLProp_CLProps.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HCurveOnSurface.hxx \ - /usr/local/opencascade//inc/IGESControl_Reader.hxx \ - /usr/local/opencascade//inc/XSControl_Reader.hxx \ - /usr/local/opencascade//inc/Handle_XSControl_WorkSession.hxx \ - /usr/local/opencascade//inc/Handle_IFSelect_WorkSession.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfTransient.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfTransient.hxx \ - /usr/local/opencascade//inc/TopTools_SequenceOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_SequenceNodeOfSequenceOfShape.hxx \ - /usr/local/opencascade//inc/IFSelect_ReturnStatus.hxx \ - /usr/local/opencascade//inc/Handle_Interface_InterfaceModel.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfTransient.hxx \ - /usr/local/opencascade//inc/IFSelect_PrintCount.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_IGESModel.hxx \ - /usr/local/opencascade//inc/IFSelect_PrintFail.hxx \ - /usr/local/opencascade//inc/IGESControl_Reader.lxx \ - /usr/local/opencascade//inc/STEPControl_Reader.hxx \ - /usr/local/opencascade//inc/Handle_StepData_StepModel.hxx \ - /usr/local/opencascade//inc/IGESToBRep_Reader.hxx \ - /usr/local/opencascade//inc/Handle_IGESToBRep_Actor.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ActorOfTransientProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ActorOfProcessForTransient.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_TransientProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ProcessForTransient.hxx \ - /usr/local/opencascade//inc/Interface_Static.hxx \ - /usr/local/opencascade//inc/Handle_Interface_Static.hxx \ - /usr/local/opencascade//inc/Handle_Interface_TypedValue.hxx \ - /usr/local/opencascade//inc/Handle_MoniTool_TypedValue.hxx \ - /usr/local/opencascade//inc/TCollection_AsciiString.hxx \ - /usr/local/opencascade//inc/TCollection_AsciiString.lxx \ - /usr/local/opencascade//inc/Interface_ParamType.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HArray1OfAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_Dico_DictionaryOfInteger.hxx \ - /usr/local/opencascade//inc/Interface_StaticSatisfies.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_HAsciiString.hxx \ - /usr/local/opencascade//inc/Interface_TypedValue.hxx \ - /usr/local/opencascade//inc/Interface_ValueInterpret.hxx \ - /usr/local/opencascade//inc/Interface_ValueSatisfies.hxx \ - /usr/local/opencascade//inc/MoniTool_TypedValue.hxx \ - /usr/local/opencascade//inc/MoniTool_ValueType.hxx \ - /usr/local/opencascade//inc/MoniTool_ValueInterpret.hxx \ - /usr/local/opencascade//inc/TCollection_HAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_HExtendedString.hxx \ - /usr/local/opencascade//inc/TCollection_HAsciiString.lxx \ - /usr/local/opencascade//inc/MoniTool_ValueSatisfies.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_Dico_DictionaryOfTransient.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfHAsciiString.hxx \ - /usr/local/opencascade//inc/GeomAPI_ExtremaCurveCurve.hxx \ - /usr/local/opencascade//inc/Extrema_ExtCC.hxx \ - /usr/local/opencascade//inc/GeomAPI_ExtremaCurveCurve.lxx \ - /usr/local/opencascade//inc/Standard_ErrorHandler.hxx \ - /usr/local/opencascade//inc/Standard_ErrorHandler.lxx \ - /usr/local/opencascade//inc/ShapeUpgrade_ShellSewing.hxx \ - /usr/local/opencascade//inc/Handle_ShapeBuild_ReShape.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shape.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Shape.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Root.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Solid.hxx \ - /usr/local/opencascade//inc/ShapeFix_Root.hxx \ - /usr/local/opencascade//inc/Handle_ShapeExtend_BasicMsgRegistrator.hxx \ - /usr/local/opencascade//inc/Message_Gravity.hxx \ - /usr/local/opencascade//inc/ShapeFix_Root.lxx \ - /usr/local/opencascade//inc/Precision.hxx \ - /usr/local/opencascade//inc/Precision.lxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Shell.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Face.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Wire.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Edge.hxx \ - /usr/local/opencascade//inc/ShapeExtend_Status.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shape.lxx \ - /usr/local/opencascade//inc/ShapeFix_Solid.hxx \ - /usr/local/opencascade//inc/ShapeFix_Solid.lxx \ - /usr/local/opencascade//inc/ShapeFix_Shell.hxx \ - /usr/local/opencascade//inc/TopoDS_Shell.hxx \ - /usr/local/opencascade//inc/TopoDS_Compound.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shell.lxx \ - /usr/local/opencascade//inc/ShapeFix_Face.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_Surface.hxx \ - /usr/local/opencascade//inc/Handle_ShapeExtend_WireData.hxx \ - /usr/local/opencascade//inc/ShapeFix_Face.lxx \ - /usr/local/opencascade//inc/ShapeExtend.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wire.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_Wire.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wire.lxx \ - /usr/local/opencascade//inc/ShapeExtend_WireData.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_HSequenceOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfInteger.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_Wire.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_Wire.lxx \ - /usr/local/opencascade//inc/ShapeFix_Wireframe.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Wireframe.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wireframe.lxx \ - /usr/local/opencascade//inc/BRepMesh.hxx \ - /usr/local/opencascade//inc/BRepMesh_IncrementalMesh.hxx \ - /usr/local/opencascade//inc/Handle_BRepMesh_FastDiscret.hxx \ - /usr/local/opencascade//inc/BRepMesh_DataMapOfShapeReal.hxx \ - /usr/local/opencascade//inc/Handle_BRepMesh_DataMapNodeOfDataMapOfShapeReal.hxx \ - /usr/local/opencascade//inc/Bnd_Box.hxx \ - /usr/local/opencascade//inc/Bnd_Box.lxx \ - /usr/local/opencascade//inc/BRepBndLib.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis.hxx \ - /usr/local/opencascade//inc/ShapeBuild_ReShape.hxx \ - /usr/local/opencascade//inc/BRepTools_ReShape.hxx \ - /usr/local/opencascade//inc/IGESControl_Writer.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_FinderProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ProcessForFinder.hxx \ - /usr/local/opencascade//inc/IGESData_BasicEditor.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_Protocol.hxx \ - /usr/local/opencascade//inc/Handle_Interface_Protocol.hxx \ - /usr/local/opencascade//inc/Interface_GeneralLib.hxx \ - /usr/local/opencascade//inc/Handle_Interface_NodeOfGeneralLib.hxx \ - /usr/local/opencascade//inc/Handle_Interface_GeneralModule.hxx \ - /usr/local/opencascade//inc/Handle_Interface_GlobalNodeOfGeneralLib.hxx \ - /usr/local/opencascade//inc/IGESData_SpecificLib.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_NodeOfSpecificLib.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_IGESEntity.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_SpecificModule.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_GlobalNodeOfSpecificLib.hxx \ - /usr/local/opencascade//inc/STEPControl_Writer.hxx \ - /usr/local/opencascade//inc/STEPControl_StepModelType.hxx \ - /usr/local/opencascade//inc/StlAPI_Writer.hxx \ - /usr/local/opencascade//inc/Handle_StlMesh_Mesh.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeTolerance.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeContents.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeContents.lxx \ - /usr/local/opencascade//inc/ShapeAnalysis_CheckSmallFace.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_CheckSmallFace.lxx \ - /usr/local/opencascade//inc/ShapeAnalysis_DataMapOfShapeListOfReal.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_DataMapNodeOfDataMapOfShapeListOfReal.hxx \ - /usr/local/opencascade//inc/BRepAlgoAPI_Fuse.hxx \ - /usr/local/opencascade//inc/BRepAlgoAPI_BooleanOperation.hxx \ - /usr/local/opencascade//inc/BOP_Operation.hxx \ - /usr/local/opencascade//inc/BOPTools_PDSFiller.hxx \ - /usr/local/opencascade//inc/BOP_PBuilder.hxx \ - /usr/local/opencascade//inc/Handle_BOP_HistoryCollector.hxx \ - /usr/local/opencascade//inc/BRepCheck_Analyzer.hxx \ - /usr/local/opencascade//inc/BRepCheck_DataMapOfShapeResult.hxx \ - /usr/local/opencascade//inc/Handle_BRepCheck_Result.hxx \ - /usr/local/opencascade//inc/Handle_BRepCheck_DataMapNodeOfDataMapOfShapeResult.hxx \ - /usr/local/opencascade//inc/BRepCheck_Analyzer.lxx \ - /usr/local/opencascade//inc/BRepLib.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Plane.hxx \ - /usr/local/opencascade//inc/Handle_Geom_ElementarySurface.hxx \ - /usr/local/opencascade//inc/ShapeFix.hxx \ - /usr/local/opencascade//inc/ShapeFix_FixSmallFace.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_FixSmallFace.hxx OCCFace.h \ - /usr/local/opencascade//inc/Geom2dLProp_CLProps2d.hxx \ - /usr/local/opencascade//inc/Geom_BezierCurve.hxx \ - /usr/local/opencascade//inc/Handle_TColgp_HArray1OfPnt.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HArray1OfReal.hxx \ - /usr/local/opencascade//inc/Geom_BoundedCurve.hxx \ - /usr/local/opencascade//inc/Geom_Ellipse.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Ellipse.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Conic.hxx \ - /usr/local/opencascade//inc/Geom_Conic.hxx \ - /usr/local/opencascade//inc/gp_Ax2.hxx \ - /usr/local/opencascade//inc/gp_Ax1.hxx \ - /usr/local/opencascade//inc/gp_Ax1.lxx \ - /usr/local/opencascade//inc/gp_Ax2.lxx \ - /usr/local/opencascade//inc/Geom_Circle.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Circle.hxx \ - /usr/local/opencascade//inc/Geom_Line.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Line.hxx + OCCFace.h OCCFace.o: OCCFace.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ SBoundingBox3d.h ../Common/GmshDefines.h MVertex.h GPoint.h SPoint2.h \ GEdge.h SVector3.h MElement.h MEdge.h ../Common/Hash.h MFace.h \ ../Numeric/Numeric.h ../Common/Context.h ../DataStr/List.h \ ExtrudeParams.h ../Common/SmoothData.h GFace.h GEdgeLoop.h Pair.h \ - GRegion.h OCCVertex.h OCCIncludes.h \ - /usr/local/opencascade//inc/config.h \ - /usr/local/opencascade//inc/BRep_Tool.hxx \ - /usr/local/opencascade//inc/Standard_Boolean.hxx \ - /usr/local/opencascade//inc/Standard_TypeDef.hxx \ - /usr/local/opencascade//inc/Standard_Macro.hxx \ - /usr/local/opencascade//inc/Standard_Stream.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Surface.hxx \ - /usr/local/opencascade//inc/Standard.hxx \ - /usr/local/opencascade//inc/Standard_Address.hxx \ - /usr/local/opencascade//inc/Standard_Integer.hxx \ - /usr/local/opencascade//inc/Standard_values.h \ - /usr/local/opencascade//inc/Standard_OStream.hxx \ - /usr/local/opencascade//inc/Standard_CString.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Geometry.hxx \ - /usr/local/opencascade//inc/Handle_MMgt_TShared.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Transient.hxx \ - /usr/local/opencascade//inc/Standard_PrimitiveTypes.hxx \ - /usr/local/opencascade//inc/Standard_Real.hxx \ - /usr/local/opencascade//inc/Standard_Character.hxx \ - /usr/local/opencascade//inc/Standard_ctype.hxx \ - /usr/local/opencascade//inc/Standard_ExtCharacter.hxx \ - /usr/local/opencascade//inc/Standard_ExtString.hxx \ - /usr/local/opencascade//inc/Standard_Storable.hxx \ - /usr/local/opencascade//inc/Standard_Transient_proto.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Triangulation.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Polygon3D.hxx \ - /usr/local/opencascade//inc/Handle_Geom2d_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Geom2d_Geometry.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Polygon2D.hxx \ - /usr/local/opencascade//inc/Handle_Poly_PolygonOnTriangulation.hxx \ - /usr/local/opencascade//inc/GeomAbs_Shape.hxx \ - /usr/local/opencascade//inc/Geom_Curve.hxx \ - /usr/local/opencascade//inc/Geom_Geometry.hxx \ - /usr/local/opencascade//inc/MMgt_TShared.hxx \ - /usr/local/opencascade//inc/Standard_Transient.hxx \ - /usr/local/opencascade//inc/Standard_Type.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Type.hxx \ - /usr/local/opencascade//inc/Standard_KindOfType.hxx \ - /usr/local/opencascade//inc/Standard_Type.lxx \ - /usr/local/opencascade//inc/Geom2d_Curve.hxx \ - /usr/local/opencascade//inc/Geom2d_Geometry.hxx \ - /usr/local/opencascade//inc/Geom_Surface.hxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnSurf.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPS.hxx \ - /usr/local/opencascade//inc/Adaptor3d_SurfacePtr.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPElS.hxx \ - /usr/local/opencascade//inc/Extrema_POnSurf.hxx \ - /usr/local/opencascade//inc/gp_Pnt.hxx \ - /usr/local/opencascade//inc/gp_XYZ.hxx \ - /usr/local/opencascade//inc/gp_XYZ.lxx \ - /usr/local/opencascade//inc/gp.hxx /usr/local/opencascade//inc/gp.lxx \ - /usr/local/opencascade//inc/gp_Mat.hxx \ - /usr/local/opencascade//inc/gp_Mat.lxx \ - /usr/local/opencascade//inc/Standard_OutOfRange.hxx \ - /usr/local/opencascade//inc/Handle_Standard_OutOfRange.hxx \ - /usr/local/opencascade//inc/Handle_Standard_RangeError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_DomainError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Failure.hxx \ - /usr/local/opencascade//inc/Standard_SStream.hxx \ - /usr/local/opencascade//inc/Standard_RangeError.hxx \ - /usr/local/opencascade//inc/Standard_DomainError.hxx \ - /usr/local/opencascade//inc/Standard_Failure.hxx \ - /usr/local/opencascade//inc/Standard_Failure.lxx \ - /usr/local/opencascade//inc/Standard_ConstructionError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_ConstructionError.hxx \ - /usr/local/opencascade//inc/gp_Pnt.lxx \ - /usr/local/opencascade//inc/gp_Trsf.hxx \ - /usr/local/opencascade//inc/gp_TrsfForm.hxx \ - /usr/local/opencascade//inc/gp_Trsf.lxx \ - /usr/local/opencascade//inc/gp_Trsf2d.hxx \ - /usr/local/opencascade//inc/gp_Mat2d.hxx \ - /usr/local/opencascade//inc/gp_Mat2d.lxx \ - /usr/local/opencascade//inc/gp_XY.hxx \ - /usr/local/opencascade//inc/gp_XY.lxx \ - /usr/local/opencascade//inc/gp_Trsf2d.lxx \ - /usr/local/opencascade//inc/gp_Pnt2d.hxx \ - /usr/local/opencascade//inc/gp_Pnt2d.lxx \ - /usr/local/opencascade//inc/gp_Vec2d.hxx \ - /usr/local/opencascade//inc/gp_Vec2d.lxx \ - /usr/local/opencascade//inc/gp_Dir2d.hxx \ - /usr/local/opencascade//inc/gp_Dir2d.lxx \ - /usr/local/opencascade//inc/gp_Ax2d.hxx \ - /usr/local/opencascade//inc/gp_Ax2d.lxx \ - /usr/local/opencascade//inc/gp_Vec.hxx \ - /usr/local/opencascade//inc/gp_Vec.lxx \ - /usr/local/opencascade//inc/gp_Dir.hxx \ - /usr/local/opencascade//inc/gp_Dir.lxx \ - /usr/local/opencascade//inc/gp_VectorWithNullMagnitude.hxx \ - /usr/local/opencascade//inc/Handle_gp_VectorWithNullMagnitude.hxx \ - /usr/local/opencascade//inc/Extrema_POnSurf.lxx \ - /usr/local/opencascade//inc/Extrema_GenExtPS.hxx \ - /usr/local/opencascade//inc/Handle_TColgp_HArray2OfPnt.hxx \ - /usr/local/opencascade//inc/Extrema_FuncExtPS.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfReal.hxx \ - /usr/local/opencascade//inc/TCollection_BaseSequence.hxx \ - /usr/local/opencascade//inc/TCollection_BaseSequence.lxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfReal.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_SeqNode.hxx \ - /usr/local/opencascade//inc/TCollection_Sequence.lxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfPOnSurf.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfPOnSurf.hxx \ - /usr/local/opencascade//inc/math_FunctionSetWithDerivatives.hxx \ - /usr/local/opencascade//inc/math_FunctionSet.hxx \ - /usr/local/opencascade//inc/GeomAbs_SurfaceType.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Surface.hxx \ - /usr/local/opencascade//inc/Adaptor3d_Surface.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BezierSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BoundedSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BSplineSurface.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HCurve.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Surface.lxx \ - /usr/local/opencascade//inc/Quantity_Parameter.hxx \ - /usr/local/opencascade//inc/Quantity_Length.hxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnSurf.lxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnCurve.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPC.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPElC.hxx \ - /usr/local/opencascade//inc/Extrema_POnCurv.hxx \ - /usr/local/opencascade//inc/Extrema_Point.lxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfPOnCurv.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfPOnCurv.hxx \ - /usr/local/opencascade//inc/Extrema_EPCOfExtPC.hxx \ - /usr/local/opencascade//inc/Extrema_PCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfInteger.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfInteger.hxx \ - /usr/local/opencascade//inc/Extrema_SeqPCOfPCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/math_FunctionWithDerivative.hxx \ - /usr/local/opencascade//inc/math_Function.hxx \ - /usr/local/opencascade//inc/GeomAbs_CurveType.hxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfBoolean.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfBoolean.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Curve.hxx \ - /usr/local/opencascade//inc/Adaptor3d_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BezierCurve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BoundedCurve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BSplineCurve.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Curve.lxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnCurve.lxx \ - /usr/local/opencascade//inc/BRepTools.hxx \ - /usr/local/opencascade//inc/Standard_IStream.hxx \ - /usr/local/opencascade//inc/TopExp.hxx \ - /usr/local/opencascade//inc/TopAbs_ShapeEnum.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeVertex.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeVertex.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeShape.hxx \ - /usr/local/opencascade//inc/TopoDS_Shape.hxx \ - /usr/local/opencascade//inc/Handle_TopoDS_TShape.hxx \ - /usr/local/opencascade//inc/TopLoc_Location.hxx \ - /usr/local/opencascade//inc/TopLoc_SListOfItemLocation.hxx \ - /usr/local/opencascade//inc/Handle_TopLoc_SListNodeOfSListOfItemLocation.hxx \ - /usr/local/opencascade//inc/TCollection_SList.lxx \ - /usr/local/opencascade//inc/Handle_TopLoc_Datum3D.hxx \ - /usr/local/opencascade//inc/TopLoc_Location.lxx \ - /usr/local/opencascade//inc/TopLoc_ItemLocation.hxx \ - /usr/local/opencascade//inc/TopLoc_TrsfPtr.hxx \ - /usr/local/opencascade//inc/TopAbs_Orientation.hxx \ - /usr/local/opencascade//inc/TopoDS_Shape.lxx \ - /usr/local/opencascade//inc/TopoDS_TShape.hxx \ - /usr/local/opencascade//inc/TopoDS_ListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopoDS_ListNodeOfListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_MapNode.hxx \ - /usr/local/opencascade//inc/TCollection_List.lxx \ - /usr/local/opencascade//inc/TopoDS_TShape.lxx \ - /usr/local/opencascade//inc/TopAbs.hxx \ - /usr/local/opencascade//inc/TopAbs_State.hxx \ - /usr/local/opencascade//inc/TopTools_ListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_ListNodeOfListOfShape.hxx \ - /usr/local/opencascade//inc/BRepLib_Command.hxx \ - /usr/local/opencascade//inc/BRepLib_ShapeModification.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeShape.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Command.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeShell.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeShell.hxx \ - /usr/local/opencascade//inc/BRepLib_ShellError.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_ShellError.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeSolid.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeSolid.hxx \ - /usr/local/opencascade//inc/BRepOffsetAPI_Sewing.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Sewing.hxx \ - /usr/local/opencascade//inc/Handle_BRepBuilderAPI_Sewing.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TCollection_BasicMap.hxx \ - /usr/local/opencascade//inc/TCollection_MapNodePtr.hxx \ - /usr/local/opencascade//inc/TCollection_BasicMap.lxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedMapOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedMapNodeOfIndexedMapOfShape.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/TopTools_DataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_DataMapNodeOfDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TopTools_DataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_DataMapNodeOfDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_BRepTools_ReShape.hxx \ - /usr/local/opencascade//inc/TopTools_MapOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_StdMapNodeOfMapOfShape.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Sewing.lxx \ - /usr/local/opencascade//inc/BRepLProp_SLProps.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Surface.hxx \ - /usr/local/opencascade//inc/TopoDS_Face.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Surface.lxx \ - /usr/local/opencascade//inc/LProp_Status.hxx \ - /usr/local/opencascade//inc/Poly_Triangulation.hxx \ - /usr/local/opencascade//inc/TColgp_Array1OfPnt.hxx \ - /usr/local/opencascade//inc/TCollection_Array1.lxx \ - /usr/local/opencascade//inc/Handle_TColgp_HArray1OfPnt2d.hxx \ - /usr/local/opencascade//inc/Poly_Array1OfTriangle.hxx \ - /usr/local/opencascade//inc/Poly_Triangle.hxx \ - /usr/local/opencascade//inc/Poly_Triangle.lxx \ - /usr/local/opencascade//inc/Poly_Triangulation.lxx \ - /usr/local/opencascade//inc/TColgp_Array1OfPnt2d.hxx \ - /usr/local/opencascade//inc/GProp_GProps.hxx \ - /usr/local/opencascade//inc/BRepGProp.hxx \ - /usr/local/opencascade//inc/TopoDS.hxx \ - /usr/local/opencascade//inc/TopoDS.lxx \ - /usr/local/opencascade//inc/Standard_TypeMismatch.hxx \ - /usr/local/opencascade//inc/Handle_Standard_TypeMismatch.hxx \ - /usr/local/opencascade//inc/TopoDS_Solid.hxx \ - /usr/local/opencascade//inc/TopExp_Explorer.hxx \ - /usr/local/opencascade//inc/TopExp_Stack.hxx \ - /usr/local/opencascade//inc/TopExp_Explorer.lxx \ - /usr/local/opencascade//inc/BRep_Builder.hxx \ - /usr/local/opencascade//inc/TopoDS_Builder3D.hxx \ - /usr/local/opencascade//inc/TopoDS_Builder.hxx \ - /usr/local/opencascade//inc/TopoDS_Wire.hxx \ - /usr/local/opencascade//inc/BRepTools_WireExplorer.hxx \ - /usr/local/opencascade//inc/TopoDS_Edge.hxx \ - /usr/local/opencascade//inc/TopoDS_Vertex.hxx \ - /usr/local/opencascade//inc/BRepLProp_CLProps.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HCurveOnSurface.hxx \ - /usr/local/opencascade//inc/IGESControl_Reader.hxx \ - /usr/local/opencascade//inc/XSControl_Reader.hxx \ - /usr/local/opencascade//inc/Handle_XSControl_WorkSession.hxx \ - /usr/local/opencascade//inc/Handle_IFSelect_WorkSession.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfTransient.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfTransient.hxx \ - /usr/local/opencascade//inc/TopTools_SequenceOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_SequenceNodeOfSequenceOfShape.hxx \ - /usr/local/opencascade//inc/IFSelect_ReturnStatus.hxx \ - /usr/local/opencascade//inc/Handle_Interface_InterfaceModel.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfTransient.hxx \ - /usr/local/opencascade//inc/IFSelect_PrintCount.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_IGESModel.hxx \ - /usr/local/opencascade//inc/IFSelect_PrintFail.hxx \ - /usr/local/opencascade//inc/IGESControl_Reader.lxx \ - /usr/local/opencascade//inc/STEPControl_Reader.hxx \ - /usr/local/opencascade//inc/Handle_StepData_StepModel.hxx \ - /usr/local/opencascade//inc/IGESToBRep_Reader.hxx \ - /usr/local/opencascade//inc/Handle_IGESToBRep_Actor.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ActorOfTransientProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ActorOfProcessForTransient.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_TransientProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ProcessForTransient.hxx \ - /usr/local/opencascade//inc/Interface_Static.hxx \ - /usr/local/opencascade//inc/Handle_Interface_Static.hxx \ - /usr/local/opencascade//inc/Handle_Interface_TypedValue.hxx \ - /usr/local/opencascade//inc/Handle_MoniTool_TypedValue.hxx \ - /usr/local/opencascade//inc/TCollection_AsciiString.hxx \ - /usr/local/opencascade//inc/TCollection_AsciiString.lxx \ - /usr/local/opencascade//inc/Interface_ParamType.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HArray1OfAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_Dico_DictionaryOfInteger.hxx \ - /usr/local/opencascade//inc/Interface_StaticSatisfies.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_HAsciiString.hxx \ - /usr/local/opencascade//inc/Interface_TypedValue.hxx \ - /usr/local/opencascade//inc/Interface_ValueInterpret.hxx \ - /usr/local/opencascade//inc/Interface_ValueSatisfies.hxx \ - /usr/local/opencascade//inc/MoniTool_TypedValue.hxx \ - /usr/local/opencascade//inc/MoniTool_ValueType.hxx \ - /usr/local/opencascade//inc/MoniTool_ValueInterpret.hxx \ - /usr/local/opencascade//inc/TCollection_HAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_HExtendedString.hxx \ - /usr/local/opencascade//inc/TCollection_HAsciiString.lxx \ - /usr/local/opencascade//inc/MoniTool_ValueSatisfies.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_Dico_DictionaryOfTransient.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfHAsciiString.hxx \ - /usr/local/opencascade//inc/GeomAPI_ExtremaCurveCurve.hxx \ - /usr/local/opencascade//inc/Extrema_ExtCC.hxx \ - /usr/local/opencascade//inc/GeomAPI_ExtremaCurveCurve.lxx \ - /usr/local/opencascade//inc/Standard_ErrorHandler.hxx \ - /usr/local/opencascade//inc/Standard_ErrorHandler.lxx \ - /usr/local/opencascade//inc/ShapeUpgrade_ShellSewing.hxx \ - /usr/local/opencascade//inc/Handle_ShapeBuild_ReShape.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shape.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Shape.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Root.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Solid.hxx \ - /usr/local/opencascade//inc/ShapeFix_Root.hxx \ - /usr/local/opencascade//inc/Handle_ShapeExtend_BasicMsgRegistrator.hxx \ - /usr/local/opencascade//inc/Message_Gravity.hxx \ - /usr/local/opencascade//inc/ShapeFix_Root.lxx \ - /usr/local/opencascade//inc/Precision.hxx \ - /usr/local/opencascade//inc/Precision.lxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Shell.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Face.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Wire.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Edge.hxx \ - /usr/local/opencascade//inc/ShapeExtend_Status.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shape.lxx \ - /usr/local/opencascade//inc/ShapeFix_Solid.hxx \ - /usr/local/opencascade//inc/ShapeFix_Solid.lxx \ - /usr/local/opencascade//inc/ShapeFix_Shell.hxx \ - /usr/local/opencascade//inc/TopoDS_Shell.hxx \ - /usr/local/opencascade//inc/TopoDS_Compound.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shell.lxx \ - /usr/local/opencascade//inc/ShapeFix_Face.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_Surface.hxx \ - /usr/local/opencascade//inc/Handle_ShapeExtend_WireData.hxx \ - /usr/local/opencascade//inc/ShapeFix_Face.lxx \ - /usr/local/opencascade//inc/ShapeExtend.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wire.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_Wire.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wire.lxx \ - /usr/local/opencascade//inc/ShapeExtend_WireData.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_HSequenceOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfInteger.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_Wire.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_Wire.lxx \ - /usr/local/opencascade//inc/ShapeFix_Wireframe.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Wireframe.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wireframe.lxx \ - /usr/local/opencascade//inc/BRepMesh.hxx \ - /usr/local/opencascade//inc/BRepMesh_IncrementalMesh.hxx \ - /usr/local/opencascade//inc/Handle_BRepMesh_FastDiscret.hxx \ - /usr/local/opencascade//inc/BRepMesh_DataMapOfShapeReal.hxx \ - /usr/local/opencascade//inc/Handle_BRepMesh_DataMapNodeOfDataMapOfShapeReal.hxx \ - /usr/local/opencascade//inc/Bnd_Box.hxx \ - /usr/local/opencascade//inc/Bnd_Box.lxx \ - /usr/local/opencascade//inc/BRepBndLib.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis.hxx \ - /usr/local/opencascade//inc/ShapeBuild_ReShape.hxx \ - /usr/local/opencascade//inc/BRepTools_ReShape.hxx \ - /usr/local/opencascade//inc/IGESControl_Writer.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_FinderProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ProcessForFinder.hxx \ - /usr/local/opencascade//inc/IGESData_BasicEditor.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_Protocol.hxx \ - /usr/local/opencascade//inc/Handle_Interface_Protocol.hxx \ - /usr/local/opencascade//inc/Interface_GeneralLib.hxx \ - /usr/local/opencascade//inc/Handle_Interface_NodeOfGeneralLib.hxx \ - /usr/local/opencascade//inc/Handle_Interface_GeneralModule.hxx \ - /usr/local/opencascade//inc/Handle_Interface_GlobalNodeOfGeneralLib.hxx \ - /usr/local/opencascade//inc/IGESData_SpecificLib.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_NodeOfSpecificLib.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_IGESEntity.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_SpecificModule.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_GlobalNodeOfSpecificLib.hxx \ - /usr/local/opencascade//inc/STEPControl_Writer.hxx \ - /usr/local/opencascade//inc/STEPControl_StepModelType.hxx \ - /usr/local/opencascade//inc/StlAPI_Writer.hxx \ - /usr/local/opencascade//inc/Handle_StlMesh_Mesh.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeTolerance.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeContents.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeContents.lxx \ - /usr/local/opencascade//inc/ShapeAnalysis_CheckSmallFace.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_CheckSmallFace.lxx \ - /usr/local/opencascade//inc/ShapeAnalysis_DataMapOfShapeListOfReal.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_DataMapNodeOfDataMapOfShapeListOfReal.hxx \ - /usr/local/opencascade//inc/BRepAlgoAPI_Fuse.hxx \ - /usr/local/opencascade//inc/BRepAlgoAPI_BooleanOperation.hxx \ - /usr/local/opencascade//inc/BOP_Operation.hxx \ - /usr/local/opencascade//inc/BOPTools_PDSFiller.hxx \ - /usr/local/opencascade//inc/BOP_PBuilder.hxx \ - /usr/local/opencascade//inc/Handle_BOP_HistoryCollector.hxx \ - /usr/local/opencascade//inc/BRepCheck_Analyzer.hxx \ - /usr/local/opencascade//inc/BRepCheck_DataMapOfShapeResult.hxx \ - /usr/local/opencascade//inc/Handle_BRepCheck_Result.hxx \ - /usr/local/opencascade//inc/Handle_BRepCheck_DataMapNodeOfDataMapOfShapeResult.hxx \ - /usr/local/opencascade//inc/BRepCheck_Analyzer.lxx \ - /usr/local/opencascade//inc/BRepLib.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Plane.hxx \ - /usr/local/opencascade//inc/Handle_Geom_ElementarySurface.hxx \ - /usr/local/opencascade//inc/ShapeFix.hxx \ - /usr/local/opencascade//inc/ShapeFix_FixSmallFace.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_FixSmallFace.hxx OCCEdge.h \ - OCCFace.h ../Common/Message.h \ - /usr/local/opencascade//inc/Geom_CylindricalSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_CylindricalSurface.hxx \ - /usr/local/opencascade//inc/Geom_ElementarySurface.hxx \ - /usr/local/opencascade//inc/gp_Ax3.hxx \ - /usr/local/opencascade//inc/gp_Ax1.hxx \ - /usr/local/opencascade//inc/gp_Ax1.lxx \ - /usr/local/opencascade//inc/gp_Ax3.lxx \ - /usr/local/opencascade//inc/gp_Ax2.hxx \ - /usr/local/opencascade//inc/gp_Ax2.lxx \ - /usr/local/opencascade//inc/Geom_ConicalSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_ConicalSurface.hxx \ - /usr/local/opencascade//inc/Geom_BSplineSurface.hxx \ - /usr/local/opencascade//inc/GeomAbs_BSplKnotDistribution.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HArray2OfReal.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HArray1OfReal.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HArray1OfInteger.hxx \ - /usr/local/opencascade//inc/Geom_BoundedSurface.hxx \ - /usr/local/opencascade//inc/Geom_SphericalSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_SphericalSurface.hxx \ - /usr/local/opencascade//inc/Geom_Plane.hxx \ - /usr/local/opencascade//inc/gp_Pln.hxx \ - /usr/local/opencascade//inc/gp_Pln.lxx \ - /usr/local/opencascade//inc/gp_Lin.hxx \ - /usr/local/opencascade//inc/gp_Lin.lxx + GRegion.h OCCVertex.h OCCIncludes.h OCCEdge.h OCCFace.h \ + ../Common/Message.h OCCRegion.o: OCCRegion.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ SBoundingBox3d.h ../Common/GmshDefines.h MVertex.h GPoint.h SPoint2.h \ GEdge.h SVector3.h MElement.h MEdge.h ../Common/Hash.h MFace.h \ ../Numeric/Numeric.h ../Common/Context.h ../DataStr/List.h \ ExtrudeParams.h ../Common/SmoothData.h GFace.h GEdgeLoop.h Pair.h \ - GRegion.h OCCVertex.h OCCIncludes.h \ - /usr/local/opencascade//inc/config.h \ - /usr/local/opencascade//inc/BRep_Tool.hxx \ - /usr/local/opencascade//inc/Standard_Boolean.hxx \ - /usr/local/opencascade//inc/Standard_TypeDef.hxx \ - /usr/local/opencascade//inc/Standard_Macro.hxx \ - /usr/local/opencascade//inc/Standard_Stream.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Surface.hxx \ - /usr/local/opencascade//inc/Standard.hxx \ - /usr/local/opencascade//inc/Standard_Address.hxx \ - /usr/local/opencascade//inc/Standard_Integer.hxx \ - /usr/local/opencascade//inc/Standard_values.h \ - /usr/local/opencascade//inc/Standard_OStream.hxx \ - /usr/local/opencascade//inc/Standard_CString.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Geometry.hxx \ - /usr/local/opencascade//inc/Handle_MMgt_TShared.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Transient.hxx \ - /usr/local/opencascade//inc/Standard_PrimitiveTypes.hxx \ - /usr/local/opencascade//inc/Standard_Real.hxx \ - /usr/local/opencascade//inc/Standard_Character.hxx \ - /usr/local/opencascade//inc/Standard_ctype.hxx \ - /usr/local/opencascade//inc/Standard_ExtCharacter.hxx \ - /usr/local/opencascade//inc/Standard_ExtString.hxx \ - /usr/local/opencascade//inc/Standard_Storable.hxx \ - /usr/local/opencascade//inc/Standard_Transient_proto.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Triangulation.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Polygon3D.hxx \ - /usr/local/opencascade//inc/Handle_Geom2d_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Geom2d_Geometry.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Polygon2D.hxx \ - /usr/local/opencascade//inc/Handle_Poly_PolygonOnTriangulation.hxx \ - /usr/local/opencascade//inc/GeomAbs_Shape.hxx \ - /usr/local/opencascade//inc/Geom_Curve.hxx \ - /usr/local/opencascade//inc/Geom_Geometry.hxx \ - /usr/local/opencascade//inc/MMgt_TShared.hxx \ - /usr/local/opencascade//inc/Standard_Transient.hxx \ - /usr/local/opencascade//inc/Standard_Type.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Type.hxx \ - /usr/local/opencascade//inc/Standard_KindOfType.hxx \ - /usr/local/opencascade//inc/Standard_Type.lxx \ - /usr/local/opencascade//inc/Geom2d_Curve.hxx \ - /usr/local/opencascade//inc/Geom2d_Geometry.hxx \ - /usr/local/opencascade//inc/Geom_Surface.hxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnSurf.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPS.hxx \ - /usr/local/opencascade//inc/Adaptor3d_SurfacePtr.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPElS.hxx \ - /usr/local/opencascade//inc/Extrema_POnSurf.hxx \ - /usr/local/opencascade//inc/gp_Pnt.hxx \ - /usr/local/opencascade//inc/gp_XYZ.hxx \ - /usr/local/opencascade//inc/gp_XYZ.lxx \ - /usr/local/opencascade//inc/gp.hxx /usr/local/opencascade//inc/gp.lxx \ - /usr/local/opencascade//inc/gp_Mat.hxx \ - /usr/local/opencascade//inc/gp_Mat.lxx \ - /usr/local/opencascade//inc/Standard_OutOfRange.hxx \ - /usr/local/opencascade//inc/Handle_Standard_OutOfRange.hxx \ - /usr/local/opencascade//inc/Handle_Standard_RangeError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_DomainError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Failure.hxx \ - /usr/local/opencascade//inc/Standard_SStream.hxx \ - /usr/local/opencascade//inc/Standard_RangeError.hxx \ - /usr/local/opencascade//inc/Standard_DomainError.hxx \ - /usr/local/opencascade//inc/Standard_Failure.hxx \ - /usr/local/opencascade//inc/Standard_Failure.lxx \ - /usr/local/opencascade//inc/Standard_ConstructionError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_ConstructionError.hxx \ - /usr/local/opencascade//inc/gp_Pnt.lxx \ - /usr/local/opencascade//inc/gp_Trsf.hxx \ - /usr/local/opencascade//inc/gp_TrsfForm.hxx \ - /usr/local/opencascade//inc/gp_Trsf.lxx \ - /usr/local/opencascade//inc/gp_Trsf2d.hxx \ - /usr/local/opencascade//inc/gp_Mat2d.hxx \ - /usr/local/opencascade//inc/gp_Mat2d.lxx \ - /usr/local/opencascade//inc/gp_XY.hxx \ - /usr/local/opencascade//inc/gp_XY.lxx \ - /usr/local/opencascade//inc/gp_Trsf2d.lxx \ - /usr/local/opencascade//inc/gp_Pnt2d.hxx \ - /usr/local/opencascade//inc/gp_Pnt2d.lxx \ - /usr/local/opencascade//inc/gp_Vec2d.hxx \ - /usr/local/opencascade//inc/gp_Vec2d.lxx \ - /usr/local/opencascade//inc/gp_Dir2d.hxx \ - /usr/local/opencascade//inc/gp_Dir2d.lxx \ - /usr/local/opencascade//inc/gp_Ax2d.hxx \ - /usr/local/opencascade//inc/gp_Ax2d.lxx \ - /usr/local/opencascade//inc/gp_Vec.hxx \ - /usr/local/opencascade//inc/gp_Vec.lxx \ - /usr/local/opencascade//inc/gp_Dir.hxx \ - /usr/local/opencascade//inc/gp_Dir.lxx \ - /usr/local/opencascade//inc/gp_VectorWithNullMagnitude.hxx \ - /usr/local/opencascade//inc/Handle_gp_VectorWithNullMagnitude.hxx \ - /usr/local/opencascade//inc/Extrema_POnSurf.lxx \ - /usr/local/opencascade//inc/Extrema_GenExtPS.hxx \ - /usr/local/opencascade//inc/Handle_TColgp_HArray2OfPnt.hxx \ - /usr/local/opencascade//inc/Extrema_FuncExtPS.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfReal.hxx \ - /usr/local/opencascade//inc/TCollection_BaseSequence.hxx \ - /usr/local/opencascade//inc/TCollection_BaseSequence.lxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfReal.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_SeqNode.hxx \ - /usr/local/opencascade//inc/TCollection_Sequence.lxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfPOnSurf.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfPOnSurf.hxx \ - /usr/local/opencascade//inc/math_FunctionSetWithDerivatives.hxx \ - /usr/local/opencascade//inc/math_FunctionSet.hxx \ - /usr/local/opencascade//inc/GeomAbs_SurfaceType.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Surface.hxx \ - /usr/local/opencascade//inc/Adaptor3d_Surface.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BezierSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BoundedSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BSplineSurface.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HCurve.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Surface.lxx \ - /usr/local/opencascade//inc/Quantity_Parameter.hxx \ - /usr/local/opencascade//inc/Quantity_Length.hxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnSurf.lxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnCurve.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPC.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPElC.hxx \ - /usr/local/opencascade//inc/Extrema_POnCurv.hxx \ - /usr/local/opencascade//inc/Extrema_Point.lxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfPOnCurv.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfPOnCurv.hxx \ - /usr/local/opencascade//inc/Extrema_EPCOfExtPC.hxx \ - /usr/local/opencascade//inc/Extrema_PCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfInteger.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfInteger.hxx \ - /usr/local/opencascade//inc/Extrema_SeqPCOfPCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/math_FunctionWithDerivative.hxx \ - /usr/local/opencascade//inc/math_Function.hxx \ - /usr/local/opencascade//inc/GeomAbs_CurveType.hxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfBoolean.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfBoolean.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Curve.hxx \ - /usr/local/opencascade//inc/Adaptor3d_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BezierCurve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BoundedCurve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BSplineCurve.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Curve.lxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnCurve.lxx \ - /usr/local/opencascade//inc/BRepTools.hxx \ - /usr/local/opencascade//inc/Standard_IStream.hxx \ - /usr/local/opencascade//inc/TopExp.hxx \ - /usr/local/opencascade//inc/TopAbs_ShapeEnum.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeVertex.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeVertex.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeShape.hxx \ - /usr/local/opencascade//inc/TopoDS_Shape.hxx \ - /usr/local/opencascade//inc/Handle_TopoDS_TShape.hxx \ - /usr/local/opencascade//inc/TopLoc_Location.hxx \ - /usr/local/opencascade//inc/TopLoc_SListOfItemLocation.hxx \ - /usr/local/opencascade//inc/Handle_TopLoc_SListNodeOfSListOfItemLocation.hxx \ - /usr/local/opencascade//inc/TCollection_SList.lxx \ - /usr/local/opencascade//inc/Handle_TopLoc_Datum3D.hxx \ - /usr/local/opencascade//inc/TopLoc_Location.lxx \ - /usr/local/opencascade//inc/TopLoc_ItemLocation.hxx \ - /usr/local/opencascade//inc/TopLoc_TrsfPtr.hxx \ - /usr/local/opencascade//inc/TopAbs_Orientation.hxx \ - /usr/local/opencascade//inc/TopoDS_Shape.lxx \ - /usr/local/opencascade//inc/TopoDS_TShape.hxx \ - /usr/local/opencascade//inc/TopoDS_ListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopoDS_ListNodeOfListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_MapNode.hxx \ - /usr/local/opencascade//inc/TCollection_List.lxx \ - /usr/local/opencascade//inc/TopoDS_TShape.lxx \ - /usr/local/opencascade//inc/TopAbs.hxx \ - /usr/local/opencascade//inc/TopAbs_State.hxx \ - /usr/local/opencascade//inc/TopTools_ListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_ListNodeOfListOfShape.hxx \ - /usr/local/opencascade//inc/BRepLib_Command.hxx \ - /usr/local/opencascade//inc/BRepLib_ShapeModification.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeShape.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Command.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeShell.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeShell.hxx \ - /usr/local/opencascade//inc/BRepLib_ShellError.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_ShellError.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeSolid.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeSolid.hxx \ - /usr/local/opencascade//inc/BRepOffsetAPI_Sewing.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Sewing.hxx \ - /usr/local/opencascade//inc/Handle_BRepBuilderAPI_Sewing.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TCollection_BasicMap.hxx \ - /usr/local/opencascade//inc/TCollection_MapNodePtr.hxx \ - /usr/local/opencascade//inc/TCollection_BasicMap.lxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedMapOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedMapNodeOfIndexedMapOfShape.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/TopTools_DataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_DataMapNodeOfDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TopTools_DataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_DataMapNodeOfDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_BRepTools_ReShape.hxx \ - /usr/local/opencascade//inc/TopTools_MapOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_StdMapNodeOfMapOfShape.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Sewing.lxx \ - /usr/local/opencascade//inc/BRepLProp_SLProps.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Surface.hxx \ - /usr/local/opencascade//inc/TopoDS_Face.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Surface.lxx \ - /usr/local/opencascade//inc/LProp_Status.hxx \ - /usr/local/opencascade//inc/Poly_Triangulation.hxx \ - /usr/local/opencascade//inc/TColgp_Array1OfPnt.hxx \ - /usr/local/opencascade//inc/TCollection_Array1.lxx \ - /usr/local/opencascade//inc/Handle_TColgp_HArray1OfPnt2d.hxx \ - /usr/local/opencascade//inc/Poly_Array1OfTriangle.hxx \ - /usr/local/opencascade//inc/Poly_Triangle.hxx \ - /usr/local/opencascade//inc/Poly_Triangle.lxx \ - /usr/local/opencascade//inc/Poly_Triangulation.lxx \ - /usr/local/opencascade//inc/TColgp_Array1OfPnt2d.hxx \ - /usr/local/opencascade//inc/GProp_GProps.hxx \ - /usr/local/opencascade//inc/BRepGProp.hxx \ - /usr/local/opencascade//inc/TopoDS.hxx \ - /usr/local/opencascade//inc/TopoDS.lxx \ - /usr/local/opencascade//inc/Standard_TypeMismatch.hxx \ - /usr/local/opencascade//inc/Handle_Standard_TypeMismatch.hxx \ - /usr/local/opencascade//inc/TopoDS_Solid.hxx \ - /usr/local/opencascade//inc/TopExp_Explorer.hxx \ - /usr/local/opencascade//inc/TopExp_Stack.hxx \ - /usr/local/opencascade//inc/TopExp_Explorer.lxx \ - /usr/local/opencascade//inc/BRep_Builder.hxx \ - /usr/local/opencascade//inc/TopoDS_Builder3D.hxx \ - /usr/local/opencascade//inc/TopoDS_Builder.hxx \ - /usr/local/opencascade//inc/TopoDS_Wire.hxx \ - /usr/local/opencascade//inc/BRepTools_WireExplorer.hxx \ - /usr/local/opencascade//inc/TopoDS_Edge.hxx \ - /usr/local/opencascade//inc/TopoDS_Vertex.hxx \ - /usr/local/opencascade//inc/BRepLProp_CLProps.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HCurveOnSurface.hxx \ - /usr/local/opencascade//inc/IGESControl_Reader.hxx \ - /usr/local/opencascade//inc/XSControl_Reader.hxx \ - /usr/local/opencascade//inc/Handle_XSControl_WorkSession.hxx \ - /usr/local/opencascade//inc/Handle_IFSelect_WorkSession.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfTransient.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfTransient.hxx \ - /usr/local/opencascade//inc/TopTools_SequenceOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_SequenceNodeOfSequenceOfShape.hxx \ - /usr/local/opencascade//inc/IFSelect_ReturnStatus.hxx \ - /usr/local/opencascade//inc/Handle_Interface_InterfaceModel.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfTransient.hxx \ - /usr/local/opencascade//inc/IFSelect_PrintCount.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_IGESModel.hxx \ - /usr/local/opencascade//inc/IFSelect_PrintFail.hxx \ - /usr/local/opencascade//inc/IGESControl_Reader.lxx \ - /usr/local/opencascade//inc/STEPControl_Reader.hxx \ - /usr/local/opencascade//inc/Handle_StepData_StepModel.hxx \ - /usr/local/opencascade//inc/IGESToBRep_Reader.hxx \ - /usr/local/opencascade//inc/Handle_IGESToBRep_Actor.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ActorOfTransientProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ActorOfProcessForTransient.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_TransientProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ProcessForTransient.hxx \ - /usr/local/opencascade//inc/Interface_Static.hxx \ - /usr/local/opencascade//inc/Handle_Interface_Static.hxx \ - /usr/local/opencascade//inc/Handle_Interface_TypedValue.hxx \ - /usr/local/opencascade//inc/Handle_MoniTool_TypedValue.hxx \ - /usr/local/opencascade//inc/TCollection_AsciiString.hxx \ - /usr/local/opencascade//inc/TCollection_AsciiString.lxx \ - /usr/local/opencascade//inc/Interface_ParamType.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HArray1OfAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_Dico_DictionaryOfInteger.hxx \ - /usr/local/opencascade//inc/Interface_StaticSatisfies.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_HAsciiString.hxx \ - /usr/local/opencascade//inc/Interface_TypedValue.hxx \ - /usr/local/opencascade//inc/Interface_ValueInterpret.hxx \ - /usr/local/opencascade//inc/Interface_ValueSatisfies.hxx \ - /usr/local/opencascade//inc/MoniTool_TypedValue.hxx \ - /usr/local/opencascade//inc/MoniTool_ValueType.hxx \ - /usr/local/opencascade//inc/MoniTool_ValueInterpret.hxx \ - /usr/local/opencascade//inc/TCollection_HAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_HExtendedString.hxx \ - /usr/local/opencascade//inc/TCollection_HAsciiString.lxx \ - /usr/local/opencascade//inc/MoniTool_ValueSatisfies.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_Dico_DictionaryOfTransient.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfHAsciiString.hxx \ - /usr/local/opencascade//inc/GeomAPI_ExtremaCurveCurve.hxx \ - /usr/local/opencascade//inc/Extrema_ExtCC.hxx \ - /usr/local/opencascade//inc/GeomAPI_ExtremaCurveCurve.lxx \ - /usr/local/opencascade//inc/Standard_ErrorHandler.hxx \ - /usr/local/opencascade//inc/Standard_ErrorHandler.lxx \ - /usr/local/opencascade//inc/ShapeUpgrade_ShellSewing.hxx \ - /usr/local/opencascade//inc/Handle_ShapeBuild_ReShape.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shape.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Shape.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Root.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Solid.hxx \ - /usr/local/opencascade//inc/ShapeFix_Root.hxx \ - /usr/local/opencascade//inc/Handle_ShapeExtend_BasicMsgRegistrator.hxx \ - /usr/local/opencascade//inc/Message_Gravity.hxx \ - /usr/local/opencascade//inc/ShapeFix_Root.lxx \ - /usr/local/opencascade//inc/Precision.hxx \ - /usr/local/opencascade//inc/Precision.lxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Shell.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Face.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Wire.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Edge.hxx \ - /usr/local/opencascade//inc/ShapeExtend_Status.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shape.lxx \ - /usr/local/opencascade//inc/ShapeFix_Solid.hxx \ - /usr/local/opencascade//inc/ShapeFix_Solid.lxx \ - /usr/local/opencascade//inc/ShapeFix_Shell.hxx \ - /usr/local/opencascade//inc/TopoDS_Shell.hxx \ - /usr/local/opencascade//inc/TopoDS_Compound.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shell.lxx \ - /usr/local/opencascade//inc/ShapeFix_Face.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_Surface.hxx \ - /usr/local/opencascade//inc/Handle_ShapeExtend_WireData.hxx \ - /usr/local/opencascade//inc/ShapeFix_Face.lxx \ - /usr/local/opencascade//inc/ShapeExtend.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wire.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_Wire.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wire.lxx \ - /usr/local/opencascade//inc/ShapeExtend_WireData.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_HSequenceOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfInteger.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_Wire.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_Wire.lxx \ - /usr/local/opencascade//inc/ShapeFix_Wireframe.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Wireframe.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wireframe.lxx \ - /usr/local/opencascade//inc/BRepMesh.hxx \ - /usr/local/opencascade//inc/BRepMesh_IncrementalMesh.hxx \ - /usr/local/opencascade//inc/Handle_BRepMesh_FastDiscret.hxx \ - /usr/local/opencascade//inc/BRepMesh_DataMapOfShapeReal.hxx \ - /usr/local/opencascade//inc/Handle_BRepMesh_DataMapNodeOfDataMapOfShapeReal.hxx \ - /usr/local/opencascade//inc/Bnd_Box.hxx \ - /usr/local/opencascade//inc/Bnd_Box.lxx \ - /usr/local/opencascade//inc/BRepBndLib.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis.hxx \ - /usr/local/opencascade//inc/ShapeBuild_ReShape.hxx \ - /usr/local/opencascade//inc/BRepTools_ReShape.hxx \ - /usr/local/opencascade//inc/IGESControl_Writer.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_FinderProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ProcessForFinder.hxx \ - /usr/local/opencascade//inc/IGESData_BasicEditor.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_Protocol.hxx \ - /usr/local/opencascade//inc/Handle_Interface_Protocol.hxx \ - /usr/local/opencascade//inc/Interface_GeneralLib.hxx \ - /usr/local/opencascade//inc/Handle_Interface_NodeOfGeneralLib.hxx \ - /usr/local/opencascade//inc/Handle_Interface_GeneralModule.hxx \ - /usr/local/opencascade//inc/Handle_Interface_GlobalNodeOfGeneralLib.hxx \ - /usr/local/opencascade//inc/IGESData_SpecificLib.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_NodeOfSpecificLib.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_IGESEntity.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_SpecificModule.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_GlobalNodeOfSpecificLib.hxx \ - /usr/local/opencascade//inc/STEPControl_Writer.hxx \ - /usr/local/opencascade//inc/STEPControl_StepModelType.hxx \ - /usr/local/opencascade//inc/StlAPI_Writer.hxx \ - /usr/local/opencascade//inc/Handle_StlMesh_Mesh.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeTolerance.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeContents.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeContents.lxx \ - /usr/local/opencascade//inc/ShapeAnalysis_CheckSmallFace.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_CheckSmallFace.lxx \ - /usr/local/opencascade//inc/ShapeAnalysis_DataMapOfShapeListOfReal.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_DataMapNodeOfDataMapOfShapeListOfReal.hxx \ - /usr/local/opencascade//inc/BRepAlgoAPI_Fuse.hxx \ - /usr/local/opencascade//inc/BRepAlgoAPI_BooleanOperation.hxx \ - /usr/local/opencascade//inc/BOP_Operation.hxx \ - /usr/local/opencascade//inc/BOPTools_PDSFiller.hxx \ - /usr/local/opencascade//inc/BOP_PBuilder.hxx \ - /usr/local/opencascade//inc/Handle_BOP_HistoryCollector.hxx \ - /usr/local/opencascade//inc/BRepCheck_Analyzer.hxx \ - /usr/local/opencascade//inc/BRepCheck_DataMapOfShapeResult.hxx \ - /usr/local/opencascade//inc/Handle_BRepCheck_Result.hxx \ - /usr/local/opencascade//inc/Handle_BRepCheck_DataMapNodeOfDataMapOfShapeResult.hxx \ - /usr/local/opencascade//inc/BRepCheck_Analyzer.lxx \ - /usr/local/opencascade//inc/BRepLib.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Plane.hxx \ - /usr/local/opencascade//inc/Handle_Geom_ElementarySurface.hxx \ - /usr/local/opencascade//inc/ShapeFix.hxx \ - /usr/local/opencascade//inc/ShapeFix_FixSmallFace.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_FixSmallFace.hxx OCCEdge.h \ - OCCFace.h OCCRegion.h ../Common/Message.h + GRegion.h OCCVertex.h OCCIncludes.h OCCEdge.h OCCFace.h OCCRegion.h \ + ../Common/Message.h projectionFace.o: projectionFace.cpp projectionFace.h GFace.h GPoint.h \ GEntity.h Range.h SPoint3.h SBoundingBox3d.h ../Common/GmshDefines.h \ GEdgeLoop.h GEdge.h GVertex.h MVertex.h SPoint2.h SVector3.h MElement.h \ @@ -1769,8 +176,7 @@ GModel.o: GModel.cpp GModel.h GVertex.h GEntity.h Range.h SPoint3.h \ GRegion.h gmshSurface.h ../Mesh/Attractors.h ../Geo/SPoint3.h \ ../Geo/Geo.h ../Geo/gmshSurface.h ../DataStr/Tree.h ../DataStr/avl.h \ ../Geo/SPoint2.h ../Geo/ExtrudeParams.h ../Common/Message.h \ - ../Geo/GEdge.h ../contrib/ANN/include/ANN/ANN.h MRep.h \ - ../Common/VertexArray.h ../Common/OS.h + ../Geo/GEdge.h MRep.h ../Common/VertexArray.h ../Common/OS.h GModelIO_Geo.o: GModelIO_Geo.cpp GModel.h GVertex.h GEntity.h Range.h \ SPoint3.h SBoundingBox3d.h ../Common/GmshDefines.h MVertex.h GPoint.h \ SPoint2.h GEdge.h SVector3.h MElement.h MEdge.h ../Common/Hash.h \ @@ -1797,429 +203,14 @@ GModelIO_Fourier.o: GModelIO_Fourier.cpp GModel.h GVertex.h GEntity.h \ gmshSurface.h ../DataStr/Tree.h ../DataStr/avl.h gmshVertex.h \ ../Common/Message.h ../Common/Views.h ../Common/ColorTable.h \ ../Common/VertexArray.h ../Common/SmoothData.h \ - ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h + ../Common/AdaptiveViews.h ../Common/GmshMatrix.h GModelIO_OCC.o: GModelIO_OCC.cpp GModel.h GVertex.h GEntity.h Range.h \ SPoint3.h SBoundingBox3d.h ../Common/GmshDefines.h MVertex.h GPoint.h \ SPoint2.h GEdge.h SVector3.h MElement.h MEdge.h ../Common/Hash.h \ MFace.h ../Numeric/Numeric.h ../Common/Context.h ../DataStr/List.h \ ExtrudeParams.h ../Common/SmoothData.h GFace.h GEdgeLoop.h Pair.h \ - GRegion.h ../Common/Message.h OCCIncludes.h \ - /usr/local/opencascade//inc/config.h \ - /usr/local/opencascade//inc/BRep_Tool.hxx \ - /usr/local/opencascade//inc/Standard_Boolean.hxx \ - /usr/local/opencascade//inc/Standard_TypeDef.hxx \ - /usr/local/opencascade//inc/Standard_Macro.hxx \ - /usr/local/opencascade//inc/Standard_Stream.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Surface.hxx \ - /usr/local/opencascade//inc/Standard.hxx \ - /usr/local/opencascade//inc/Standard_Address.hxx \ - /usr/local/opencascade//inc/Standard_Integer.hxx \ - /usr/local/opencascade//inc/Standard_values.h \ - /usr/local/opencascade//inc/Standard_OStream.hxx \ - /usr/local/opencascade//inc/Standard_CString.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Geometry.hxx \ - /usr/local/opencascade//inc/Handle_MMgt_TShared.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Transient.hxx \ - /usr/local/opencascade//inc/Standard_PrimitiveTypes.hxx \ - /usr/local/opencascade//inc/Standard_Real.hxx \ - /usr/local/opencascade//inc/Standard_Character.hxx \ - /usr/local/opencascade//inc/Standard_ctype.hxx \ - /usr/local/opencascade//inc/Standard_ExtCharacter.hxx \ - /usr/local/opencascade//inc/Standard_ExtString.hxx \ - /usr/local/opencascade//inc/Standard_Storable.hxx \ - /usr/local/opencascade//inc/Standard_Transient_proto.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Triangulation.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Polygon3D.hxx \ - /usr/local/opencascade//inc/Handle_Geom2d_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Geom2d_Geometry.hxx \ - /usr/local/opencascade//inc/Handle_Poly_Polygon2D.hxx \ - /usr/local/opencascade//inc/Handle_Poly_PolygonOnTriangulation.hxx \ - /usr/local/opencascade//inc/GeomAbs_Shape.hxx \ - /usr/local/opencascade//inc/Geom_Curve.hxx \ - /usr/local/opencascade//inc/Geom_Geometry.hxx \ - /usr/local/opencascade//inc/MMgt_TShared.hxx \ - /usr/local/opencascade//inc/Standard_Transient.hxx \ - /usr/local/opencascade//inc/Standard_Type.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Type.hxx \ - /usr/local/opencascade//inc/Standard_KindOfType.hxx \ - /usr/local/opencascade//inc/Standard_Type.lxx \ - /usr/local/opencascade//inc/Geom2d_Curve.hxx \ - /usr/local/opencascade//inc/Geom2d_Geometry.hxx \ - /usr/local/opencascade//inc/Geom_Surface.hxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnSurf.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPS.hxx \ - /usr/local/opencascade//inc/Adaptor3d_SurfacePtr.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPElS.hxx \ - /usr/local/opencascade//inc/Extrema_POnSurf.hxx \ - /usr/local/opencascade//inc/gp_Pnt.hxx \ - /usr/local/opencascade//inc/gp_XYZ.hxx \ - /usr/local/opencascade//inc/gp_XYZ.lxx \ - /usr/local/opencascade//inc/gp.hxx /usr/local/opencascade//inc/gp.lxx \ - /usr/local/opencascade//inc/gp_Mat.hxx \ - /usr/local/opencascade//inc/gp_Mat.lxx \ - /usr/local/opencascade//inc/Standard_OutOfRange.hxx \ - /usr/local/opencascade//inc/Handle_Standard_OutOfRange.hxx \ - /usr/local/opencascade//inc/Handle_Standard_RangeError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_DomainError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_Failure.hxx \ - /usr/local/opencascade//inc/Standard_SStream.hxx \ - /usr/local/opencascade//inc/Standard_RangeError.hxx \ - /usr/local/opencascade//inc/Standard_DomainError.hxx \ - /usr/local/opencascade//inc/Standard_Failure.hxx \ - /usr/local/opencascade//inc/Standard_Failure.lxx \ - /usr/local/opencascade//inc/Standard_ConstructionError.hxx \ - /usr/local/opencascade//inc/Handle_Standard_ConstructionError.hxx \ - /usr/local/opencascade//inc/gp_Pnt.lxx \ - /usr/local/opencascade//inc/gp_Trsf.hxx \ - /usr/local/opencascade//inc/gp_TrsfForm.hxx \ - /usr/local/opencascade//inc/gp_Trsf.lxx \ - /usr/local/opencascade//inc/gp_Trsf2d.hxx \ - /usr/local/opencascade//inc/gp_Mat2d.hxx \ - /usr/local/opencascade//inc/gp_Mat2d.lxx \ - /usr/local/opencascade//inc/gp_XY.hxx \ - /usr/local/opencascade//inc/gp_XY.lxx \ - /usr/local/opencascade//inc/gp_Trsf2d.lxx \ - /usr/local/opencascade//inc/gp_Pnt2d.hxx \ - /usr/local/opencascade//inc/gp_Pnt2d.lxx \ - /usr/local/opencascade//inc/gp_Vec2d.hxx \ - /usr/local/opencascade//inc/gp_Vec2d.lxx \ - /usr/local/opencascade//inc/gp_Dir2d.hxx \ - /usr/local/opencascade//inc/gp_Dir2d.lxx \ - /usr/local/opencascade//inc/gp_Ax2d.hxx \ - /usr/local/opencascade//inc/gp_Ax2d.lxx \ - /usr/local/opencascade//inc/gp_Vec.hxx \ - /usr/local/opencascade//inc/gp_Vec.lxx \ - /usr/local/opencascade//inc/gp_Dir.hxx \ - /usr/local/opencascade//inc/gp_Dir.lxx \ - /usr/local/opencascade//inc/gp_VectorWithNullMagnitude.hxx \ - /usr/local/opencascade//inc/Handle_gp_VectorWithNullMagnitude.hxx \ - /usr/local/opencascade//inc/Extrema_POnSurf.lxx \ - /usr/local/opencascade//inc/Extrema_GenExtPS.hxx \ - /usr/local/opencascade//inc/Handle_TColgp_HArray2OfPnt.hxx \ - /usr/local/opencascade//inc/Extrema_FuncExtPS.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfReal.hxx \ - /usr/local/opencascade//inc/TCollection_BaseSequence.hxx \ - /usr/local/opencascade//inc/TCollection_BaseSequence.lxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfReal.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_SeqNode.hxx \ - /usr/local/opencascade//inc/TCollection_Sequence.lxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfPOnSurf.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfPOnSurf.hxx \ - /usr/local/opencascade//inc/math_FunctionSetWithDerivatives.hxx \ - /usr/local/opencascade//inc/math_FunctionSet.hxx \ - /usr/local/opencascade//inc/GeomAbs_SurfaceType.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Surface.hxx \ - /usr/local/opencascade//inc/Adaptor3d_Surface.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BezierSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BoundedSurface.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BSplineSurface.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HCurve.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Surface.lxx \ - /usr/local/opencascade//inc/Quantity_Parameter.hxx \ - /usr/local/opencascade//inc/Quantity_Length.hxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnSurf.lxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnCurve.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPC.hxx \ - /usr/local/opencascade//inc/Extrema_ExtPElC.hxx \ - /usr/local/opencascade//inc/Extrema_POnCurv.hxx \ - /usr/local/opencascade//inc/Extrema_Point.lxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfPOnCurv.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfPOnCurv.hxx \ - /usr/local/opencascade//inc/Extrema_EPCOfExtPC.hxx \ - /usr/local/opencascade//inc/Extrema_PCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfInteger.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfInteger.hxx \ - /usr/local/opencascade//inc/Extrema_SeqPCOfPCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSeqPCOfPCFOfEPCOfExtPC.hxx \ - /usr/local/opencascade//inc/math_FunctionWithDerivative.hxx \ - /usr/local/opencascade//inc/math_Function.hxx \ - /usr/local/opencascade//inc/GeomAbs_CurveType.hxx \ - /usr/local/opencascade//inc/Extrema_SequenceOfBoolean.hxx \ - /usr/local/opencascade//inc/Handle_Extrema_SequenceNodeOfSequenceOfBoolean.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Curve.hxx \ - /usr/local/opencascade//inc/Adaptor3d_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BezierCurve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BoundedCurve.hxx \ - /usr/local/opencascade//inc/Handle_Geom_BSplineCurve.hxx \ - /usr/local/opencascade//inc/GeomAdaptor_Curve.lxx \ - /usr/local/opencascade//inc/GeomAPI_ProjectPointOnCurve.lxx \ - /usr/local/opencascade//inc/BRepTools.hxx \ - /usr/local/opencascade//inc/Standard_IStream.hxx \ - /usr/local/opencascade//inc/TopExp.hxx \ - /usr/local/opencascade//inc/TopAbs_ShapeEnum.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeVertex.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeVertex.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeShape.hxx \ - /usr/local/opencascade//inc/TopoDS_Shape.hxx \ - /usr/local/opencascade//inc/Handle_TopoDS_TShape.hxx \ - /usr/local/opencascade//inc/TopLoc_Location.hxx \ - /usr/local/opencascade//inc/TopLoc_SListOfItemLocation.hxx \ - /usr/local/opencascade//inc/Handle_TopLoc_SListNodeOfSListOfItemLocation.hxx \ - /usr/local/opencascade//inc/TCollection_SList.lxx \ - /usr/local/opencascade//inc/Handle_TopLoc_Datum3D.hxx \ - /usr/local/opencascade//inc/TopLoc_Location.lxx \ - /usr/local/opencascade//inc/TopLoc_ItemLocation.hxx \ - /usr/local/opencascade//inc/TopLoc_TrsfPtr.hxx \ - /usr/local/opencascade//inc/TopAbs_Orientation.hxx \ - /usr/local/opencascade//inc/TopoDS_Shape.lxx \ - /usr/local/opencascade//inc/TopoDS_TShape.hxx \ - /usr/local/opencascade//inc/TopoDS_ListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopoDS_ListNodeOfListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_MapNode.hxx \ - /usr/local/opencascade//inc/TCollection_List.lxx \ - /usr/local/opencascade//inc/TopoDS_TShape.lxx \ - /usr/local/opencascade//inc/TopAbs.hxx \ - /usr/local/opencascade//inc/TopAbs_State.hxx \ - /usr/local/opencascade//inc/TopTools_ListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_ListNodeOfListOfShape.hxx \ - /usr/local/opencascade//inc/BRepLib_Command.hxx \ - /usr/local/opencascade//inc/BRepLib_ShapeModification.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeShape.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Command.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeShell.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeShell.hxx \ - /usr/local/opencascade//inc/BRepLib_ShellError.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_ShellError.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_MakeSolid.hxx \ - /usr/local/opencascade//inc/BRepLib_MakeSolid.hxx \ - /usr/local/opencascade//inc/BRepOffsetAPI_Sewing.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Sewing.hxx \ - /usr/local/opencascade//inc/Handle_BRepBuilderAPI_Sewing.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TCollection_BasicMap.hxx \ - /usr/local/opencascade//inc/TCollection_MapNodePtr.hxx \ - /usr/local/opencascade//inc/TCollection_BasicMap.lxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedMapOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedMapNodeOfIndexedMapOfShape.hxx \ - /usr/local/opencascade//inc/TopTools_IndexedDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_IndexedDataMapNodeOfIndexedDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/TopTools_DataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_DataMapNodeOfDataMapOfShapeShape.hxx \ - /usr/local/opencascade//inc/TopTools_DataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_DataMapNodeOfDataMapOfShapeListOfShape.hxx \ - /usr/local/opencascade//inc/Handle_BRepTools_ReShape.hxx \ - /usr/local/opencascade//inc/TopTools_MapOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_StdMapNodeOfMapOfShape.hxx \ - /usr/local/opencascade//inc/BRepBuilderAPI_Sewing.lxx \ - /usr/local/opencascade//inc/BRepLProp_SLProps.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Surface.hxx \ - /usr/local/opencascade//inc/TopoDS_Face.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Surface.lxx \ - /usr/local/opencascade//inc/LProp_Status.hxx \ - /usr/local/opencascade//inc/Poly_Triangulation.hxx \ - /usr/local/opencascade//inc/TColgp_Array1OfPnt.hxx \ - /usr/local/opencascade//inc/TCollection_Array1.lxx \ - /usr/local/opencascade//inc/Handle_TColgp_HArray1OfPnt2d.hxx \ - /usr/local/opencascade//inc/Poly_Array1OfTriangle.hxx \ - /usr/local/opencascade//inc/Poly_Triangle.hxx \ - /usr/local/opencascade//inc/Poly_Triangle.lxx \ - /usr/local/opencascade//inc/Poly_Triangulation.lxx \ - /usr/local/opencascade//inc/TColgp_Array1OfPnt2d.hxx \ - /usr/local/opencascade//inc/GProp_GProps.hxx \ - /usr/local/opencascade//inc/BRepGProp.hxx \ - /usr/local/opencascade//inc/TopoDS.hxx \ - /usr/local/opencascade//inc/TopoDS.lxx \ - /usr/local/opencascade//inc/Standard_TypeMismatch.hxx \ - /usr/local/opencascade//inc/Handle_Standard_TypeMismatch.hxx \ - /usr/local/opencascade//inc/TopoDS_Solid.hxx \ - /usr/local/opencascade//inc/TopExp_Explorer.hxx \ - /usr/local/opencascade//inc/TopExp_Stack.hxx \ - /usr/local/opencascade//inc/TopExp_Explorer.lxx \ - /usr/local/opencascade//inc/BRep_Builder.hxx \ - /usr/local/opencascade//inc/TopoDS_Builder3D.hxx \ - /usr/local/opencascade//inc/TopoDS_Builder.hxx \ - /usr/local/opencascade//inc/TopoDS_Wire.hxx \ - /usr/local/opencascade//inc/BRepTools_WireExplorer.hxx \ - /usr/local/opencascade//inc/TopoDS_Edge.hxx \ - /usr/local/opencascade//inc/TopoDS_Vertex.hxx \ - /usr/local/opencascade//inc/BRepLProp_CLProps.hxx \ - /usr/local/opencascade//inc/BRepAdaptor_Curve.hxx \ - /usr/local/opencascade//inc/Handle_Adaptor3d_HCurveOnSurface.hxx \ - /usr/local/opencascade//inc/IGESControl_Reader.hxx \ - /usr/local/opencascade//inc/XSControl_Reader.hxx \ - /usr/local/opencascade//inc/Handle_XSControl_WorkSession.hxx \ - /usr/local/opencascade//inc/Handle_IFSelect_WorkSession.hxx \ - /usr/local/opencascade//inc/TColStd_SequenceOfTransient.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_SequenceNodeOfSequenceOfTransient.hxx \ - /usr/local/opencascade//inc/TopTools_SequenceOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_SequenceNodeOfSequenceOfShape.hxx \ - /usr/local/opencascade//inc/IFSelect_ReturnStatus.hxx \ - /usr/local/opencascade//inc/Handle_Interface_InterfaceModel.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfTransient.hxx \ - /usr/local/opencascade//inc/IFSelect_PrintCount.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_IGESModel.hxx \ - /usr/local/opencascade//inc/IFSelect_PrintFail.hxx \ - /usr/local/opencascade//inc/IGESControl_Reader.lxx \ - /usr/local/opencascade//inc/STEPControl_Reader.hxx \ - /usr/local/opencascade//inc/Handle_StepData_StepModel.hxx \ - /usr/local/opencascade//inc/IGESToBRep_Reader.hxx \ - /usr/local/opencascade//inc/Handle_IGESToBRep_Actor.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ActorOfTransientProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ActorOfProcessForTransient.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_TransientProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ProcessForTransient.hxx \ - /usr/local/opencascade//inc/Interface_Static.hxx \ - /usr/local/opencascade//inc/Handle_Interface_Static.hxx \ - /usr/local/opencascade//inc/Handle_Interface_TypedValue.hxx \ - /usr/local/opencascade//inc/Handle_MoniTool_TypedValue.hxx \ - /usr/local/opencascade//inc/TCollection_AsciiString.hxx \ - /usr/local/opencascade//inc/TCollection_AsciiString.lxx \ - /usr/local/opencascade//inc/Interface_ParamType.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HArray1OfAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_Dico_DictionaryOfInteger.hxx \ - /usr/local/opencascade//inc/Interface_StaticSatisfies.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_HAsciiString.hxx \ - /usr/local/opencascade//inc/Interface_TypedValue.hxx \ - /usr/local/opencascade//inc/Interface_ValueInterpret.hxx \ - /usr/local/opencascade//inc/Interface_ValueSatisfies.hxx \ - /usr/local/opencascade//inc/MoniTool_TypedValue.hxx \ - /usr/local/opencascade//inc/MoniTool_ValueType.hxx \ - /usr/local/opencascade//inc/MoniTool_ValueInterpret.hxx \ - /usr/local/opencascade//inc/TCollection_HAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_TCollection_HExtendedString.hxx \ - /usr/local/opencascade//inc/TCollection_HAsciiString.lxx \ - /usr/local/opencascade//inc/MoniTool_ValueSatisfies.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfAsciiString.hxx \ - /usr/local/opencascade//inc/Handle_Dico_DictionaryOfTransient.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfHAsciiString.hxx \ - /usr/local/opencascade//inc/GeomAPI_ExtremaCurveCurve.hxx \ - /usr/local/opencascade//inc/Extrema_ExtCC.hxx \ - /usr/local/opencascade//inc/GeomAPI_ExtremaCurveCurve.lxx \ - /usr/local/opencascade//inc/Standard_ErrorHandler.hxx \ - /usr/local/opencascade//inc/Standard_ErrorHandler.lxx \ - /usr/local/opencascade//inc/ShapeUpgrade_ShellSewing.hxx \ - /usr/local/opencascade//inc/Handle_ShapeBuild_ReShape.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shape.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Shape.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Root.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Solid.hxx \ - /usr/local/opencascade//inc/ShapeFix_Root.hxx \ - /usr/local/opencascade//inc/Handle_ShapeExtend_BasicMsgRegistrator.hxx \ - /usr/local/opencascade//inc/Message_Gravity.hxx \ - /usr/local/opencascade//inc/ShapeFix_Root.lxx \ - /usr/local/opencascade//inc/Precision.hxx \ - /usr/local/opencascade//inc/Precision.lxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Shell.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Face.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Wire.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Edge.hxx \ - /usr/local/opencascade//inc/ShapeExtend_Status.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shape.lxx \ - /usr/local/opencascade//inc/ShapeFix_Solid.hxx \ - /usr/local/opencascade//inc/ShapeFix_Solid.lxx \ - /usr/local/opencascade//inc/ShapeFix_Shell.hxx \ - /usr/local/opencascade//inc/TopoDS_Shell.hxx \ - /usr/local/opencascade//inc/TopoDS_Compound.hxx \ - /usr/local/opencascade//inc/ShapeFix_Shell.lxx \ - /usr/local/opencascade//inc/ShapeFix_Face.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_Surface.hxx \ - /usr/local/opencascade//inc/Handle_ShapeExtend_WireData.hxx \ - /usr/local/opencascade//inc/ShapeFix_Face.lxx \ - /usr/local/opencascade//inc/ShapeExtend.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wire.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_Wire.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wire.lxx \ - /usr/local/opencascade//inc/ShapeExtend_WireData.hxx \ - /usr/local/opencascade//inc/Handle_TopTools_HSequenceOfShape.hxx \ - /usr/local/opencascade//inc/Handle_TColStd_HSequenceOfInteger.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_Wire.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_Wire.lxx \ - /usr/local/opencascade//inc/ShapeFix_Wireframe.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_Wireframe.hxx \ - /usr/local/opencascade//inc/ShapeFix_Wireframe.lxx \ - /usr/local/opencascade//inc/BRepMesh.hxx \ - /usr/local/opencascade//inc/BRepMesh_IncrementalMesh.hxx \ - /usr/local/opencascade//inc/Handle_BRepMesh_FastDiscret.hxx \ - /usr/local/opencascade//inc/BRepMesh_DataMapOfShapeReal.hxx \ - /usr/local/opencascade//inc/Handle_BRepMesh_DataMapNodeOfDataMapOfShapeReal.hxx \ - /usr/local/opencascade//inc/Bnd_Box.hxx \ - /usr/local/opencascade//inc/Bnd_Box.lxx \ - /usr/local/opencascade//inc/BRepBndLib.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis.hxx \ - /usr/local/opencascade//inc/ShapeBuild_ReShape.hxx \ - /usr/local/opencascade//inc/BRepTools_ReShape.hxx \ - /usr/local/opencascade//inc/IGESControl_Writer.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_FinderProcess.hxx \ - /usr/local/opencascade//inc/Handle_Transfer_ProcessForFinder.hxx \ - /usr/local/opencascade//inc/IGESData_BasicEditor.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_Protocol.hxx \ - /usr/local/opencascade//inc/Handle_Interface_Protocol.hxx \ - /usr/local/opencascade//inc/Interface_GeneralLib.hxx \ - /usr/local/opencascade//inc/Handle_Interface_NodeOfGeneralLib.hxx \ - /usr/local/opencascade//inc/Handle_Interface_GeneralModule.hxx \ - /usr/local/opencascade//inc/Handle_Interface_GlobalNodeOfGeneralLib.hxx \ - /usr/local/opencascade//inc/IGESData_SpecificLib.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_NodeOfSpecificLib.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_IGESEntity.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_SpecificModule.hxx \ - /usr/local/opencascade//inc/Handle_IGESData_GlobalNodeOfSpecificLib.hxx \ - /usr/local/opencascade//inc/STEPControl_Writer.hxx \ - /usr/local/opencascade//inc/STEPControl_StepModelType.hxx \ - /usr/local/opencascade//inc/StlAPI_Writer.hxx \ - /usr/local/opencascade//inc/Handle_StlMesh_Mesh.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeTolerance.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeContents.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_ShapeContents.lxx \ - /usr/local/opencascade//inc/ShapeAnalysis_CheckSmallFace.hxx \ - /usr/local/opencascade//inc/ShapeAnalysis_CheckSmallFace.lxx \ - /usr/local/opencascade//inc/ShapeAnalysis_DataMapOfShapeListOfReal.hxx \ - /usr/local/opencascade//inc/Handle_ShapeAnalysis_DataMapNodeOfDataMapOfShapeListOfReal.hxx \ - /usr/local/opencascade//inc/BRepAlgoAPI_Fuse.hxx \ - /usr/local/opencascade//inc/BRepAlgoAPI_BooleanOperation.hxx \ - /usr/local/opencascade//inc/BOP_Operation.hxx \ - /usr/local/opencascade//inc/BOPTools_PDSFiller.hxx \ - /usr/local/opencascade//inc/BOP_PBuilder.hxx \ - /usr/local/opencascade//inc/Handle_BOP_HistoryCollector.hxx \ - /usr/local/opencascade//inc/BRepCheck_Analyzer.hxx \ - /usr/local/opencascade//inc/BRepCheck_DataMapOfShapeResult.hxx \ - /usr/local/opencascade//inc/Handle_BRepCheck_Result.hxx \ - /usr/local/opencascade//inc/Handle_BRepCheck_DataMapNodeOfDataMapOfShapeResult.hxx \ - /usr/local/opencascade//inc/BRepCheck_Analyzer.lxx \ - /usr/local/opencascade//inc/BRepLib.hxx \ - /usr/local/opencascade//inc/Handle_Geom_Plane.hxx \ - /usr/local/opencascade//inc/Handle_Geom_ElementarySurface.hxx \ - /usr/local/opencascade//inc/ShapeFix.hxx \ - /usr/local/opencascade//inc/ShapeFix_FixSmallFace.hxx \ - /usr/local/opencascade//inc/Handle_ShapeFix_FixSmallFace.hxx \ - OCCVertex.h OCCEdge.h OCCFace.h OCCRegion.h + GRegion.h ../Common/Message.h OCCIncludes.h OCCVertex.h OCCEdge.h \ + OCCFace.h OCCRegion.h GModelIO_CGNS.o: GModelIO_CGNS.cpp GModel.h GVertex.h GEntity.h Range.h \ SPoint3.h SBoundingBox3d.h ../Common/GmshDefines.h MVertex.h GPoint.h \ SPoint2.h GEdge.h SVector3.h MElement.h MEdge.h ../Common/Hash.h \ diff --git a/Mesh/Makefile b/Mesh/Makefile index 96086a0a2e..c2fe0c0ce5 100644 --- a/Mesh/Makefile +++ b/Mesh/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.165 2007-02-27 17:15:47 remacle Exp $ +# $Id: Makefile,v 1.166 2007-02-27 22:01:25 geuzaine Exp $ # # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # @@ -76,55 +76,21 @@ Generator.o: Generator.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \ ../Numeric/Numeric.h ../Common/Context.h ../Common/Views.h \ ../Common/ColorTable.h ../Common/VertexArray.h ../Common/SmoothData.h \ - ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h ../Common/OS.h ../Geo/GModel.h \ - ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ - ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/GmshDefines.h \ - ../Geo/MVertex.h ../Geo/SPoint3.h ../Geo/GPoint.h ../Geo/SPoint2.h \ - ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/SVector3.h \ - ../Geo/SPoint3.h ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/MElement.h \ - ../Geo/MVertex.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \ - ../Common/Hash.h ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \ - ../Geo/ExtrudeParams.h ../Geo/GFace.h ../Geo/GPoint.h ../Geo/GEntity.h \ - ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/MElement.h ../Geo/SPoint2.h \ - ../Geo/SVector3.h ../Geo/Pair.h ../Geo/ExtrudeParams.h ../Geo/GRegion.h \ - ../Geo/GEntity.h ../Geo/MElement.h ../Geo/ExtrudeParams.h \ - ../Geo/SBoundingBox3d.h meshGEdge.h meshGFace.h meshGRegion.h \ - BackgroundMesh.h BoundaryLayer.h SecondOrder.h + ../Common/AdaptiveViews.h ../Common/GmshMatrix.h ../Common/OS.h \ + ../Geo/GModel.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h \ + ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ + ../Common/GmshDefines.h ../Geo/MVertex.h ../Geo/SPoint3.h \ + ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/GEdge.h ../Geo/GEntity.h \ + ../Geo/GVertex.h ../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint3.h \ + ../Geo/SPoint2.h ../Geo/MElement.h ../Geo/MVertex.h ../Geo/MEdge.h \ + ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Hash.h ../Geo/MFace.h \ + ../Geo/MVertex.h ../Geo/SVector3.h ../Geo/ExtrudeParams.h \ + ../Geo/GFace.h ../Geo/GPoint.h ../Geo/GEntity.h ../Geo/GEdgeLoop.h \ + ../Geo/GEdge.h ../Geo/MElement.h ../Geo/SPoint2.h ../Geo/SVector3.h \ + ../Geo/Pair.h ../Geo/ExtrudeParams.h ../Geo/GRegion.h ../Geo/GEntity.h \ + ../Geo/MElement.h ../Geo/ExtrudeParams.h ../Geo/SBoundingBox3d.h \ + meshGEdge.h meshGFace.h meshGRegion.h BackgroundMesh.h BoundaryLayer.h \ + SecondOrder.h Attractors.o: Attractors.cpp Attractors.h ../Geo/SPoint3.h ../Geo/Geo.h \ ../Common/GmshDefines.h ../Geo/gmshSurface.h ../Geo/Pair.h \ ../Geo/Range.h ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/SVector3.h \ @@ -138,7 +104,7 @@ Attractors.o: Attractors.cpp Attractors.h ../Geo/SPoint3.h ../Geo/Geo.h \ ../Geo/MElement.h ../Geo/MVertex.h ../Geo/MEdge.h ../Geo/MVertex.h \ ../Geo/SVector3.h ../Common/Hash.h ../Geo/MFace.h ../Geo/MVertex.h \ ../Geo/SVector3.h ../Common/Context.h ../Geo/ExtrudeParams.h \ - ../contrib/ANN/include/ANN/ANN.h ../Geo/GeoInterpolation.h ../Geo/Geo.h + ../Geo/GeoInterpolation.h ../Geo/Geo.h meshGEdge.o: meshGEdge.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/Malloc.h ../DataStr/List.h ../DataStr/Tree.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \ @@ -192,46 +158,11 @@ meshGFace.o: meshGFace.cpp meshGFace.h meshGFaceDelaunayInsertion.h \ ../Geo/MElement.h ../Common/VertexArray.h ../Common/Message.h \ ../Common/OS.h BDS.h ../Common/Views.h ../Common/ColorTable.h \ ../Common/VertexArray.h ../Common/SmoothData.h \ - ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h Attractors.h ../Geo/Geo.h \ - ../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h \ - ../Geo/SPoint3.h ../Geo/SVector3.h ../Geo/SBoundingBox3d.h \ - ../DataStr/Tree.h ../DataStr/avl.h ../Geo/SPoint2.h \ - ../Geo/ExtrudeParams.h ../contrib/ANN/include/ANN/ANN.h + ../Common/AdaptiveViews.h ../Common/GmshMatrix.h Attractors.h \ + ../Geo/Geo.h ../Geo/gmshSurface.h ../Geo/Pair.h ../Geo/Range.h \ + ../Geo/SPoint2.h ../Geo/SPoint3.h ../Geo/SVector3.h \ + ../Geo/SBoundingBox3d.h ../DataStr/Tree.h ../DataStr/avl.h \ + ../Geo/SPoint2.h ../Geo/ExtrudeParams.h meshGFaceTransfinite.o: meshGFaceTransfinite.cpp meshGFace.h \ ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/GmshDefines.h \ @@ -274,42 +205,7 @@ meshGFaceDelaunayInsertion.o: meshGFaceDelaunayInsertion.cpp BDS.h \ ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h ../Geo/ExtrudeParams.h \ ../Common/Views.h ../Common/ColorTable.h ../Common/VertexArray.h \ ../Common/SmoothData.h ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h BackgroundMesh.h \ - meshGFaceDelaunayInsertion.h ../Common/Message.h + BackgroundMesh.h meshGFaceDelaunayInsertion.h ../Common/Message.h meshGRegion.o: meshGRegion.cpp meshGRegion.h \ meshGRegionDelaunayInsertion.h ../Geo/MElement.h \ ../Common/GmshDefines.h ../Geo/MVertex.h ../Geo/SPoint3.h \ @@ -334,44 +230,7 @@ meshGRegion.o: meshGRegion.cpp meshGRegion.h \ ../Geo/MElement.h ../Common/VertexArray.h ../Common/Message.h \ ../Common/OS.h BDS.h ../Common/Views.h ../Common/ColorTable.h \ ../Common/VertexArray.h ../Common/SmoothData.h \ - ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h ../contrib/Tetgen/tetgen.h \ - ../contrib/Netgen/libsrc/interface/nglib.h \ - ../contrib/Netgen/nglib_addon.h + ../Common/AdaptiveViews.h ../Common/GmshMatrix.h meshGRegionDelaunayInsertion.o: meshGRegionDelaunayInsertion.cpp \ BackgroundMesh.h meshGRegionDelaunayInsertion.h ../Geo/MElement.h \ ../Common/GmshDefines.h ../Geo/MVertex.h ../Geo/SPoint3.h \ @@ -426,41 +285,7 @@ BackgroundMesh.o: BackgroundMesh.cpp ../Common/Gmsh.h ../Common/Message.h \ ../DataStr/avl.h ../DataStr/Tools.h ../DataStr/List.h ../DataStr/Tree.h \ ../Common/Views.h ../Common/ColorTable.h ../Common/VertexArray.h \ ../Common/SmoothData.h ../Numeric/Numeric.h ../Common/AdaptiveViews.h \ - ../Common/GmshMatrix.h /sw/include/gsl/gsl_linalg.h \ - /sw/include/gsl/gsl_mode.h /sw/include/gsl/gsl_permutation.h \ - /sw/include/gsl/gsl_types.h /sw/include/gsl/gsl_errno.h \ - /sw/include/gsl/gsl_check_range.h /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h BackgroundMesh.h ../Common/Context.h \ + ../Common/GmshMatrix.h BackgroundMesh.h ../Common/Context.h \ ../Common/OctreePost.h ../Common/Octree.h ../Common/OctreeInternals.h \ ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/GmshDefines.h \ @@ -477,7 +302,7 @@ BackgroundMesh.o: BackgroundMesh.cpp ../Common/Gmsh.h ../Common/Message.h \ ../Geo/SBoundingBox3d.h Attractors.h ../Geo/Geo.h ../Geo/gmshSurface.h \ ../Geo/Pair.h ../Geo/Range.h ../Geo/SPoint2.h ../Geo/SPoint3.h \ ../Geo/SVector3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint2.h \ - ../Geo/ExtrudeParams.h ../contrib/ANN/include/ANN/ANN.h + ../Geo/ExtrudeParams.h BoundaryLayer.o: BoundaryLayer.cpp BoundaryLayer.h ../Geo/GModel.h \ ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/GmshDefines.h \ @@ -493,55 +318,21 @@ BoundaryLayer.o: BoundaryLayer.cpp BoundaryLayer.h ../Geo/GModel.h \ ../Geo/ExtrudeParams.h ../Geo/GRegion.h ../Geo/GEntity.h \ ../Geo/MElement.h ../Geo/ExtrudeParams.h ../Geo/SBoundingBox3d.h \ meshGEdge.h meshGFace.h ../Common/Message.h -BDS.o: BDS.cpp ../Numeric/Numeric.h ../Common/GmshMatrix.h \ - /sw/include/gsl/gsl_linalg.h /sw/include/gsl/gsl_mode.h \ - /sw/include/gsl/gsl_permutation.h /sw/include/gsl/gsl_types.h \ - /sw/include/gsl/gsl_errno.h /sw/include/gsl/gsl_check_range.h \ - /sw/include/gsl/gsl_vector.h \ - /sw/include/gsl/gsl_vector_complex_long_double.h \ - /sw/include/gsl/gsl_complex.h /sw/include/gsl/gsl_vector_long_double.h \ - /sw/include/gsl/gsl_block_long_double.h \ - /sw/include/gsl/gsl_vector_complex.h \ - /sw/include/gsl/gsl_block_complex_long_double.h \ - /sw/include/gsl/gsl_vector_complex_double.h \ - /sw/include/gsl/gsl_vector_double.h /sw/include/gsl/gsl_block_double.h \ - /sw/include/gsl/gsl_block_complex_double.h \ - /sw/include/gsl/gsl_vector_complex_float.h \ - /sw/include/gsl/gsl_vector_float.h /sw/include/gsl/gsl_block_float.h \ - /sw/include/gsl/gsl_block_complex_float.h \ - /sw/include/gsl/gsl_vector_ulong.h /sw/include/gsl/gsl_block_ulong.h \ - /sw/include/gsl/gsl_vector_long.h /sw/include/gsl/gsl_block_long.h \ - /sw/include/gsl/gsl_vector_uint.h /sw/include/gsl/gsl_block_uint.h \ - /sw/include/gsl/gsl_vector_int.h /sw/include/gsl/gsl_block_int.h \ - /sw/include/gsl/gsl_vector_ushort.h /sw/include/gsl/gsl_block_ushort.h \ - /sw/include/gsl/gsl_vector_short.h /sw/include/gsl/gsl_block_short.h \ - /sw/include/gsl/gsl_vector_uchar.h /sw/include/gsl/gsl_block_uchar.h \ - /sw/include/gsl/gsl_vector_char.h /sw/include/gsl/gsl_block_char.h \ - /sw/include/gsl/gsl_matrix.h \ - /sw/include/gsl/gsl_matrix_complex_long_double.h \ - /sw/include/gsl/gsl_matrix_complex_double.h \ - /sw/include/gsl/gsl_matrix_complex_float.h \ - /sw/include/gsl/gsl_matrix_long_double.h \ - /sw/include/gsl/gsl_matrix_double.h /sw/include/gsl/gsl_matrix_float.h \ - /sw/include/gsl/gsl_matrix_ulong.h /sw/include/gsl/gsl_matrix_long.h \ - /sw/include/gsl/gsl_matrix_uint.h /sw/include/gsl/gsl_matrix_int.h \ - /sw/include/gsl/gsl_matrix_ushort.h /sw/include/gsl/gsl_matrix_short.h \ - /sw/include/gsl/gsl_matrix_uchar.h /sw/include/gsl/gsl_matrix_char.h \ - /sw/include/gsl/gsl_blas.h /sw/include/gsl/gsl_blas_types.h \ - /sw/include/gsl/gsl_cblas.h BDS.h ../Geo/GFace.h ../Geo/GPoint.h \ - ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ - ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/GmshDefines.h \ - ../Geo/GEdgeLoop.h ../Geo/GEdge.h ../Geo/GEntity.h ../Geo/GVertex.h \ - ../Geo/GEntity.h ../Geo/MVertex.h ../Geo/SPoint3.h ../Geo/GPoint.h \ - ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/SPoint3.h ../Geo/SPoint3.h \ - ../Geo/SPoint2.h ../Geo/MElement.h ../Geo/MVertex.h ../Geo/MEdge.h \ - ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Hash.h ../Geo/MFace.h \ - ../Geo/MVertex.h ../Geo/SVector3.h ../Common/Context.h \ - ../DataStr/List.h ../Geo/ExtrudeParams.h ../Common/SmoothData.h \ - ../Geo/MElement.h ../Geo/SPoint2.h ../Geo/SVector3.h ../Geo/Pair.h \ - ../Geo/ExtrudeParams.h ../Common/Views.h ../Common/ColorTable.h \ - ../Common/VertexArray.h ../Common/SmoothData.h \ - ../Common/AdaptiveViews.h ../Common/GmshMatrix.h ../Common/Message.h +BDS.o: BDS.cpp ../Numeric/Numeric.h ../Common/GmshMatrix.h BDS.h \ + ../Geo/GFace.h ../Geo/GPoint.h ../Geo/GEntity.h ../Geo/Range.h \ + ../Geo/SPoint3.h ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h \ + ../Common/GmshDefines.h ../Geo/GEdgeLoop.h ../Geo/GEdge.h \ + ../Geo/GEntity.h ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/MVertex.h \ + ../Geo/SPoint3.h ../Geo/GPoint.h ../Geo/SPoint2.h ../Geo/SVector3.h \ + ../Geo/SPoint3.h ../Geo/SPoint3.h ../Geo/SPoint2.h ../Geo/MElement.h \ + ../Geo/MVertex.h ../Geo/MEdge.h ../Geo/MVertex.h ../Geo/SVector3.h \ + ../Common/Hash.h ../Geo/MFace.h ../Geo/MVertex.h ../Geo/SVector3.h \ + ../Common/Context.h ../DataStr/List.h ../Geo/ExtrudeParams.h \ + ../Common/SmoothData.h ../Geo/MElement.h ../Geo/SPoint2.h \ + ../Geo/SVector3.h ../Geo/Pair.h ../Geo/ExtrudeParams.h \ + ../Common/Views.h ../Common/ColorTable.h ../Common/VertexArray.h \ + ../Common/SmoothData.h ../Common/AdaptiveViews.h ../Common/GmshMatrix.h \ + ../Common/Message.h SecondOrder.o: SecondOrder.cpp SecondOrder.h ../Geo/GModel.h \ ../Geo/GVertex.h ../Geo/GEntity.h ../Geo/Range.h ../Geo/SPoint3.h \ ../Geo/SBoundingBox3d.h ../Geo/SPoint3.h ../Common/GmshDefines.h \ -- GitLab