]> OCCT Git - occt.git/commitdiff
Configuration - Removing '.gxx' from installation #165
authordpasukhi <dpasukhi@opencascade.com>
Mon, 18 Nov 2024 12:11:18 +0000 (12:11 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Mon, 18 Nov 2024 12:43:53 +0000 (12:43 +0000)
Refactor file extension filters in CMake and QMake configurations.
Gxx extension used as a "old-way-template" to repeat .cxx content.
Marking gxx as a source file instead of header.
Moving to absolute path for the gxx integrations.

230 files changed:
adm/cmake/occt_macros.cmake
adm/cmake/occt_toolkit.cmake
adm/qmake/OccToolkit.pri
src/AppDef/AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute_0.cxx
src/AppDef/AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute_0.cxx
src/AppDef/AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute_0.cxx
src/AppDef/AppDef_BSplineCompute_0.cxx
src/AppDef/AppDef_Compute_0.cxx
src/AppDef/AppDef_Gradient_BFGSOfMyGradientOfCompute_0.cxx
src/AppDef/AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute_0.cxx
src/AppDef/AppDef_Gradient_BFGSOfTheGradient_0.cxx
src/AppDef/AppDef_MyBSplGradientOfBSplineCompute_0.cxx
src/AppDef/AppDef_MyGradientOfCompute_0.cxx
src/AppDef/AppDef_MyGradientbisOfBSplineCompute_0.cxx
src/AppDef/AppDef_ParFunctionOfMyGradientOfCompute_0.cxx
src/AppDef/AppDef_ParFunctionOfMyGradientbisOfBSplineCompute_0.cxx
src/AppDef/AppDef_ParFunctionOfTheGradient_0.cxx
src/AppDef/AppDef_ParLeastSquareOfMyGradientOfCompute_0.cxx
src/AppDef/AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute_0.cxx
src/AppDef/AppDef_ParLeastSquareOfTheGradient_0.cxx
src/AppDef/AppDef_ResConstraintOfMyGradientOfCompute_0.cxx
src/AppDef/AppDef_ResConstraintOfMyGradientbisOfBSplineCompute_0.cxx
src/AppDef/AppDef_ResConstraintOfTheGradient_0.cxx
src/AppDef/AppDef_TheFunction_0.cxx
src/AppDef/AppDef_TheGradient_0.cxx
src/AppDef/AppDef_TheLeastSquares_0.cxx
src/AppDef/AppDef_TheResol_0.cxx
src/Approx/Approx_FitAndDivide2d_0.cxx
src/Approx/Approx_FitAndDivide_0.cxx
src/BRepApprox/BRepApprox_Approx_0.cxx
src/BRepApprox/BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx
src/BRepApprox/BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx
src/BRepApprox/BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx
src/BRepApprox/BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx
src/BRepApprox/BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox_0.cxx
src/BRepApprox/BRepApprox_MyBSplGradientOfTheComputeLineOfApprox_0.cxx
src/BRepApprox/BRepApprox_MyGradientOfTheComputeLineBezierOfApprox_0.cxx
src/BRepApprox/BRepApprox_MyGradientbisOfTheComputeLineOfApprox_0.cxx
src/BRepApprox/BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx
src/BRepApprox/BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox_0.cxx
src/BRepApprox/BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx
src/BRepApprox/BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox_0.cxx
src/BRepApprox/BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx
src/BRepApprox/BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox_0.cxx
src/BRepApprox/BRepApprox_TheComputeLineBezierOfApprox_0.cxx
src/BRepApprox/BRepApprox_TheComputeLineOfApprox_0.cxx
src/BRepApprox/BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox_0.cxx
src/BRepApprox/BRepApprox_TheImpPrmSvSurfacesOfApprox_0.cxx
src/BRepApprox/BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox_0.cxx
src/BRepApprox/BRepApprox_TheMultiLineOfApprox_0.cxx
src/BRepApprox/BRepApprox_ThePrmPrmSvSurfacesOfApprox_0.cxx
src/BRepApprox/BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox_0.cxx
src/BRepBlend/BRepBlend_AppSurf_0.cxx
src/BRepBlend/BRepBlend_CSWalking_0.cxx
src/BRepBlend/BRepBlend_Walking_0.cxx
src/BRepClass/BRepClass_FClass2dOfFClassifier_0.cxx
src/BRepClass/BRepClass_FClassifier_0.cxx
src/BRepClass/BRepClass_FacePassiveClassifier_0.cxx
src/BRepClass3d/BRepClass3d_SolidPassiveClassifier_0.cxx
src/BRepFill/BRepFill_ComputeCLine_0.cxx
src/BRepLProp/BRepLProp_CLProps_0.cxx
src/BRepLProp/BRepLProp_SLProps_0.cxx
src/BSplCLib/BSplCLib_1.cxx
src/BSplCLib/BSplCLib_3.cxx
src/Blend/Blend_CSWalking.gxx
src/Blend/Blend_Walking.gxx
src/Bnd/Bnd_B2d_0.cxx
src/Bnd/Bnd_B2f_0.cxx
src/Bnd/Bnd_B3d_0.cxx
src/Bnd/Bnd_B3f_0.cxx
src/Contap/Contap_TheIWLineOfTheIWalking_0.cxx
src/Contap/Contap_TheIWalking_0.cxx
src/Contap/Contap_ThePathPointOfTheSearch_0.cxx
src/Contap/Contap_TheSearchInside_0.cxx
src/Contap/Contap_TheSearch_0.cxx
src/Contap/Contap_TheSegmentOfTheSearch_0.cxx
src/Extrema/Extrema_CCLocFOfLocECC2d_0.cxx
src/Extrema/Extrema_CCLocFOfLocECC_0.cxx
src/Extrema/Extrema_ECC2d_0.cxx
src/Extrema/Extrema_ECC_0.cxx
src/Extrema/Extrema_ELPCOfLocateExtPC2d_0.cxx
src/Extrema/Extrema_ELPCOfLocateExtPC_0.cxx
src/Extrema/Extrema_EPCOfELPCOfLocateExtPC2d_0.cxx
src/Extrema/Extrema_EPCOfELPCOfLocateExtPC_0.cxx
src/Extrema/Extrema_EPCOfExtPC2d_0.cxx
src/Extrema/Extrema_EPCOfExtPC_0.cxx
src/Extrema/Extrema_ExtPC2d_0.cxx
src/Extrema/Extrema_ExtPC_0.cxx
src/Extrema/Extrema_LocECC2d_0.cxx
src/Extrema/Extrema_LocECC_0.cxx
src/Extrema/Extrema_LocEPCOfLocateExtPC2d_0.cxx
src/Extrema/Extrema_LocEPCOfLocateExtPC_0.cxx
src/Extrema/Extrema_LocateExtPC2d_0.cxx
src/Extrema/Extrema_LocateExtPC_0.cxx
src/Extrema/Extrema_PCFOfEPCOfELPCOfLocateExtPC2d_0.cxx
src/Extrema/Extrema_PCFOfEPCOfELPCOfLocateExtPC_0.cxx
src/Extrema/Extrema_PCFOfEPCOfExtPC2d_0.cxx
src/Extrema/Extrema_PCFOfEPCOfExtPC_0.cxx
src/Extrema/Extrema_PCLocFOfLocEPCOfLocateExtPC2d_0.cxx
src/Extrema/Extrema_PCLocFOfLocEPCOfLocateExtPC_0.cxx
src/Extrema/Extrema_POnCurv2d_0.cxx
src/Extrema/Extrema_POnCurv_0.cxx
src/Geom2dHatch/Geom2dHatch_Classifier_0.cxx
src/Geom2dHatch/Geom2dHatch_FClass2dOfClassifier_0.cxx
src/Geom2dInt/Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter_0.cxx
src/Geom2dInt/Geom2dInt_GInter_0.cxx
src/Geom2dInt/Geom2dInt_IntConicCurveOfGInter_0.cxx
src/Geom2dInt/Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter_0.cxx
src/Geom2dInt/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter_0.cxx
src/Geom2dInt/Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter_0.cxx
src/Geom2dInt/Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter_0.cxx
src/Geom2dInt/Geom2dInt_TheIntConicCurveOfGInter_0.cxx
src/Geom2dInt/Geom2dInt_TheIntPCurvePCurveOfGInter_0.cxx
src/Geom2dInt/Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter_0.cxx
src/Geom2dInt/Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter_0.cxx
src/Geom2dInt/Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter_0.cxx
src/Geom2dInt/Geom2dInt_TheProjPCurOfGInter_0.cxx
src/Geom2dLProp/Geom2dLProp_CLProps2d_0.cxx
src/GeomFill/GeomFill_AppSurf_0.cxx
src/GeomFill/GeomFill_AppSweep_0.cxx
src/GeomInt/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx
src/GeomInt/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx
src/GeomInt/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx
src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx
src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx
src/GeomInt/GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox_0.cxx
src/GeomInt/GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox_0.cxx
src/GeomInt/GeomInt_MyGradientbisOfTheComputeLineOfWLApprox_0.cxx
src/GeomInt/GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx
src/GeomInt/GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx
src/GeomInt/GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx
src/GeomInt/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx
src/GeomInt/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx
src/GeomInt/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx
src/GeomInt/GeomInt_TheComputeLineBezierOfWLApprox_0.cxx
src/GeomInt/GeomInt_TheComputeLineOfWLApprox_0.cxx
src/GeomInt/GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox_0.cxx
src/GeomInt/GeomInt_TheImpPrmSvSurfacesOfWLApprox_0.cxx
src/GeomInt/GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox_0.cxx
src/GeomInt/GeomInt_TheMultiLineOfWLApprox_0.cxx
src/GeomInt/GeomInt_ThePrmPrmSvSurfacesOfWLApprox_0.cxx
src/GeomInt/GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox_0.cxx
src/GeomInt/GeomInt_WLApprox_0.cxx
src/GeomLProp/GeomLProp_CLProps_0.cxx
src/GeomLProp/GeomLProp_SLProps_0.cxx
src/HLRAlgo/HLRAlgo_Interference_0.cxx
src/HLRBRep/HLRBRep_CInter_0.cxx
src/HLRBRep/HLRBRep_CLProps_0.cxx
src/HLRBRep/HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter_0.cxx
src/HLRBRep/HLRBRep_IntConicCurveOfCInter_0.cxx
src/HLRBRep/HLRBRep_InterCSurf_0.cxx
src/HLRBRep/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter_0.cxx
src/HLRBRep/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter_0.cxx
src/HLRBRep/HLRBRep_SLProps_0.cxx
src/HLRBRep/HLRBRep_TheCSFunctionOfInterCSurf_0.cxx
src/HLRBRep/HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter_0.cxx
src/HLRBRep/HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter_0.cxx
src/HLRBRep/HLRBRep_TheExactInterCSurf_0.cxx
src/HLRBRep/HLRBRep_TheIntConicCurveOfCInter_0.cxx
src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter_0.cxx
src/HLRBRep/HLRBRep_TheInterferenceOfInterCSurf_0.cxx
src/HLRBRep/HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter_0.cxx
src/HLRBRep/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter_0.cxx
src/HLRBRep/HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter_0.cxx
src/HLRBRep/HLRBRep_ThePolygonOfInterCSurf_0.cxx
src/HLRBRep/HLRBRep_ThePolygonToolOfInterCSurf_0.cxx
src/HLRBRep/HLRBRep_ThePolyhedronOfInterCSurf_0.cxx
src/HLRBRep/HLRBRep_ThePolyhedronToolOfInterCSurf_0.cxx
src/HLRBRep/HLRBRep_TheProjPCurOfCInter_0.cxx
src/HLRBRep/HLRBRep_TheQuadCurvExactInterCSurf_0.cxx
src/HLRBRep/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf_0.cxx
src/IGESBasic/IGESBasic_HArray1OfHArray1OfIGESEntity_0.cxx
src/IGESBasic/IGESBasic_HArray1OfHArray1OfInteger_0.cxx
src/IGESBasic/IGESBasic_HArray1OfHArray1OfReal_0.cxx
src/IGESBasic/IGESBasic_HArray1OfHArray1OfXYZ_0.cxx
src/IGESBasic/IGESBasic_HArray1OfHArray1OfXY_0.cxx
src/IGESData/IGESData_FileRecognizer_0.cxx
src/IGESData/IGESData_GlobalNodeOfSpecificLib_0.cxx
src/IGESData/IGESData_GlobalNodeOfWriterLib_0.cxx
src/IGESData/IGESData_NodeOfSpecificLib_0.cxx
src/IGESData/IGESData_NodeOfWriterLib_0.cxx
src/IGESData/IGESData_SpecificLib_0.cxx
src/IGESData/IGESData_WriterLib_0.cxx
src/IGESDefs/IGESDefs_HArray1OfHArray1OfTextDisplayTemplate_0.cxx
src/IGESSelect/IGESSelect_FileModifier_0.cxx
src/IGESSelect/IGESSelect_ModelModifier_0.cxx
src/IntCurve/IntCurve_IntImpConicParConic_0.cxx
src/IntCurve/IntCurve_MyImpParToolOfIntImpConicParConic_0.cxx
src/IntCurveSurface/IntCurveSurface_HInter_0.cxx
src/IntCurveSurface/IntCurveSurface_TheCSFunctionOfHInter_0.cxx
src/IntCurveSurface/IntCurveSurface_TheExactHInter_0.cxx
src/IntCurveSurface/IntCurveSurface_TheHCurveTool_0.cxx
src/IntCurveSurface/IntCurveSurface_TheInterferenceOfHInter_0.cxx
src/IntCurveSurface/IntCurveSurface_ThePolygonOfHInter_0.cxx
src/IntCurveSurface/IntCurveSurface_ThePolygonToolOfHInter_0.cxx
src/IntCurveSurface/IntCurveSurface_ThePolyhedronOfHInter_0.cxx
src/IntCurveSurface/IntCurveSurface_ThePolyhedronToolOfHInter_0.cxx
src/IntCurveSurface/IntCurveSurface_TheQuadCurvExactHInter_0.cxx
src/IntCurveSurface/IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter_0.cxx
src/IntPatch/IntPatch_CurvIntSurf_0.cxx
src/IntPatch/IntPatch_ImpImpIntersection.cxx
src/IntPatch/IntPatch_TheIWLineOfTheIWalking_0.cxx
src/IntPatch/IntPatch_TheIWalking_0.cxx
src/IntPatch/IntPatch_ThePathPointOfTheSOnBounds_0.cxx
src/IntPatch/IntPatch_TheSOnBounds_0.cxx
src/IntPatch/IntPatch_TheSearchInside_0.cxx
src/IntPatch/IntPatch_TheSegmentOfTheSOnBounds_0.cxx
src/IntPatch/IntPatch_TheSurfFunction_0.cxx
src/IntWalk/IntWalk_IWalking.gxx
src/IntWalk/IntWalk_TheFunctionOfTheInt2S_0.cxx
src/IntWalk/IntWalk_TheInt2S_0.cxx
src/Interface/Interface_GeneralLib_0.cxx
src/Interface/Interface_GlobalNodeOfGeneralLib_0.cxx
src/Interface/Interface_GlobalNodeOfReaderLib_0.cxx
src/Interface/Interface_NodeOfGeneralLib_0.cxx
src/Interface/Interface_NodeOfReaderLib_0.cxx
src/Interface/Interface_ReaderLib_0.cxx
src/LProp3d/LProp3d_CLProps_0.cxx
src/LProp3d/LProp3d_SLProps_0.cxx
src/MAT/MAT_ListOfBisector_0.cxx
src/MAT/MAT_ListOfEdge_0.cxx
src/MAT/MAT_TListNodeOfListOfBisector_0.cxx
src/MAT/MAT_TListNodeOfListOfEdge_0.cxx
src/StepData/StepData_FileRecognizer_0.cxx
src/StepData/StepData_GlobalNodeOfWriterLib_0.cxx
src/StepData/StepData_NodeOfWriterLib_0.cxx
src/StepData/StepData_WriterLib_0.cxx
src/StepSelect/StepSelect_FileModifier_0.cxx
src/StepSelect/StepSelect_ModelModifier_0.cxx
src/TopBas/TopBas_TestInterference_0.cxx

index 3d78b6f2d554068f26c1c19f66113bbb5d819d70..85ec5fbd6921bfc17169cb470ac8ee90b209811f 100644 (file)
@@ -414,7 +414,7 @@ function (COLLECT_AND_INSTALL_OCCT_HEADER_FILES THE_ROOT_TARGET_OCCT_DIR THE_OCC
     foreach(OCCT_PACKAGE ${USED_PACKAGES})
       EXTRACT_PACKAGE_FILES (${THE_RELATIVE_PATH} ${OCCT_PACKAGE} ALL_FILES _)
       set (HEADER_FILES_FILTERING ${ALL_FILES})
-      list (FILTER HEADER_FILES_FILTERING INCLUDE REGEX ".+[.](h|lxx|gxx)")
+      list (FILTER HEADER_FILES_FILTERING INCLUDE REGEX ".+[.](h|lxx)")
       list (APPEND OCCT_HEADER_FILES_COMPLETE ${HEADER_FILES_FILTERING})
     endforeach()
   endforeach()
index 60032361e141cb5c31c00eb12a7e73e85a2ac2bb..3f601ef6b1cad7243d9eacee55836d4917c0626a 100644 (file)
@@ -68,7 +68,7 @@ foreach (OCCT_PACKAGE ${USED_PACKAGES})
   set (HEADER_FILES_FILTERING ${ALL_FILES})
   set (SOURCE_FILES_FILTERING ${ALL_FILES})
   
-  list (FILTER HEADER_FILES_FILTERING INCLUDE REGEX ".+[.](h|lxx|gxx)")
+  list (FILTER HEADER_FILES_FILTERING INCLUDE REGEX ".+[.](h|lxx)")
   
   if(APPLE)
     list (FILTER SOURCE_FILES_FILTERING INCLUDE REGEX ".+[.](c|mm)")
index 3f18edb1cf203f0ea65a000a63df59256097c677..75d976231d5f7a451fbeb7a83f7166640f005984 100644 (file)
@@ -81,8 +81,7 @@ for (aCfgIter, CONFIG) {
 }
 
 # Define the list of standard OCCT file extensions
-aHxxRegex = ^.*\.(hxx|h|lxx|gxx)$
-aPxxRegex = ^.*\.(pxx)$
+aHxxRegex = ^.*\.(hxx|h|lxx)$
 aCxxRegex = ^.*\.(cxx|cpp|c)$
 mac { aCxxRegex = ^.*\.(cxx|cpp|c|m|mm)$ }
 
index e32940dc4e4cb1d5d20c2b852f7a1636cf87e02f..9013a3d1146b56416f0983eeabbd34a9bce2c43a 100644 (file)
@@ -36,5 +36,5 @@
 #define AppParCurves_BSpGradient_BFGS_hxx <AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute.hxx>
 #define AppParCurves_BSpGradient AppDef_MyBSplGradientOfBSplineCompute
 #define AppParCurves_BSpGradient_hxx <AppDef_MyBSplGradientOfBSplineCompute.hxx>
-#include <AppParCurves_BSpGradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient_BFGS.gxx"
 
index 453fc74e8fa109d1e01f9b7f071c8f4eb3a7d6d2..273f5554f044f4a4d4c8dbba94b41c58a9a3d249 100644 (file)
@@ -31,5 +31,5 @@
 #define Squares_hxx <AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute.hxx>
 #define AppParCurves_BSpFunction AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute
 #define AppParCurves_BSpFunction_hxx <AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute.hxx>
-#include <AppParCurves_BSpFunction.gxx>
+#include "../AppParCurves/AppParCurves_BSpFunction.gxx"
 
index c38078dcaf9eace5aa4362e98e0a05bd7ba7247d..a4592e7be37b32b971fec39348413267345b4578 100644 (file)
@@ -33,5 +33,5 @@
 #define ToolLine_hxx <AppDef_MyLineTool.hxx>
 #define AppParCurves_LeastSquare AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute
 #define AppParCurves_LeastSquare_hxx <AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
 
index 503991db2f69098687ca946f3741b3d4bf9bc616..ba152fb0f21fc3f0438fbd545e28b6b6ecdd2866 100644 (file)
@@ -69,5 +69,5 @@
 #define Approx_Gradient_BFGSOfMyGradientbis_hxx <AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute.hxx>
 #define Approx_BSplComputeLine AppDef_BSplineCompute
 #define Approx_BSplComputeLine_hxx <AppDef_BSplineCompute.hxx>
-#include <Approx_BSplComputeLine.gxx>
+#include "../Approx/Approx_BSplComputeLine.gxx"
 
index 2ed50bbc2d610369a8119df6b0a5dc760b4a7624..e26b6842f1add197e0012a848554bdbe2ca96e89 100644 (file)
@@ -51,5 +51,5 @@
 #define Approx_Gradient_BFGSOfMyGradient_hxx <AppDef_Gradient_BFGSOfMyGradientOfCompute.hxx>
 #define Approx_ComputeLine AppDef_Compute
 #define Approx_ComputeLine_hxx <AppDef_Compute.hxx>
-#include <Approx_ComputeLine.gxx>
+#include "../Approx/Approx_ComputeLine.gxx"
 
index 18e63b77b13643f2b5d61da53bd3ccb2d0d76789..b0f51b0c15994b7ada5afaef93fdb6b85596818b 100644 (file)
@@ -39,5 +39,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfMyGradientOfCompute.hxx>
 #define AppParCurves_Gradient AppDef_MyGradientOfCompute
 #define AppParCurves_Gradient_hxx <AppDef_MyGradientOfCompute.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
 
index 0cdf67f51c9e50fbdcf8c705c4931ee2102f2fc7..56edd2c9b770b25ce90bdb7ac070db866d5c7e26 100644 (file)
@@ -39,5 +39,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute.hxx>
 #define AppParCurves_Gradient AppDef_MyGradientbisOfBSplineCompute
 #define AppParCurves_Gradient_hxx <AppDef_MyGradientbisOfBSplineCompute.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
 
index 6ea918159e5734f155477d065458b55b95470082..8688514497ebb212949653b9b0a27077c979ea7d 100644 (file)
@@ -39,5 +39,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfTheGradient.hxx>
 #define AppParCurves_Gradient AppDef_TheGradient
 #define AppParCurves_Gradient_hxx <AppDef_TheGradient.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
 
index 25f34074e5a6f1eac0a3e62444923c7f99855781..1842a13b968a57561cf07063a274eec4ca565ccf 100644 (file)
@@ -38,5 +38,5 @@
 #define AppParCurves_BSpGradient_BFGS_hxx <AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute.hxx>
 #define AppParCurves_BSpGradient AppDef_MyBSplGradientOfBSplineCompute
 #define AppParCurves_BSpGradient_hxx <AppDef_MyBSplGradientOfBSplineCompute.hxx>
-#include <AppParCurves_BSpGradient.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient.gxx"
 
index cc0c08ed6e304d7f0e187502842d31f6a8a3e398..cc40cd8268e318d955cbe7b2342f12589961d3a5 100644 (file)
@@ -41,5 +41,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfMyGradientOfCompute.hxx>
 #define AppParCurves_Gradient AppDef_MyGradientOfCompute
 #define AppParCurves_Gradient_hxx <AppDef_MyGradientOfCompute.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
 
index a23a696a8a4f33f7b1f6d0c952d70e824d47c1c3..94064eb41a160a9d5f8bac8cc0a24bfcc14ca4db 100644 (file)
@@ -41,5 +41,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute.hxx>
 #define AppParCurves_Gradient AppDef_MyGradientbisOfBSplineCompute
 #define AppParCurves_Gradient_hxx <AppDef_MyGradientbisOfBSplineCompute.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
 
index 32c7a21e1ff13481944acfdc6d4f431042f5cd9b..43c734057636dd2f385cdc4c4619d54f0a3a30fb 100644 (file)
@@ -33,5 +33,5 @@
 #define ResolCons_hxx <AppDef_ResConstraintOfMyGradientOfCompute.hxx>
 #define AppParCurves_Function AppDef_ParFunctionOfMyGradientOfCompute
 #define AppParCurves_Function_hxx <AppDef_ParFunctionOfMyGradientOfCompute.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
 
index 41d34d82f15ee1bcd2d3019c7b2c18d322a2294b..fa586dd541ea1db2b483fcc226e0ff737a5fe9b4 100644 (file)
@@ -33,5 +33,5 @@
 #define ResolCons_hxx <AppDef_ResConstraintOfMyGradientbisOfBSplineCompute.hxx>
 #define AppParCurves_Function AppDef_ParFunctionOfMyGradientbisOfBSplineCompute
 #define AppParCurves_Function_hxx <AppDef_ParFunctionOfMyGradientbisOfBSplineCompute.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
 
index c063452277daef6ce36908708f754eb1792032ed..5e347025a77e61c80e8a315bbe24e65d00c21e58 100644 (file)
@@ -33,5 +33,5 @@
 #define ResolCons_hxx <AppDef_ResConstraintOfTheGradient.hxx>
 #define AppParCurves_Function AppDef_ParFunctionOfTheGradient
 #define AppParCurves_Function_hxx <AppDef_ParFunctionOfTheGradient.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
 
index 88f9208c5d7855ba86b209dfcb353accf9ba834b..36028bf93c5cd975cc8d6c520f65ce2fcebee358 100644 (file)
@@ -33,5 +33,5 @@
 #define ToolLine_hxx <AppDef_MyLineTool.hxx>
 #define AppParCurves_LeastSquare AppDef_ParLeastSquareOfMyGradientOfCompute
 #define AppParCurves_LeastSquare_hxx <AppDef_ParLeastSquareOfMyGradientOfCompute.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
 
index fa4b9a8dc0d21f66d1e6d57e5756cdf936d9a6a8..76e71aced04f281a86d3e820c22fb04bde0b3868 100644 (file)
@@ -33,5 +33,5 @@
 #define ToolLine_hxx <AppDef_MyLineTool.hxx>
 #define AppParCurves_LeastSquare AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute
 #define AppParCurves_LeastSquare_hxx <AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
 
index f634d57566b16a42a76807515d9185f9f0d52eec..57737d2ba75dc9b3a916f091357591d2cfce6d3c 100644 (file)
@@ -33,5 +33,5 @@
 #define ToolLine_hxx <AppDef_MyLineTool.hxx>
 #define AppParCurves_LeastSquare AppDef_ParLeastSquareOfTheGradient
 #define AppParCurves_LeastSquare_hxx <AppDef_ParLeastSquareOfTheGradient.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
 
index 8d6f4051674c9f1b853111af6c71ee3cb8ffe0f9..f6ced2315c40a599c4f46fe8f6aa0b1a263b850a 100644 (file)
@@ -29,5 +29,5 @@
 #define ToolLine_hxx <AppDef_MyLineTool.hxx>
 #define AppParCurves_ResolConstraint AppDef_ResConstraintOfMyGradientOfCompute
 #define AppParCurves_ResolConstraint_hxx <AppDef_ResConstraintOfMyGradientOfCompute.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
 
index 7f924b3db228464416675956deb9ee23f90d4d0d..ccf7b076e39e2d78ba3a8e6bb6eeb2d513d79925 100644 (file)
@@ -29,5 +29,5 @@
 #define ToolLine_hxx <AppDef_MyLineTool.hxx>
 #define AppParCurves_ResolConstraint AppDef_ResConstraintOfMyGradientbisOfBSplineCompute
 #define AppParCurves_ResolConstraint_hxx <AppDef_ResConstraintOfMyGradientbisOfBSplineCompute.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
 
index dbb3cce6f21a40c858a2d99dd6b2fb6c72b38ce5..520ecac28b7e002b6b9448ddc2618762e575436c 100644 (file)
@@ -29,5 +29,5 @@
 #define ToolLine_hxx <AppDef_MyLineTool.hxx>
 #define AppParCurves_ResolConstraint AppDef_ResConstraintOfTheGradient
 #define AppParCurves_ResolConstraint_hxx <AppDef_ResConstraintOfTheGradient.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
 
index 0b3e01f3ee0533dedda36fd669b8fafebc271175..1f52df93a2fd30af3b363ba5a0d3d3191129fa08 100644 (file)
@@ -33,5 +33,5 @@
 #define ResolCons_hxx <AppDef_TheResol.hxx>
 #define AppParCurves_Function AppDef_TheFunction
 #define AppParCurves_Function_hxx <AppDef_TheFunction.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
 
index af80e8f5b8733b14b00e0e76448a06fa2aebd4ff..f56fecd66e556dfaa5a8c07e6d823a3c911f7b96 100644 (file)
@@ -41,5 +41,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfTheGradient.hxx>
 #define AppParCurves_Gradient AppDef_TheGradient
 #define AppParCurves_Gradient_hxx <AppDef_TheGradient.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
 
index c9aa92c49144b2ecf7ae7cfd6f5e9edc352934d1..eda0fa7dbe91f93620f118bed039533ecd6ab16d 100644 (file)
@@ -33,5 +33,5 @@
 #define ToolLine_hxx <AppDef_MyLineTool.hxx>
 #define AppParCurves_LeastSquare AppDef_TheLeastSquares
 #define AppParCurves_LeastSquare_hxx <AppDef_TheLeastSquares.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
 
index 8b9ba45854566429f998a2145ea794027535b4b3..58e671e8bd242686d98414d484e9c77165dd3520 100644 (file)
@@ -29,5 +29,5 @@
 #define ToolLine_hxx <AppDef_MyLineTool.hxx>
 #define AppParCurves_ResolConstraint AppDef_TheResol
 #define AppParCurves_ResolConstraint_hxx <AppDef_TheResol.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
 
index 4cdf460414f2f90d4fc9ca777bccf9628ae9b01f..bb6cd9bef66cd76a74d6186a7ea365f4cc6918fd 100644 (file)
@@ -23,5 +23,5 @@
 #define MultiLine_hxx <AppCont_Function.hxx>
 #define Approx_ComputeCLine Approx_FitAndDivide2d
 #define Approx_ComputeCLine_hxx <Approx_FitAndDivide2d.hxx>
-#include <Approx_ComputeCLine.gxx>
+#include "../Approx/Approx_ComputeCLine.gxx"
 
index 4c2b4eb2fe1ce16834ae149caed9e54596b1bbc8..a22b577dca615bb441e02a5992d89c9b2980fa63 100644 (file)
@@ -23,5 +23,5 @@
 #define MultiLine_hxx <AppCont_Function.hxx>
 #define Approx_ComputeCLine Approx_FitAndDivide
 #define Approx_ComputeCLine_hxx <Approx_FitAndDivide.hxx>
-#include <Approx_ComputeCLine.gxx>
+#include "../Approx/Approx_ComputeCLine.gxx"
 
index 84a7ba36ca4dad18ac7d536d038f6e73d844895c..d1e5cdf4bab8d6bedb6f844810724f40ff46ef01 100644 (file)
@@ -82,5 +82,5 @@
 #define ApproxInt_MyGradientOfTheComputeLineBezier_hxx <BRepApprox_MyGradientOfTheComputeLineBezierOfApprox.hxx>
 #define ApproxInt_Approx BRepApprox_Approx
 #define ApproxInt_Approx_hxx <BRepApprox_Approx.hxx>
-#include <ApproxInt_Approx.gxx>
+#include "../ApproxInt/ApproxInt_Approx.gxx"
 
index 2d285efaefb25e36424b888d146d950c7fad29b6..092158c6f973f0e1446909a5da8a450bbb2f0024 100644 (file)
@@ -36,5 +36,5 @@
 #define AppParCurves_BSpGradient_BFGS_hxx <BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox.hxx>
 #define AppParCurves_BSpGradient BRepApprox_MyBSplGradientOfTheComputeLineOfApprox
 #define AppParCurves_BSpGradient_hxx <BRepApprox_MyBSplGradientOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_BSpGradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient_BFGS.gxx"
 
index d1a5f933a9a4fce1d5b0273c4526f75851faa28f..e2bf91966209b6c49662dac84c74ebc7f74d080f 100644 (file)
@@ -31,5 +31,5 @@
 #define Squares_hxx <BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox.hxx>
 #define AppParCurves_BSpFunction BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox
 #define AppParCurves_BSpFunction_hxx <BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_BSpFunction.gxx>
+#include "../AppParCurves/AppParCurves_BSpFunction.gxx"
 
index 62195ff65ec5603ec7cd1beb987a69dc57642359..a910a6d03b990835aaa01d4868fc133ee5603661 100644 (file)
@@ -33,5 +33,5 @@
 #define ToolLine_hxx <BRepApprox_TheMultiLineToolOfApprox.hxx>
 #define AppParCurves_LeastSquare BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox
 #define AppParCurves_LeastSquare_hxx <BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
 
index 0ee2ff660eb1318912553ee9fc82a75b135c9318..a364a1830cb49b140e0dcbccafbba562ffc77dfc 100644 (file)
@@ -39,5 +39,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
 #define AppParCurves_Gradient BRepApprox_MyGradientOfTheComputeLineBezierOfApprox
 #define AppParCurves_Gradient_hxx <BRepApprox_MyGradientOfTheComputeLineBezierOfApprox.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
 
index a0c3cd76108ac3cb2be35faf5fa9680d69dadec1..3bd72bcb45c0d1b126f8aa71af2f2fb3c5a04ea7 100644 (file)
@@ -39,5 +39,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox.hxx>
 #define AppParCurves_Gradient BRepApprox_MyGradientbisOfTheComputeLineOfApprox
 #define AppParCurves_Gradient_hxx <BRepApprox_MyGradientbisOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
 
index e8f1430ae31dcc0c8ae2d23138af198ce87300bd..0a21cda4cfd8cf588ad800e5cc3030140a0c7432 100644 (file)
@@ -38,5 +38,5 @@
 #define AppParCurves_BSpGradient_BFGS_hxx <BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox.hxx>
 #define AppParCurves_BSpGradient BRepApprox_MyBSplGradientOfTheComputeLineOfApprox
 #define AppParCurves_BSpGradient_hxx <BRepApprox_MyBSplGradientOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_BSpGradient.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient.gxx"
 
index 5b0b9d9d92f7f983cdfa9f85a91d9b4f9838e355..224d9f73ce65df925a9cb7ad2f5065cf42d4117a 100644 (file)
@@ -41,5 +41,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
 #define AppParCurves_Gradient BRepApprox_MyGradientOfTheComputeLineBezierOfApprox
 #define AppParCurves_Gradient_hxx <BRepApprox_MyGradientOfTheComputeLineBezierOfApprox.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
 
index 49a9390be9dc0960ed924af0be917c9320b06648..7c3be4dd646afda5e2e4517b6a02f26ec8e5730a 100644 (file)
@@ -41,5 +41,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox.hxx>
 #define AppParCurves_Gradient BRepApprox_MyGradientbisOfTheComputeLineOfApprox
 #define AppParCurves_Gradient_hxx <BRepApprox_MyGradientbisOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
 
index 0f6117160e09e6bac2e4247e095ac09b7dd3a3c6..b82a2ef0016cadb51b25762b787bbe61799cbe93 100644 (file)
@@ -33,5 +33,5 @@
 #define ResolCons_hxx <BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
 #define AppParCurves_Function BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox
 #define AppParCurves_Function_hxx <BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
 
index 51c8f737d3e40e5129d8a6eccdaee70c66c3edf2..dd782ba31dbcbe03ed7b16244cac3ee35538963f 100644 (file)
@@ -33,5 +33,5 @@
 #define ResolCons_hxx <BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox.hxx>
 #define AppParCurves_Function BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox
 #define AppParCurves_Function_hxx <BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
 
index c24e508165dbc079753ab416dfc0da8445e86194..94a03bfdd3a294f225e0e86c6608e3bc4e1f537f 100644 (file)
@@ -33,5 +33,5 @@
 #define ToolLine_hxx <BRepApprox_TheMultiLineToolOfApprox.hxx>
 #define AppParCurves_LeastSquare BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox
 #define AppParCurves_LeastSquare_hxx <BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
 
index 49ad7805cf81350c742d03a4dc4ee75e68f9708a..53c3779010f0fbc3c8b1e33154f842b18bf63bea 100644 (file)
@@ -33,5 +33,5 @@
 #define ToolLine_hxx <BRepApprox_TheMultiLineToolOfApprox.hxx>
 #define AppParCurves_LeastSquare BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox
 #define AppParCurves_LeastSquare_hxx <BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
 
index 382f8612dda57cb9c2cc8bb5871732c384e16b8b..928116ea90119ff4c78a7ad061a349ce3ef090db 100644 (file)
@@ -29,5 +29,5 @@
 #define ToolLine_hxx <BRepApprox_TheMultiLineToolOfApprox.hxx>
 #define AppParCurves_ResolConstraint BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox
 #define AppParCurves_ResolConstraint_hxx <BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
 
index 2696f6494ba74266c7b679f25e211ce43d3ca185..8a3c35b52732fb6de34736f100c44ea1ce487463 100644 (file)
@@ -29,5 +29,5 @@
 #define ToolLine_hxx <BRepApprox_TheMultiLineToolOfApprox.hxx>
 #define AppParCurves_ResolConstraint BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox
 #define AppParCurves_ResolConstraint_hxx <BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
 
index 5d97c881841cde4f67a323ef3d9cf45f204ca98f..eb45585e6005fe46c9b5749bf6c1bf8309b798bd 100644 (file)
@@ -51,5 +51,5 @@
 #define Approx_Gradient_BFGSOfMyGradient_hxx <BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
 #define Approx_ComputeLine BRepApprox_TheComputeLineBezierOfApprox
 #define Approx_ComputeLine_hxx <BRepApprox_TheComputeLineBezierOfApprox.hxx>
-#include <Approx_ComputeLine.gxx>
+#include "../Approx/Approx_ComputeLine.gxx"
 
index 3252bd9c2c64a41c444fb8f72280ffc27306a3f2..50272c3d62f15ed2fc01e05c42c8e7362f98af6a 100644 (file)
@@ -69,5 +69,5 @@
 #define Approx_Gradient_BFGSOfMyGradientbis_hxx <BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox.hxx>
 #define Approx_BSplComputeLine BRepApprox_TheComputeLineOfApprox
 #define Approx_BSplComputeLine_hxx <BRepApprox_TheComputeLineOfApprox.hxx>
-#include <Approx_BSplComputeLine.gxx>
+#include "../Approx/Approx_BSplComputeLine.gxx"
 
index 6d28e71f90f459e36c6ae910f970903dacded341..d0bf186da9759d21cb09452f6be7297ae528500e 100644 (file)
@@ -29,5 +29,5 @@
 #define ThePSurfaceTool_hxx <BRepApprox_SurfaceTool.hxx>
 #define IntImp_ZerParFunc BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox
 #define IntImp_ZerParFunc_hxx <BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx>
-#include <IntImp_ZerParFunc.gxx>
+#include "../IntImp/IntImp_ZerParFunc.gxx"
 
index b1c7bfe43e869fb58f29ebd1f9b179ab43c60437..acdbc26a07b13e5e14fa854c9281388583ed044c 100644 (file)
@@ -42,5 +42,5 @@
 #define ApproxInt_TheZerImpFunc_hxx <BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox.hxx>
 #define ApproxInt_ImpPrmSvSurfaces BRepApprox_TheImpPrmSvSurfacesOfApprox
 #define ApproxInt_ImpPrmSvSurfaces_hxx <BRepApprox_TheImpPrmSvSurfacesOfApprox.hxx>
-#include <ApproxInt_ImpPrmSvSurfaces.gxx>
+#include "../ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx"
 
index af92d6c2901cabd8b292baa3b889b3b208f870d8..124b9302dba8817b7480e30c1fb429175a33749c 100644 (file)
@@ -37,5 +37,5 @@
 #define IntImp_TheFunction_hxx <BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx>
 #define IntImp_Int2S BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox
 #define IntImp_Int2S_hxx <BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx>
-#include <IntImp_Int2S.gxx>
+#include "../IntImp/IntImp_Int2S.gxx"
 
index 94e975c8ab8e7859e9993d5e219a5cc7cde9efb5..6031ad1ed7556a64c203a331b4270cfcc9630e9c 100644 (file)
@@ -27,5 +27,5 @@
 #define TheSvSurfaces_hxx <ApproxInt_SvSurfaces.hxx>
 #define ApproxInt_MultiLine BRepApprox_TheMultiLineOfApprox
 #define ApproxInt_MultiLine_hxx <BRepApprox_TheMultiLineOfApprox.hxx>
-#include <ApproxInt_MultiLine.gxx>
+#include "../ApproxInt/ApproxInt_MultiLine.gxx"
 
index f9ede77dfe39a87d1fb4583064d4cc76487bc93b..6b983d9c3538e4afc80edaea478b6832824818f8 100644 (file)
@@ -41,5 +41,5 @@
 #define ApproxInt_TheFunctionOfTheInt2S_hxx <BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx>
 #define ApproxInt_PrmPrmSvSurfaces BRepApprox_ThePrmPrmSvSurfacesOfApprox
 #define ApproxInt_PrmPrmSvSurfaces_hxx <BRepApprox_ThePrmPrmSvSurfacesOfApprox.hxx>
-#include <ApproxInt_PrmPrmSvSurfaces.gxx>
+#include "../ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx"
 
index bb9127908cf07685d7788aa4efc2f1a10f6a32c0..0f03b6aae9842991ddb46b0084d8b55cd39dfb13 100644 (file)
@@ -37,5 +37,5 @@
 #define TheISurfaceTool_hxx <IntSurf_QuadricTool.hxx>
 #define IntImp_ZerImpFunc BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox
 #define IntImp_ZerImpFunc_hxx <BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox.hxx>
-#include <IntImp_ZerImpFunc.gxx>
+#include "../IntImp/IntImp_ZerImpFunc.gxx"
 
index 04604330e6ab54eb3f17876c783e6a9b83273d61..d5ee576d64e187cad05a10d963b306c944638f77 100644 (file)
@@ -30,5 +30,5 @@
 #define TheLine_hxx <BRepBlend_Line.hxx>
 #define AppBlend_AppSurf BRepBlend_AppSurf
 #define AppBlend_AppSurf_hxx <BRepBlend_AppSurf.hxx>
-#include <AppBlend_AppSurf.gxx>
+#include "../AppBlend/AppBlend_AppSurf.gxx"
 
index 7ab7c9d844cda507b43494e66a6fb2c597f85328..e93384e79c54705b1337a893f57281379039173c 100644 (file)
@@ -69,5 +69,5 @@
 #define TheLine_hxx <BRepBlend_Line.hxx>
 #define Blend_CSWalking BRepBlend_CSWalking
 #define Blend_CSWalking_hxx <BRepBlend_CSWalking.hxx>
-#include <Blend_CSWalking.gxx>
+#include "../Blend/Blend_CSWalking.gxx"
 
index 5387bfc79b1980143f5777594bf0cc6a6ced046a..9f4b7ff80a131d5594e2e8647f4b1c09fc8152b1 100644 (file)
@@ -70,5 +70,5 @@
 #define TheLine_hxx <BRepBlend_Line.hxx>
 #define Blend_Walking BRepBlend_Walking
 #define Blend_Walking_hxx <BRepBlend_Walking.hxx>
-#include <Blend_Walking.gxx>
+#include "../Blend/Blend_Walking.gxx"
 
index d31e4266bb21189d38734e5342767d9d08b59258..e5432d1de4a706788031f7cef70a3f3d06f844af 100644 (file)
@@ -28,5 +28,5 @@
 #define TheIntersector_hxx <BRepClass_Intersector.hxx>
 #define TopClass_Classifier2d BRepClass_FClass2dOfFClassifier
 #define TopClass_Classifier2d_hxx <BRepClass_FClass2dOfFClassifier.hxx>
-#include <TopClass_Classifier2d.gxx>
+#include "../TopClass/TopClass_Classifier2d.gxx"
 
index fed7a7bfd98bda61f4b9d233989cd8f22fd34c2f..fa49c482893e1706fabed1670c531767511dbd4c 100644 (file)
@@ -34,5 +34,5 @@
 #define TopClass_FClass2d_hxx <BRepClass_FClass2dOfFClassifier.hxx>
 #define TopClass_FaceClassifier BRepClass_FClassifier
 #define TopClass_FaceClassifier_hxx <BRepClass_FClassifier.hxx>
-#include <TopClass_FaceClassifier.gxx>
+#include "../TopClass/TopClass_FaceClassifier.gxx"
 
index 5e18e2b1c289076c4cc349853a1ee4bf2c13cce6..936dcb39658458c08e22425bd827290466f3bdfd 100644 (file)
@@ -28,5 +28,5 @@
 #define TheIntersector_hxx <BRepClass_Intersector.hxx>
 #define TopClass_Classifier2d BRepClass_FacePassiveClassifier
 #define TopClass_Classifier2d_hxx <BRepClass_FacePassiveClassifier.hxx>
-#include <TopClass_Classifier2d.gxx>
+#include "../TopClass/TopClass_Classifier2d.gxx"
 
index 76f0849d5326ee4d3bc380406dd0c3346f9a92d5..03d1af950a52facbcee14fa65e25a818b3c9792d 100644 (file)
@@ -26,5 +26,5 @@
 #define TheIntersector_hxx <BRepClass3d_Intersector3d.hxx>
 #define TopClass_Classifier3d BRepClass3d_SolidPassiveClassifier
 #define TopClass_Classifier3d_hxx <BRepClass3d_SolidPassiveClassifier.hxx>
-#include <TopClass_Classifier3d.gxx>
+#include "../TopClass/TopClass_Classifier3d.gxx"
 
index 5609baa5299f9472440d776f5553a0b63ee1129c..730d85d90270f9f939dff88f55325ea0f9fc836b 100644 (file)
@@ -23,5 +23,5 @@
 #define MultiLine_hxx <BRepFill_MultiLine.hxx>
 #define Approx_ComputeCLine BRepFill_ComputeCLine
 #define Approx_ComputeCLine_hxx <BRepFill_ComputeCLine.hxx>
-#include <Approx_ComputeCLine.gxx>
+#include "../Approx/Approx_ComputeCLine.gxx"
 
index b1e738b9bc84ac4846000f96ccf1d4ec431eefea..3d20d032985c795428020d3f6b5acf4f604ad4cb 100644 (file)
@@ -39,5 +39,5 @@
 #define Tool_hxx <BRepLProp_CurveTool.hxx>
 #define LProp_CLProps BRepLProp_CLProps
 #define LProp_CLProps_hxx <BRepLProp_CLProps.hxx>
-#include <LProp_CLProps.gxx>
+#include "../LProp/LProp_CLProps.gxx"
 
index d3c87b35a2f2e2dbe714893e850d7a4b193e21a2..8b2f12d8469010f648dca4e511971f0e56d8a00f 100644 (file)
@@ -33,5 +33,5 @@
 #define Tool_hxx <BRepLProp_SurfaceTool.hxx>
 #define LProp_SLProps BRepLProp_SLProps
 #define LProp_SLProps_hxx <BRepLProp_SLProps.hxx>
-#include <LProp_SLProps.gxx>
+#include "../LProp/LProp_SLProps.gxx"
 
index f940604cc806d0bdb5f628a225e6e739b88c2869..a6ffc1ab69702de81a439be6df4f463455eb4fbe 100644 (file)
@@ -48,4 +48,4 @@
 
 #define BSplCLib_DataContainer BSplCLib_DataContainer_2d  
   
-#include <BSplCLib_CurveComputation.gxx>
+#include "../BSplCLib/BSplCLib_CurveComputation.gxx"
index 70483ac3ae36fea954595bd9b44a3d55a4706f72..236aa521739e8f6f8d3100885ac22a0d0a17083d 100644 (file)
@@ -59,4 +59,4 @@
 
 #define BSplCLib_DataContainer BSplCLib_DataContainer_3d
   
-#include <BSplCLib_CurveComputation.gxx>
+#include "../BSplCLib/BSplCLib_CurveComputation.gxx"
index 812cfbc3827448ad4d4399e593f1b5b82975b44b..f4fa7ab9a392b2df51717f9c43d52b9e63eb351e 100644 (file)
@@ -71,7 +71,7 @@ static void Drawsect(const TheSurface& surf,
 
 #endif
 
-#include <Blend_CSWalking_1.gxx>
-#include <Blend_CSWalking_2.gxx>
-#include <Blend_CSWalking_3.gxx>
-#include <Blend_CSWalking_4.gxx>
+#include "../Blend/Blend_CSWalking_1.gxx"
+#include "../Blend/Blend_CSWalking_2.gxx"
+#include "../Blend/Blend_CSWalking_3.gxx"
+#include "../Blend/Blend_CSWalking_4.gxx"
index d2113e2bebcfab85aea2aa1b8a7e88e45a80e139..e3b59ad8f1aa417d03915c2b68e575911f278895 100644 (file)
@@ -99,10 +99,10 @@ static void Drawsect(const TheSurface& surf1,
 }
 #endif
 
-#include <Blend_Walking_1.gxx>
-#include <Blend_Walking_2.gxx>
-#include <Blend_Walking_3.gxx>
-#include <Blend_Walking_4.gxx>
+#include "../Blend/Blend_Walking_1.gxx"
+#include "../Blend/Blend_Walking_2.gxx"
+#include "../Blend/Blend_Walking_3.gxx"
+#include "../Blend/Blend_Walking_4.gxx"
 
 
 
index cd1b443e9d4db6313467ff86289e0a42f15238fd..1fb97f9257bf0373b4b75b7d8d3f5ab5fb59bed4 100644 (file)
@@ -26,5 +26,5 @@
 #define RealType_hxx <Standard_Real.hxx>
 #define Bnd_B2x Bnd_B2d
 #define Bnd_B2x_hxx <Bnd_B2d.hxx>
-#include <Bnd_B2x.gxx>
+#include "../Bnd/Bnd_B2x.gxx"
 
index 6383339c67da2094db0dbde3f432a4df8fc8d107..f7866af6f2cdda828c8bec724c4798501fadc785 100644 (file)
@@ -26,5 +26,5 @@
 #define RealType_hxx <Standard_ShortReal.hxx>
 #define Bnd_B2x Bnd_B2f
 #define Bnd_B2x_hxx <Bnd_B2f.hxx>
-#include <Bnd_B2x.gxx>
+#include "../Bnd/Bnd_B2x.gxx"
 
index 829be557426c945c5e3a4fa8155e3d5298e51638..bf6c13a078f78637c37066dade4b1332bae86dba 100644 (file)
@@ -27,5 +27,5 @@
 #define RealType_hxx <Standard_Real.hxx>
 #define Bnd_B3x Bnd_B3d
 #define Bnd_B3x_hxx <Bnd_B3d.hxx>
-#include <Bnd_B3x.gxx>
+#include "../Bnd/Bnd_B3x.gxx"
 
index 5883f186ffb9f89d6e81f624697bd2c2ce23eb45..d050f335f2c3c8146e24bfc572f67e2ad62067c2 100644 (file)
@@ -27,5 +27,5 @@
 #define RealType_hxx <Standard_ShortReal.hxx>
 #define Bnd_B3x Bnd_B3f
 #define Bnd_B3x_hxx <Bnd_B3f.hxx>
-#include <Bnd_B3x.gxx>
+#include "../Bnd/Bnd_B3x.gxx"
 
index 0f523bfabaed4ced40ee0473bad545603887f2b7..fbea2bfbab4b6d6c019ff6da22c061c67b9eb0c5 100644 (file)
@@ -39,5 +39,5 @@
 #define IntWalk_IWLine Contap_TheIWLineOfTheIWalking
 #define IntWalk_IWLine_hxx <Contap_TheIWLineOfTheIWalking.hxx>
 #define Handle_IntWalk_IWLine Handle(Contap_TheIWLineOfTheIWalking)
-#include <IntWalk_IWLine.gxx>
+#include "../IntWalk/IntWalk_IWLine.gxx"
 
index b36dc19036fdd4c617a6da029ddbd8c824d0ae20..3728eda56c61ea025f9cdce541d4b7907584338d 100644 (file)
@@ -54,5 +54,5 @@
 #define Handle_IntWalk_TheIWLine Handle(Contap_TheIWLineOfTheIWalking)
 #define IntWalk_IWalking Contap_TheIWalking
 #define IntWalk_IWalking_hxx <Contap_TheIWalking.hxx>
-#include <IntWalk_IWalking.gxx>
+#include "../IntWalk/IntWalk_IWalking.gxx"
 
index de4b2bb6a8577f715061a20ca9e94298960275cd..3d99c79b6a477b74d50940df6f4c587b924bc241 100644 (file)
@@ -28,5 +28,5 @@
 #define TheArc_hxx <Adaptor2d_Curve2d.hxx>
 #define IntStart_PathPoint Contap_ThePathPointOfTheSearch
 #define IntStart_PathPoint_hxx <Contap_ThePathPointOfTheSearch.hxx>
-#include <IntStart_PathPoint.gxx>
+#include "../IntStart/IntStart_PathPoint.gxx"
 
index 96baf7af99ccea92f9072e57fed349ed9391bffa..70f636f913837afd12be2bbccaf964019d5bfd95 100644 (file)
@@ -39,5 +39,5 @@
 #define TheFunction_hxx <Contap_SurfFunction.hxx>
 #define IntStart_SearchInside Contap_TheSearchInside
 #define IntStart_SearchInside_hxx <Contap_TheSearchInside.hxx>
-#include <IntStart_SearchInside.gxx>
+#include "../IntStart/IntStart_SearchInside.gxx"
 
index 20e3b56e9bbd7d292161f91fadb88690220f60a3..2752e36a82b1de35fd9f323d38d8c0356c1efbb6 100644 (file)
@@ -53,5 +53,5 @@
 #define IntStart_SequenceOfSegment_hxx <Contap_SequenceOfSegmentOfTheSearch.hxx>
 #define IntStart_SearchOnBoundaries Contap_TheSearch
 #define IntStart_SearchOnBoundaries_hxx <Contap_TheSearch.hxx>
-#include <IntStart_SearchOnBoundaries.gxx>
+#include "../IntStart/IntStart_SearchOnBoundaries.gxx"
 
index ef238f8ebe0b53ba333b0a8189fcfd65ab91b555..c3207e460b52f83395417d9356683a3b24bbcb41 100644 (file)
@@ -30,5 +30,5 @@
 #define ThePathPoint_hxx <Contap_ThePathPointOfTheSearch.hxx>
 #define IntStart_Segment Contap_TheSegmentOfTheSearch
 #define IntStart_Segment_hxx <Contap_TheSegmentOfTheSearch.hxx>
-#include <IntStart_Segment.gxx>
+#include "../IntStart/IntStart_Segment.gxx"
 
index 5386a62fbc553368f6ee2c1f8b69ff29c455bd28..015e4ad197ec250a1901e1d01c0fd9017427a8cb 100644 (file)
@@ -44,5 +44,5 @@
 #define Extrema_SeqPOnC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_FuncExtCC Extrema_CCLocFOfLocECC2d
 #define Extrema_FuncExtCC_hxx <Extrema_CCLocFOfLocECC2d.hxx>
-#include <Extrema_FuncExtCC.gxx>
+#include "../Extrema/Extrema_FuncExtCC.gxx"
 
index 682e8d9165cf639b01ecf03a9ec19e9396bb8074..92a4fb07e65d890028494359b16d392deeb24cee 100644 (file)
@@ -44,5 +44,5 @@
 #define Extrema_SeqPOnC_hxx <Extrema_SequenceOfPOnCurv.hxx>
 #define Extrema_FuncExtCC Extrema_CCLocFOfLocECC
 #define Extrema_FuncExtCC_hxx <Extrema_CCLocFOfLocECC.hxx>
-#include <Extrema_FuncExtCC.gxx>
+#include "../Extrema/Extrema_FuncExtCC.gxx"
 
index 93a06c2bcb807982fe765fc12ec60abf5f911528..ce67b66775faac3d3db4655fe321bbe1743eccb1 100644 (file)
@@ -44,5 +44,5 @@
 #define Extrema_GExtPC Extrema_ExtPC2d
 #define Extrema_GenExtCC Extrema_ECC2d
 #define Extrema_GenExtCC_hxx <Extrema_ECC2d.hxx>
-#include <Extrema_GenExtCC.gxx>
+#include "../Extrema/Extrema_GenExtCC.gxx"
 
index 4ef949e18938029728a072188621f3f7d5e52609..9f2a79271a82c1a7143ede7b002615f4fdc4347c 100644 (file)
@@ -44,5 +44,5 @@
 #define Extrema_GExtPC Extrema_ExtPC
 #define Extrema_GenExtCC Extrema_ECC
 #define Extrema_GenExtCC_hxx <Extrema_ECC.hxx>
-#include <Extrema_GenExtCC.gxx>
+#include "../Extrema/Extrema_GenExtCC.gxx"
 
index 6e25e2d886bcac1c42fbebcef0582c0e27327a1e..483e844edb5870c645eb436e804673e7ccf410cc 100644 (file)
@@ -51,5 +51,5 @@
 #define Extrema_PCFOfEPC_hxx <Extrema_PCFOfEPCOfELPCOfLocateExtPC2d.hxx>
 #define Extrema_GExtPC Extrema_ELPCOfLocateExtPC2d
 #define Extrema_GExtPC_hxx <Extrema_ELPCOfLocateExtPC2d.hxx>
-#include <Extrema_GExtPC.gxx>
+#include "../Extrema/Extrema_GExtPC.gxx"
 
index 7202b99428a84b3873d461f90d2654c5aeeb7301..6755683ea5af886df5a6d65754cd87587ca7e328 100644 (file)
@@ -51,5 +51,5 @@
 #define Extrema_PCFOfEPC_hxx <Extrema_PCFOfEPCOfELPCOfLocateExtPC.hxx>
 #define Extrema_GExtPC Extrema_ELPCOfLocateExtPC
 #define Extrema_GExtPC_hxx <Extrema_ELPCOfLocateExtPC.hxx>
-#include <Extrema_GExtPC.gxx>
+#include "../Extrema/Extrema_GExtPC.gxx"
 
index 3f8ed60883580ecb12f760ab9e6364824d363c96..75bc7028cd56645437bef15bf3edbd4f434094a5 100644 (file)
@@ -46,5 +46,5 @@
 #define Extrema_SeqPCOfPCF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_GenExtPC Extrema_EPCOfELPCOfLocateExtPC2d
 #define Extrema_GenExtPC_hxx <Extrema_EPCOfELPCOfLocateExtPC2d.hxx>
-#include <Extrema_GenExtPC.gxx>
+#include "../Extrema/Extrema_GenExtPC.gxx"
 
index 2935373de0d3b95d2c6b0db6f6049369d88776fa..4725c0588605b19ac209594c15625ccac0135771 100644 (file)
@@ -46,5 +46,5 @@
 #define Extrema_SeqPCOfPCF_hxx <Extrema_SequenceOfPOnCurv.hxx>
 #define Extrema_GenExtPC Extrema_EPCOfELPCOfLocateExtPC
 #define Extrema_GenExtPC_hxx <Extrema_EPCOfELPCOfLocateExtPC.hxx>
-#include <Extrema_GenExtPC.gxx>
+#include "../Extrema/Extrema_GenExtPC.gxx"
 
index afe9710113bc878bdac5a22777a2eff769073c9a..923764413ab5d4122e0bb3c837359057d3113fa5 100644 (file)
@@ -46,5 +46,5 @@
 #define Extrema_SeqPCOfPCF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_GenExtPC Extrema_EPCOfExtPC2d
 #define Extrema_GenExtPC_hxx <Extrema_EPCOfExtPC2d.hxx>
-#include <Extrema_GenExtPC.gxx>
+#include "../Extrema/Extrema_GenExtPC.gxx"
 
index d31fcd450acda11602d067f16ff6c1539b358e4b..cfad0f13bc2d0991f467f03f37d01a980e55f50e 100644 (file)
@@ -46,5 +46,5 @@
 #define Extrema_SeqPCOfPCF_hxx <Extrema_SequenceOfPOnCurv.hxx>
 #define Extrema_GenExtPC Extrema_EPCOfExtPC
 #define Extrema_GenExtPC_hxx <Extrema_EPCOfExtPC.hxx>
-#include <Extrema_GenExtPC.gxx>
+#include "../Extrema/Extrema_GenExtPC.gxx"
 
index 1e6eeed03b9cd3bc7f2333339589550495676ec7..a69ac8337c88fbaebb488ab9dc53cf956d968ca7 100644 (file)
@@ -51,5 +51,5 @@
 #define Extrema_PCFOfEPC_hxx <Extrema_PCFOfEPCOfExtPC2d.hxx>
 #define Extrema_GExtPC Extrema_ExtPC2d
 #define Extrema_GExtPC_hxx <Extrema_ExtPC2d.hxx>
-#include <Extrema_GExtPC.gxx>
+#include "../Extrema/Extrema_GExtPC.gxx"
 
index a95c9ec0076b83bbe7d0f505e576f0a0199cd332..ecfd7f51b2cff5dd367cdafcb4129cc90e37da0a 100644 (file)
@@ -51,5 +51,5 @@
 #define Extrema_PCFOfEPC_hxx <Extrema_PCFOfEPCOfExtPC.hxx>
 #define Extrema_GExtPC Extrema_ExtPC
 #define Extrema_GExtPC_hxx <Extrema_ExtPC.hxx>
-#include <Extrema_GExtPC.gxx>
+#include "../Extrema/Extrema_GExtPC.gxx"
 
index c17245161878f9bc5567aafced70f8665d6522aa..b9bdc76240ef3ebc3e4d72c52c0e7c2249835dc9 100644 (file)
@@ -49,5 +49,5 @@
 #define Extrema_SeqPOnCOfCCLocF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_GenLocateExtCC Extrema_LocECC2d
 #define Extrema_GenLocateExtCC_hxx <Extrema_LocECC2d.hxx>
-#include <Extrema_GenLocateExtCC.gxx>
+#include "../Extrema/Extrema_GenLocateExtCC.gxx"
 
index e8a9a3ce12f947bc9e2c862bd1be30f7647751da..87f4912920ccd1fbed496cbe7892fdb894ac1c95 100644 (file)
@@ -49,5 +49,5 @@
 #define Extrema_SeqPOnCOfCCLocF_hxx <Extrema_SequenceOfPOnCurv.hxx>
 #define Extrema_GenLocateExtCC Extrema_LocECC
 #define Extrema_GenLocateExtCC_hxx <Extrema_LocECC.hxx>
-#include <Extrema_GenLocateExtCC.gxx>
+#include "../Extrema/Extrema_GenLocateExtCC.gxx"
 
index 47bd650ac289e4e093abc696fdee1eb5d7277dde..6e0ea3cbe95a60618d8aa295ba8f8702d34040ba 100644 (file)
@@ -46,5 +46,5 @@
 #define Extrema_SeqPCOfPCLocF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_GenLocateExtPC Extrema_LocEPCOfLocateExtPC2d
 #define Extrema_GenLocateExtPC_hxx <Extrema_LocEPCOfLocateExtPC2d.hxx>
-#include <Extrema_GenLocateExtPC.gxx>
+#include "../Extrema/Extrema_GenLocateExtPC.gxx"
 
index 7c76117660a04d722599174bc2e679bd2545fb41..51799cc833107a071ac83773407a6cd979c86156 100644 (file)
@@ -46,5 +46,5 @@
 #define Extrema_SeqPCOfPCLocF_hxx <Extrema_SequenceOfPOnCurv.hxx>
 #define Extrema_GenLocateExtPC Extrema_LocEPCOfLocateExtPC
 #define Extrema_GenLocateExtPC_hxx <Extrema_LocEPCOfLocateExtPC.hxx>
-#include <Extrema_GenLocateExtPC.gxx>
+#include "../Extrema/Extrema_GenLocateExtPC.gxx"
 
index 321dc1557a8b4906feccf5a85349789e6ae86d19..e9b167ef92b484aedfb6cd1a85c4293ab39e189f 100644 (file)
@@ -58,5 +58,5 @@
 #define Extrema_PCLocFOfLocEPC_hxx <Extrema_PCLocFOfLocEPCOfLocateExtPC2d.hxx>
 #define Extrema_GLocateExtPC Extrema_LocateExtPC2d
 #define Extrema_GLocateExtPC_hxx <Extrema_LocateExtPC2d.hxx>
-#include <Extrema_GLocateExtPC.gxx>
+#include "../Extrema/Extrema_GLocateExtPC.gxx"
 
index 413e6a668008c51faefd08dd1c8f333ac56ed863..957f77d36bb00df032fc3bf53b079bbc6ee3896e 100644 (file)
@@ -58,5 +58,5 @@
 #define Extrema_PCLocFOfLocEPC_hxx <Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx>
 #define Extrema_GLocateExtPC Extrema_LocateExtPC
 #define Extrema_GLocateExtPC_hxx <Extrema_LocateExtPC.hxx>
-#include <Extrema_GLocateExtPC.gxx>
+#include "../Extrema/Extrema_GLocateExtPC.gxx"
 
index 4596b87a01bc4fda422f1fc33e1037ea1ba2526a..63976feebb178001b3027bb7d279f7f2877f04f6 100644 (file)
@@ -39,5 +39,5 @@
 #define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_FuncExtPC Extrema_PCFOfEPCOfELPCOfLocateExtPC2d
 #define Extrema_FuncExtPC_hxx <Extrema_PCFOfEPCOfELPCOfLocateExtPC2d.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
 
index 66ee027500530e91f3e73bf334728498588dbb0c..01c7e7a5d92df89ff9c5657cafd6b1c6abf6f5df 100644 (file)
@@ -39,5 +39,5 @@
 #define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv.hxx>
 #define Extrema_FuncExtPC Extrema_PCFOfEPCOfELPCOfLocateExtPC
 #define Extrema_FuncExtPC_hxx <Extrema_PCFOfEPCOfELPCOfLocateExtPC.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
 
index 1861dc4fcdbc30791c7d3eb20e1db50237608e12..dbf456fe1763a35a29b06231a6fa350a073366cc 100644 (file)
@@ -39,5 +39,5 @@
 #define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_FuncExtPC Extrema_PCFOfEPCOfExtPC2d
 #define Extrema_FuncExtPC_hxx <Extrema_PCFOfEPCOfExtPC2d.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
 
index 0665f0592eda1f93e280b279c19c7fb7ed83826b..032a8a1a3edcf639dc29ab2404ac00a16b84e78e 100644 (file)
@@ -39,5 +39,5 @@
 #define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv.hxx>
 #define Extrema_FuncExtPC Extrema_PCFOfEPCOfExtPC
 #define Extrema_FuncExtPC_hxx <Extrema_PCFOfEPCOfExtPC.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
 
index f485877b120b8961561cb142b48eaa834cf793be..efcecf1000a31f0763b5615d7d75fcf0627e1e13 100644 (file)
@@ -39,5 +39,5 @@
 #define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_FuncExtPC Extrema_PCLocFOfLocEPCOfLocateExtPC2d
 #define Extrema_FuncExtPC_hxx <Extrema_PCLocFOfLocEPCOfLocateExtPC2d.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
 
index 9eed971224baf423691085ac651d533ae0853d34..5d6472db3a5f7816906ba0dc59021b4d701d2bf6 100644 (file)
@@ -39,5 +39,5 @@
 #define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv.hxx>
 #define Extrema_FuncExtPC Extrema_PCLocFOfLocEPCOfLocateExtPC
 #define Extrema_FuncExtPC_hxx <Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
 
index 5817a92056455b25fbf75e5a553b42fb01e8276d..78d1acd9ce0b26d3ed881fa2ff0cdc48f087c1d1 100644 (file)
@@ -23,5 +23,5 @@
 #define Pnt_hxx <gp_Pnt2d.hxx>
 #define Extrema_Point Extrema_POnCurv2d
 #define Extrema_Point_hxx <Extrema_POnCurv2d.hxx>
-#include <Extrema_Point.gxx>
+#include "../Extrema/Extrema_Point.gxx"
 
index 08e80baef18883353f6a6d81fc462b773b6e9b39..6270bf83e2fa06a7e8d5a2d9b2cbfe53527d5f54 100644 (file)
@@ -23,5 +23,5 @@
 #define Pnt_hxx <gp_Pnt.hxx>
 #define Extrema_Point Extrema_POnCurv
 #define Extrema_Point_hxx <Extrema_POnCurv.hxx>
-#include <Extrema_Point.gxx>
+#include "../Extrema/Extrema_Point.gxx"
 
index 431f1d80abe872fee12c5c5948e554d9b406fb0b..216f7f816d70fa4bae50d06a95583329fac4c85d 100644 (file)
@@ -34,5 +34,5 @@
 #define TopClass_FClass2d_hxx <Geom2dHatch_FClass2dOfClassifier.hxx>
 #define TopClass_FaceClassifier Geom2dHatch_Classifier
 #define TopClass_FaceClassifier_hxx <Geom2dHatch_Classifier.hxx>
-#include <TopClass_FaceClassifier.gxx>
+#include "../TopClass/TopClass_FaceClassifier.gxx"
 
index ffb15c332ee840d51b2c3b06b6259f20659e856a..049e3adfad3975b2334546ba2a9803081171716d 100644 (file)
@@ -28,5 +28,5 @@
 #define TheIntersector_hxx <Geom2dHatch_Intersector.hxx>
 #define TopClass_Classifier2d Geom2dHatch_FClass2dOfClassifier
 #define TopClass_Classifier2d_hxx <Geom2dHatch_FClass2dOfClassifier.hxx>
-#include <TopClass_Classifier2d.gxx>
+#include "../TopClass/TopClass_Classifier2d.gxx"
 
index dd217f16163dd94ed7421ea8489299c6de5a66d7..335303ff05ee82431d6fc4edf49d9aa4193beb51 100644 (file)
@@ -38,5 +38,5 @@
 #define IntCurve_ExactIntersectionPoint_hxx <Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter.hxx>
 #define IntCurve_IntPolyPolyGen Geom2dInt_TheIntPCurvePCurveOfGInter
 #define IntCurve_IntPolyPolyGen_hxx <Geom2dInt_TheIntPCurvePCurveOfGInter.hxx>
-#include <IntCurve_ExactIntersectionPoint.gxx>
+#include "../IntCurve/IntCurve_ExactIntersectionPoint.gxx"
 
index d78e9027febc645d5f9c1c0aae483ab54b7b55a2..c9db4431a0b6d9ae316b55e1d5e5faba5df39dc4 100644 (file)
@@ -70,5 +70,5 @@
 #define IntCurve_ExactIntersectionPointOfTheIntPCurvePCurve_hxx <Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter.hxx>
 #define IntCurve_IntCurveCurveGen Geom2dInt_GInter
 #define IntCurve_IntCurveCurveGen_hxx <Geom2dInt_GInter.hxx>
-#include <IntCurve_IntCurveCurveGen.gxx>
+#include "../IntCurve/IntCurve_IntCurveCurveGen.gxx"
 
index 7856005877c9fff899c920447f8d60aa619b8606..4f8b218d3d018d312a8a96c2c048a8cbecc99c89 100644 (file)
@@ -39,5 +39,5 @@
 #define TheIntConicCurve_hxx <Geom2dInt_TheIntConicCurveOfGInter.hxx>
 #define IntCurve_UserIntConicCurveGen Geom2dInt_IntConicCurveOfGInter
 #define IntCurve_UserIntConicCurveGen_hxx <Geom2dInt_IntConicCurveOfGInter.hxx>
-#include <IntCurve_UserIntConicCurveGen.gxx>
+#include "../IntCurve/IntCurve_UserIntConicCurveGen.gxx"
 
index 95765c0724d34cc9d498ec981edd1a1b9e7bb694..ab50d002e38a7b2eddf3626927e39eb5fc74ce2f 100644 (file)
@@ -29,5 +29,5 @@
 #define ParTool_hxx <Geom2dInt_Geom2dCurveTool.hxx>
 #define IntImpParGen_ImpParTool Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter
 #define IntImpParGen_ImpParTool_hxx <Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter.hxx>
-#include <IntImpParGen_ImpParTool.gxx>
+#include "../IntImpParGen/IntImpParGen_ImpParTool.gxx"
 
index 21b1ba26f7087e31c2d5db80ee47bb9114a6cc6f..bc431818856d72f26450a12e8d333d3ebe7d8834 100644 (file)
@@ -39,5 +39,5 @@
 #define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_FuncExtPC Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter
 #define Extrema_FuncExtPC_hxx <Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
 
index 98c8e9d968ba71f7c5523684c8045481a49c25ff..1e54e6f30cd68c99ec71cb97ffa93a5f53d6ef73 100644 (file)
@@ -36,5 +36,5 @@
 #define Pnt_hxx <gp_Pnt2d.hxx>
 #define Extrema_CurveLocator Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter
 #define Extrema_CurveLocator_hxx <Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter.hxx>
-#include <Extrema_CurveLocator.gxx>
+#include "../Extrema/Extrema_CurveLocator.gxx"
 
index 9bb59e56a869bc9ea69d821c96c0b4f90fca7d81..424868e37c29e8aba1b54d64085fdfd7e0da1562 100644 (file)
@@ -27,5 +27,5 @@
 #define TheCurveTool_hxx <Geom2dInt_Geom2dCurveTool.hxx>
 #define IntCurve_DistBetweenPCurvesGen Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter
 #define IntCurve_DistBetweenPCurvesGen_hxx <Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter.hxx>
-#include <IntCurve_DistBetweenPCurvesGen.gxx>
+#include "../IntCurve/IntCurve_DistBetweenPCurvesGen.gxx"
 
index eabbf49a671412d23b790128a755e2e2d94fb39c..2c6e48296d0356f972848d09798016adb101f215 100644 (file)
@@ -46,5 +46,5 @@
 #define IntCurve_MyImpParToolOfTheIntersector_hxx <Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter.hxx>
 #define IntCurve_IntConicCurveGen Geom2dInt_TheIntConicCurveOfGInter
 #define IntCurve_IntConicCurveGen_hxx <Geom2dInt_TheIntConicCurveOfGInter.hxx>
-#include <IntCurve_IntConicCurveGen.gxx>
+#include "../IntCurve/IntCurve_IntConicCurveGen.gxx"
 
index ec22b33516b476d5408817946bb7ed3482e49d8e..f0523d8ca6b113aecdf329177ce68c8ef4cdccea 100644 (file)
@@ -39,5 +39,5 @@
 #define IntCurve_ExactIntersectionPoint_hxx <Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter.hxx>
 #define IntCurve_IntPolyPolyGen Geom2dInt_TheIntPCurvePCurveOfGInter
 #define IntCurve_IntPolyPolyGen_hxx <Geom2dInt_TheIntPCurvePCurveOfGInter.hxx>
-#include <IntCurve_IntPolyPolyGen.gxx>
+#include "../IntCurve/IntCurve_IntPolyPolyGen.gxx"
 
index 271245bc58a190fa69c27b6f5e914a1ec24de7e2..172004eabb8eb42dcde921a49cfacfed7d341d3c 100644 (file)
@@ -38,5 +38,5 @@
 #define IntImpParGen_MyImpParTool_hxx <Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter.hxx>
 #define IntImpParGen_Intersector Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter
 #define IntImpParGen_Intersector_hxx <Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter.hxx>
-#include <IntImpParGen_Intersector.gxx>
+#include "../IntImpParGen/IntImpParGen_Intersector.gxx"
 
index 3a593f090812df3d9836bcb9d426219ccc1fcb70..03dfe96a264ec2372ea5985dca8238c264706b9f 100644 (file)
@@ -46,5 +46,5 @@
 #define Extrema_SeqPCOfPCLocF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_GenLocateExtPC Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter
 #define Extrema_GenLocateExtPC_hxx <Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter.hxx>
-#include <Extrema_GenLocateExtPC.gxx>
+#include "../Extrema/Extrema_GenLocateExtPC.gxx"
 
index 059e753c4fed35d4572cd9cd57a24083493b8511..9c5f674da2d095420ec6f03b8fc6b53fd4a1bf6b 100644 (file)
@@ -30,5 +30,5 @@
 #define TheCurveTool_hxx <Geom2dInt_Geom2dCurveTool.hxx>
 #define IntCurve_Polygon2dGen Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter
 #define IntCurve_Polygon2dGen_hxx <Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter.hxx>
-#include <IntCurve_Polygon2dGen.gxx>
+#include "../IntCurve/IntCurve_Polygon2dGen.gxx"
 
index 283a0cc027c3b0704c09d0959388a810cc126200..6875f8aebf200b46eb3c8a3526435d15180cc50d 100644 (file)
@@ -38,5 +38,5 @@
 #define IntCurve_PCLocFOfTheLocateExtPC_hxx <Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx>
 #define IntCurve_ProjPCurGen Geom2dInt_TheProjPCurOfGInter
 #define IntCurve_ProjPCurGen_hxx <Geom2dInt_TheProjPCurOfGInter.hxx>
-#include <IntCurve_ProjPCurGen.gxx>
+#include "../IntCurve/IntCurve_ProjPCurGen.gxx"
 
index 1d292e6e79a2b42a267528952feac55ddcba6698..e0035686b52a2339c821d1ace5155bd6f1ca8314 100644 (file)
@@ -39,5 +39,5 @@
 #define Tool_hxx <Geom2dLProp_Curve2dTool.hxx>
 #define LProp_CLProps Geom2dLProp_CLProps2d
 #define LProp_CLProps_hxx <Geom2dLProp_CLProps2d.hxx>
-#include <LProp_CLProps.gxx>
+#include "../LProp/LProp_CLProps.gxx"
 
index 0a9306bd0d90560ae636cb7426e6669a806a17c4..038ba84ed8a4422d20427a53a529c5186ba974ab 100644 (file)
@@ -30,5 +30,5 @@
 #define TheLine_hxx <GeomFill_Line.hxx>
 #define AppBlend_AppSurf GeomFill_AppSurf
 #define AppBlend_AppSurf_hxx <GeomFill_AppSurf.hxx>
-#include <AppBlend_AppSurf.gxx>
+#include "../AppBlend/AppBlend_AppSurf.gxx"
 
index 0cf87cd53a16c618688aedee1ee4326c981c10b8..45a0d61e4c47f4068f1ed2e1041396aef2114633 100644 (file)
@@ -30,5 +30,5 @@
 #define TheLine_hxx <GeomFill_Line.hxx>
 #define AppBlend_AppSurf GeomFill_AppSweep
 #define AppBlend_AppSurf_hxx <GeomFill_AppSweep.hxx>
-#include <AppBlend_AppSurf.gxx>
+#include "../AppBlend/AppBlend_AppSurf.gxx"
 
index 56a937ebc9ac6d4a0079f2e9c6a8a8464c88b992..507765fd243a278119ed0517c21b30a9fd8ce752 100644 (file)
@@ -36,5 +36,5 @@
 #define AppParCurves_BSpGradient_BFGS_hxx <GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx>
 #define AppParCurves_BSpGradient GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox
 #define AppParCurves_BSpGradient_hxx <GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_BSpGradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient_BFGS.gxx"
 
index 0da94d3ae72b85be288daf04543f328bf024b5e3..6f965fab3e06138ca83cf4c1ef2ea52880c21119 100644 (file)
@@ -31,5 +31,5 @@
 #define Squares_hxx <GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx>
 #define AppParCurves_BSpFunction GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox
 #define AppParCurves_BSpFunction_hxx <GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_BSpFunction.gxx>
+#include "../AppParCurves/AppParCurves_BSpFunction.gxx"
 
index aa59c3a9ef5483021e94e0af03a4193227517a13..8390110548ae360ccddbd282e2624dbdfd192f08 100644 (file)
@@ -33,5 +33,5 @@
 #define ToolLine_hxx <GeomInt_TheMultiLineToolOfWLApprox.hxx>
 #define AppParCurves_LeastSquare GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox
 #define AppParCurves_LeastSquare_hxx <GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
 
index b0b53b5e51eb1dfe97d45d060316ab4757448016..46749a6338bed3a56b261fb22581933b4d788532 100644 (file)
@@ -39,5 +39,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
 #define AppParCurves_Gradient GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox
 #define AppParCurves_Gradient_hxx <GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
 
index e13167cd246bc10b30ab60b1656b0cd68267e368..e725c0ec8fcbfa66a9a40e428152eb258df03556 100644 (file)
@@ -39,5 +39,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
 #define AppParCurves_Gradient GeomInt_MyGradientbisOfTheComputeLineOfWLApprox
 #define AppParCurves_Gradient_hxx <GeomInt_MyGradientbisOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
 
index d504ecafbe45b3916a75bfe3b2bfc6a8e8b10863..294ff6881c350194b3ccde1e882a45e23265802b 100644 (file)
@@ -38,5 +38,5 @@
 #define AppParCurves_BSpGradient_BFGS_hxx <GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx>
 #define AppParCurves_BSpGradient GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox
 #define AppParCurves_BSpGradient_hxx <GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_BSpGradient.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient.gxx"
 
index 228875417057d133c514d91273aace40ed6c2c95..209ca0f2be2b1d92d9afcc900952a71ade1467ec 100644 (file)
@@ -41,5 +41,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
 #define AppParCurves_Gradient GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox
 #define AppParCurves_Gradient_hxx <GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
 
index 8271ff8f3d90110b99ddcb2b46a94ab872ae487b..0f7d5be455663ec336d464094abcb0bf11bd0ca5 100644 (file)
@@ -41,5 +41,5 @@
 #define AppParCurves_Gradient_BFGS_hxx <GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
 #define AppParCurves_Gradient GeomInt_MyGradientbisOfTheComputeLineOfWLApprox
 #define AppParCurves_Gradient_hxx <GeomInt_MyGradientbisOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
 
index a76ce10a6445325aed2af31f7194b6381eac93fa..633f3944ba77e2c7b87e0a3e1af04d6e4f3429eb 100644 (file)
@@ -33,5 +33,5 @@
 #define ResolCons_hxx <GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
 #define AppParCurves_Function GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox
 #define AppParCurves_Function_hxx <GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
 
index 4b411f10c7c213bd77a143b9bee89713e9c45a58..fdd71622541ecd5dddf1bd2958e945e82ba1dcc7 100644 (file)
@@ -33,5 +33,5 @@
 #define ResolCons_hxx <GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
 #define AppParCurves_Function GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox
 #define AppParCurves_Function_hxx <GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
 
index b6bb6ad7751a90ba2b73e9c50fad6d7c233f5bd9..dc56bac3bc7475b7476a5adca83e35ba666da417 100644 (file)
@@ -33,5 +33,5 @@
 #define ToolLine_hxx <GeomInt_TheMultiLineToolOfWLApprox.hxx>
 #define AppParCurves_LeastSquare GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox
 #define AppParCurves_LeastSquare_hxx <GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
 
index ed81c1db9f4155b5675695a09e8abe1790ea4e71..7089e06bb2b37ff91485daf7e466175503229942 100644 (file)
@@ -33,5 +33,5 @@
 #define ToolLine_hxx <GeomInt_TheMultiLineToolOfWLApprox.hxx>
 #define AppParCurves_LeastSquare GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox
 #define AppParCurves_LeastSquare_hxx <GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
 
index 22dfe6838daf20777b67d077b7e4ad3cbba36244..ebaf20ccb4c5901c1e54855589bc112f006ca943 100644 (file)
@@ -29,5 +29,5 @@
 #define ToolLine_hxx <GeomInt_TheMultiLineToolOfWLApprox.hxx>
 #define AppParCurves_ResolConstraint GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox
 #define AppParCurves_ResolConstraint_hxx <GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
 
index 05331ed0c50f38257c2798cd3065c008a38621a6..18e2083d88b8a2ceccfc2ec42295ab5ce62c3445 100644 (file)
@@ -29,5 +29,5 @@
 #define ToolLine_hxx <GeomInt_TheMultiLineToolOfWLApprox.hxx>
 #define AppParCurves_ResolConstraint GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox
 #define AppParCurves_ResolConstraint_hxx <GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
 
index 5592eb30dba5caa8d5fb4abcb0869b80a8d9e12a..7342da8cd72d2c1f91d18d35239303f0fcb63a0f 100644 (file)
@@ -51,5 +51,5 @@
 #define Approx_Gradient_BFGSOfMyGradient_hxx <GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
 #define Approx_ComputeLine GeomInt_TheComputeLineBezierOfWLApprox
 #define Approx_ComputeLine_hxx <GeomInt_TheComputeLineBezierOfWLApprox.hxx>
-#include <Approx_ComputeLine.gxx>
+#include "../Approx/Approx_ComputeLine.gxx"
 
index c6eb9bab185deb4f0f363b463a45e5ca8f56bad0..209a7444d454efcd80e6ca91177c35690917ff51 100644 (file)
@@ -69,5 +69,5 @@
 #define Approx_Gradient_BFGSOfMyGradientbis_hxx <GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
 #define Approx_BSplComputeLine GeomInt_TheComputeLineOfWLApprox
 #define Approx_BSplComputeLine_hxx <GeomInt_TheComputeLineOfWLApprox.hxx>
-#include <Approx_BSplComputeLine.gxx>
+#include "../Approx/Approx_BSplComputeLine.gxx"
 
index aa30d6858e8f9dc6159611ddea76a3e415d1b64d..17e5e97c7a905b2e862d3614904b5d710666c8e0 100644 (file)
@@ -29,5 +29,5 @@
 #define ThePSurfaceTool_hxx <Adaptor3d_HSurfaceTool.hxx>
 #define IntImp_ZerParFunc GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox
 #define IntImp_ZerParFunc_hxx <GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx>
-#include <IntImp_ZerParFunc.gxx>
+#include "../IntImp/IntImp_ZerParFunc.gxx"
 
index fcba5eb933f92f6394b38f2df5b03607bcfcbd0a..551420a44c754c1689056cc81c88692eff74bbd9 100644 (file)
@@ -42,5 +42,5 @@
 #define ApproxInt_TheZerImpFunc_hxx <GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox.hxx>
 #define ApproxInt_ImpPrmSvSurfaces GeomInt_TheImpPrmSvSurfacesOfWLApprox
 #define ApproxInt_ImpPrmSvSurfaces_hxx <GeomInt_TheImpPrmSvSurfacesOfWLApprox.hxx>
-#include <ApproxInt_ImpPrmSvSurfaces.gxx>
+#include "../ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx"
 
index d3fae817ea4d20fadd03d5f97f4d7ee4d116f6df..a70906e4f713a5b4444350046e72c231b827bf77 100644 (file)
@@ -37,5 +37,5 @@
 #define IntImp_TheFunction_hxx <GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx>
 #define IntImp_Int2S GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox
 #define IntImp_Int2S_hxx <GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx>
-#include <IntImp_Int2S.gxx>
+#include "../IntImp/IntImp_Int2S.gxx"
 
index be284668f11e90bc1d19386a72c1235ab76e4078..2ae9735c57059762ccda26c9845fe4ae0b810b67 100644 (file)
@@ -27,5 +27,5 @@
 #define TheSvSurfaces_hxx <ApproxInt_SvSurfaces.hxx>
 #define ApproxInt_MultiLine GeomInt_TheMultiLineOfWLApprox
 #define ApproxInt_MultiLine_hxx <GeomInt_TheMultiLineOfWLApprox.hxx>
-#include <ApproxInt_MultiLine.gxx>
+#include "../ApproxInt/ApproxInt_MultiLine.gxx"
 
index b7b7e0c9c9675cbf2c9c7eece43226b4d29ec31e..2a421635aae242c41ade3505c47e4a5a89793149 100644 (file)
@@ -41,5 +41,5 @@
 #define ApproxInt_TheFunctionOfTheInt2S_hxx <GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx>
 #define ApproxInt_PrmPrmSvSurfaces GeomInt_ThePrmPrmSvSurfacesOfWLApprox
 #define ApproxInt_PrmPrmSvSurfaces_hxx <GeomInt_ThePrmPrmSvSurfacesOfWLApprox.hxx>
-#include <ApproxInt_PrmPrmSvSurfaces.gxx>
+#include "../ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx"
 
index 7ff1e80f233f06fff96284e4ecdaa4ff89eb1f72..e656487a925fe1107cc1cb0ea978ddeb024f5247 100644 (file)
@@ -37,5 +37,5 @@
 #define TheISurfaceTool_hxx <IntSurf_QuadricTool.hxx>
 #define IntImp_ZerImpFunc GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox
 #define IntImp_ZerImpFunc_hxx <GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox.hxx>
-#include <IntImp_ZerImpFunc.gxx>
+#include "../IntImp/IntImp_ZerImpFunc.gxx"
 
index 964bb57f7411e8472078840aba86b496d34af5cc..b994f1dae0e04f085d223449bc5bf6a6f557b355 100644 (file)
@@ -82,5 +82,5 @@
 #define ApproxInt_MyGradientOfTheComputeLineBezier_hxx <GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx>
 #define ApproxInt_Approx GeomInt_WLApprox
 #define ApproxInt_Approx_hxx <GeomInt_WLApprox.hxx>
-#include <ApproxInt_Approx.gxx>
+#include "../ApproxInt/ApproxInt_Approx.gxx"
 
index 4c0a5d820665bc348dfaccc463ba489fe2de5cf8..ca06568889063879c045f07d4d624ea9fa25d125 100644 (file)
@@ -39,5 +39,5 @@
 #define Tool_hxx <GeomLProp_CurveTool.hxx>
 #define LProp_CLProps GeomLProp_CLProps
 #define LProp_CLProps_hxx <GeomLProp_CLProps.hxx>
-#include <LProp_CLProps.gxx>
+#include "../LProp/LProp_CLProps.gxx"
 
index da6792d41bbea927402013ffc0fd79c91a57c811..10c794055e9af1a71b85ca8f0b45ec497cfababd 100644 (file)
@@ -33,5 +33,5 @@
 #define Tool_hxx <GeomLProp_SurfaceTool.hxx>
 #define LProp_SLProps GeomLProp_SLProps
 #define LProp_SLProps_hxx <GeomLProp_SLProps.hxx>
-#include <LProp_SLProps.gxx>
+#include "../LProp/LProp_SLProps.gxx"
 
index 8194f4fcffe49a1debc63b4b2773dad08de9baab..6fe0c7fcbfafd5278818e26f26e3c8101de8f134 100644 (file)
@@ -26,5 +26,5 @@
 #define TheShape_hxx <HLRAlgo_Coincidence.hxx>
 #define TopBas_Interference HLRAlgo_Interference
 #define TopBas_Interference_hxx <HLRAlgo_Interference.hxx>
-#include <TopBas_Interference.gxx>
+#include "../TopBas/TopBas_Interference.gxx"
 
index 3104fed85be96a851a0d7e173f05aa6abffdf4c3..71d161aa16c743b38d874240617368c1a5623189 100644 (file)
@@ -69,5 +69,5 @@
 #define IntCurve_ExactIntersectionPointOfTheIntPCurvePCurve_hxx <HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx>
 #define IntCurve_IntCurveCurveGen HLRBRep_CInter
 #define IntCurve_IntCurveCurveGen_hxx <HLRBRep_CInter.hxx>
-#include <IntCurve_IntCurveCurveGen.gxx>
+#include "../IntCurve/IntCurve_IntCurveCurveGen.gxx"
 
index 0e04665e5d4c80d225028964d7900e23ec1c1b6f..7c624c9c970176ecde14713649982c6e695f7193 100644 (file)
@@ -38,5 +38,5 @@
 #define Tool_hxx <HLRBRep_CLPropsATool.hxx>
 #define LProp_CLProps HLRBRep_CLProps
 #define LProp_CLProps_hxx <HLRBRep_CLProps.hxx>
-#include <LProp_CLProps.gxx>
+#include "../LProp/LProp_CLProps.gxx"
 
index 9d8d371831a827460ad16259a5368b1a4d279e89..9088731835eda5c1c61f824b7c4fa0d8743e7f71 100644 (file)
@@ -37,5 +37,5 @@
 #define IntCurve_ExactIntersectionPoint_hxx <HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx>
 #define IntCurve_IntPolyPolyGen HLRBRep_TheIntPCurvePCurveOfCInter
 #define IntCurve_IntPolyPolyGen_hxx <HLRBRep_TheIntPCurvePCurveOfCInter.hxx>
-#include <IntCurve_ExactIntersectionPoint.gxx>
+#include "../IntCurve/IntCurve_ExactIntersectionPoint.gxx"
 
index 83ac5ea593a69a2d6636abfd403b6b01fdb13d22..b447758025d0d7f631b87f46350a551940588ac5 100644 (file)
@@ -38,5 +38,5 @@
 #define TheIntConicCurve_hxx <HLRBRep_TheIntConicCurveOfCInter.hxx>
 #define IntCurve_UserIntConicCurveGen HLRBRep_IntConicCurveOfCInter
 #define IntCurve_UserIntConicCurveGen_hxx <HLRBRep_IntConicCurveOfCInter.hxx>
-#include <IntCurve_UserIntConicCurveGen.gxx>
+#include "../IntCurve/IntCurve_UserIntConicCurveGen.gxx"
 
index 276599097d5e89a71b0c304f610331c4d404e8cc..5ea8c024867531c598fb35be63f2435f241890d7 100644 (file)
@@ -67,5 +67,5 @@
 #define IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactInter_hxx <HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx>
 #define IntCurveSurface_Inter HLRBRep_InterCSurf
 #define IntCurveSurface_Inter_hxx <HLRBRep_InterCSurf.hxx>
-#include <IntCurveSurface_Inter.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Inter.gxx"
 
index b750b8c41cdb4ade85d69d786e9efcd17597baba..770d24bf67017f54500be772b6173999ba4efae2 100644 (file)
@@ -28,5 +28,5 @@
 #define ParTool_hxx <HLRBRep_CurveTool.hxx>
 #define IntImpParGen_ImpParTool HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter
 #define IntImpParGen_ImpParTool_hxx <HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx>
-#include <IntImpParGen_ImpParTool.gxx>
+#include "../IntImpParGen/IntImpParGen_ImpParTool.gxx"
 
index 833873ec6e2fe24e2a207607f50d5f71cd5d1e3e..ce4948d3b4f5dd186b39c3181b1253db8520a644 100644 (file)
@@ -38,5 +38,5 @@
 #define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_FuncExtPC HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter
 #define Extrema_FuncExtPC_hxx <HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
 
index fd6187005a0b4a6dab9de28e414a33af07d09bb8..c5129ff7508399c20be7939bcd0443c4263cff02 100644 (file)
@@ -32,5 +32,5 @@
 #define Tool_hxx <HLRBRep_SLPropsATool.hxx>
 #define LProp_SLProps HLRBRep_SLProps
 #define LProp_SLProps_hxx <HLRBRep_SLProps.hxx>
-#include <LProp_SLProps.gxx>
+#include "../LProp/LProp_SLProps.gxx"
 
index 315f85aaebf0b06414cfd507451db22758c8b525..8652bf39cb001e82f9c6c00f49c8e6aa33003a69 100644 (file)
@@ -33,5 +33,5 @@
 #define TheCurveTool_hxx <HLRBRep_LineTool.hxx>
 #define IntImp_ZerCSParFunc HLRBRep_TheCSFunctionOfInterCSurf
 #define IntImp_ZerCSParFunc_hxx <HLRBRep_TheCSFunctionOfInterCSurf.hxx>
-#include <IntImp_ZerCSParFunc.gxx>
+#include "../IntImp/IntImp_ZerCSParFunc.gxx"
 
index e36738eef4f27659014b3d1e4accaca3f44a29c4..ad47a19a99895fbfdd0aa2e5da89b056faa3f7da 100644 (file)
@@ -35,5 +35,5 @@
 #define Pnt_hxx <gp_Pnt2d.hxx>
 #define Extrema_CurveLocator HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter
 #define Extrema_CurveLocator_hxx <HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter.hxx>
-#include <Extrema_CurveLocator.gxx>
+#include "../Extrema/Extrema_CurveLocator.gxx"
 
index 9f4f2f67dfd6a540bb6d758491109f028452ff8a..89d59e14827109a24eb58eaa99561ae10cede043 100644 (file)
@@ -26,5 +26,5 @@
 #define TheCurveTool_hxx <HLRBRep_CurveTool.hxx>
 #define IntCurve_DistBetweenPCurvesGen HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter
 #define IntCurve_DistBetweenPCurvesGen_hxx <HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.hxx>
-#include <IntCurve_DistBetweenPCurvesGen.gxx>
+#include "../IntCurve/IntCurve_DistBetweenPCurvesGen.gxx"
 
index 35d3ada4085bfa9fc2b1f03a1ff4ac15003faa93..fbd4b4e677e88f6daa7ff28f1ebf731912b98c2e 100644 (file)
@@ -38,5 +38,5 @@
 #define TheFunction_hxx <HLRBRep_TheCSFunctionOfInterCSurf.hxx>
 #define IntImp_IntCS HLRBRep_TheExactInterCSurf
 #define IntImp_IntCS_hxx <HLRBRep_TheExactInterCSurf.hxx>
-#include <IntImp_IntCS.gxx>
+#include "../IntImp/IntImp_IntCS.gxx"
 
index 975dfc157f717597e97cb1acdd450dbacdecce94..1e301c91b8c30383c4f1f2e8e1c1450947c80fb9 100644 (file)
@@ -45,5 +45,5 @@
 #define IntCurve_MyImpParToolOfTheIntersector_hxx <HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx>
 #define IntCurve_IntConicCurveGen HLRBRep_TheIntConicCurveOfCInter
 #define IntCurve_IntConicCurveGen_hxx <HLRBRep_TheIntConicCurveOfCInter.hxx>
-#include <IntCurve_IntConicCurveGen.gxx>
+#include "../IntCurve/IntCurve_IntConicCurveGen.gxx"
 
index 2c5edc6766ac2be11153aabebd6f332aa8ce49af..c547457d945230cee4002109c91514e269f8ac74 100644 (file)
@@ -38,5 +38,5 @@
 #define IntCurve_ExactIntersectionPoint_hxx <HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx>
 #define IntCurve_IntPolyPolyGen HLRBRep_TheIntPCurvePCurveOfCInter
 #define IntCurve_IntPolyPolyGen_hxx <HLRBRep_TheIntPCurvePCurveOfCInter.hxx>
-#include <IntCurve_IntPolyPolyGen.gxx>
+#include "../IntCurve/IntCurve_IntPolyPolyGen.gxx"
 
index 5b211cefb1e87626fe7079051cc1d01b27559058..6a0561b7b71b5c62b40db59c7f5873a4c00b5a82 100644 (file)
@@ -36,5 +36,5 @@
 #define ToolPolyh_hxx <HLRBRep_ThePolyhedronToolOfInterCSurf.hxx>
 #define Intf_InterferencePolygonPolyhedron HLRBRep_TheInterferenceOfInterCSurf
 #define Intf_InterferencePolygonPolyhedron_hxx <HLRBRep_TheInterferenceOfInterCSurf.hxx>
-#include <Intf_InterferencePolygonPolyhedron.gxx>
+#include "../Intf/Intf_InterferencePolygonPolyhedron.gxx"
 
index cd09023cf27f557db2d587efd6886522c23c1720..bb9b72aab6d4389e5351b4d7e853ed21aafa05b9 100644 (file)
@@ -37,5 +37,5 @@
 #define IntImpParGen_MyImpParTool_hxx <HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx>
 #define IntImpParGen_Intersector HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter
 #define IntImpParGen_Intersector_hxx <HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter.hxx>
-#include <IntImpParGen_Intersector.gxx>
+#include "../IntImpParGen/IntImpParGen_Intersector.gxx"
 
index 9d806e3181c9a7d545eca3044063ebeed3a5f937..a92bdb94107417383c333e7fc8d3719feea56feb 100644 (file)
@@ -45,5 +45,5 @@
 #define Extrema_SeqPCOfPCLocF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
 #define Extrema_GenLocateExtPC HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter
 #define Extrema_GenLocateExtPC_hxx <HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx>
-#include <Extrema_GenLocateExtPC.gxx>
+#include "../Extrema/Extrema_GenLocateExtPC.gxx"
 
index 313050fc831e2eebd697061b30a3509d95a923d9..a1842a3f876ba306016268403b7ce8d59bbc1daf 100644 (file)
@@ -29,5 +29,5 @@
 #define TheCurveTool_hxx <HLRBRep_CurveTool.hxx>
 #define IntCurve_Polygon2dGen HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter
 #define IntCurve_Polygon2dGen_hxx <HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter.hxx>
-#include <IntCurve_Polygon2dGen.gxx>
+#include "../IntCurve/IntCurve_Polygon2dGen.gxx"
 
index a21e6d8b65d336a1e2ecd39e577b9a888e57daf5..065ef84a0193e9a95c1cec3b16977cde94df3c78 100644 (file)
@@ -29,5 +29,5 @@
 #define TheCurveTool_hxx <HLRBRep_LineTool.hxx>
 #define IntCurveSurface_Polygon HLRBRep_ThePolygonOfInterCSurf
 #define IntCurveSurface_Polygon_hxx <HLRBRep_ThePolygonOfInterCSurf.hxx>
-#include <IntCurveSurface_Polygon.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Polygon.gxx"
 
index d946a2ce17de963c96c8e3e082967f30d99c43ca..bc90999634dd8dd24cb50c745f0f5054b98a128c 100644 (file)
@@ -30,5 +30,5 @@
 #define TheBoundingBox_hxx <Bnd_Box.hxx>
 #define IntCurveSurface_PolygonTool HLRBRep_ThePolygonToolOfInterCSurf
 #define IntCurveSurface_PolygonTool_hxx <HLRBRep_ThePolygonToolOfInterCSurf.hxx>
-#include <IntCurveSurface_PolygonTool.gxx>
+#include "../IntCurveSurface/IntCurveSurface_PolygonTool.gxx"
 
index 9c4584633e3d2400bd6a60fed0cd2dd62fdffcec..3cff08a51bb30937db245ee7ee588405affc51ed 100644 (file)
@@ -29,5 +29,5 @@
 #define ThePSurfaceTool_hxx <HLRBRep_SurfaceTool.hxx>
 #define IntCurveSurface_Polyhedron HLRBRep_ThePolyhedronOfInterCSurf
 #define IntCurveSurface_Polyhedron_hxx <HLRBRep_ThePolyhedronOfInterCSurf.hxx>
-#include <IntCurveSurface_Polyhedron.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Polyhedron.gxx"
 
index 366bd77d55fba1f510337c696fd45b9d0cb2fe3f..2ff4ebff2cc9dc9e7ab2d6c788bb0eb69dc87705 100644 (file)
@@ -26,5 +26,5 @@
 #define ThePolyhedron_hxx <HLRBRep_ThePolyhedronOfInterCSurf.hxx>
 #define IntCurveSurface_PolyhedronTool HLRBRep_ThePolyhedronToolOfInterCSurf
 #define IntCurveSurface_PolyhedronTool_hxx <HLRBRep_ThePolyhedronToolOfInterCSurf.hxx>
-#include <IntCurveSurface_PolyhedronTool.gxx>
+#include "../IntCurveSurface/IntCurveSurface_PolyhedronTool.gxx"
 
index ef9660591490651739d2c7d3548ab1e2f433d398..a1ddb551270d04e7e36180757a207694fb36ce6f 100644 (file)
@@ -37,5 +37,5 @@
 #define IntCurve_PCLocFOfTheLocateExtPC_hxx <HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx>
 #define IntCurve_ProjPCurGen HLRBRep_TheProjPCurOfCInter
 #define IntCurve_ProjPCurGen_hxx <HLRBRep_TheProjPCurOfCInter.hxx>
-#include <IntCurve_ProjPCurGen.gxx>
+#include "../IntCurve/IntCurve_ProjPCurGen.gxx"
 
index e761f5dc5e64028e798fb5c001536ac1a044e889..d68081dfd8887d35156a36bfbc6173513c4cb558 100644 (file)
@@ -34,5 +34,5 @@
 #define IntCurveSurface_TheQuadCurvFunc_hxx <HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx>
 #define IntCurveSurface_QuadricCurveExactInter HLRBRep_TheQuadCurvExactInterCSurf
 #define IntCurveSurface_QuadricCurveExactInter_hxx <HLRBRep_TheQuadCurvExactInterCSurf.hxx>
-#include <IntCurveSurface_QuadricCurveExactInter.gxx>
+#include "../IntCurveSurface/IntCurveSurface_QuadricCurveExactInter.gxx"
 
index 9b2fca58bb5f47cad75f9b12035d934fac17b928..d6d2cf29c4875196228d987f27f50f2d3a4e6eb4 100644 (file)
@@ -29,5 +29,5 @@
 #define TheCurveTool_hxx <HLRBRep_LineTool.hxx>
 #define IntCurveSurface_QuadricCurveFunc HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf
 #define IntCurveSurface_QuadricCurveFunc_hxx <HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx>
-#include <IntCurveSurface_QuadricCurveFunc.gxx>
+#include "../IntCurveSurface/IntCurveSurface_QuadricCurveFunc.gxx"
 
index 808bcbb7a6e18ae5db128e4eac33946c2e3f2bdd..a5b8c67a2fff4c8f129defb8a5bb72bcf546977b 100644 (file)
@@ -34,5 +34,5 @@
 #define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfIGESEntity
 #define Interface_JaggedArray_hxx <IGESBasic_HArray1OfHArray1OfIGESEntity.hxx>
 #define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfIGESEntity)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
 
index 4121fa1c40d3fa57116fb88b1c54032821d2312d..3c2355234273d276ce8db83e35070245821c1b09 100644 (file)
@@ -34,5 +34,5 @@
 #define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfInteger
 #define Interface_JaggedArray_hxx <IGESBasic_HArray1OfHArray1OfInteger.hxx>
 #define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfInteger)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
 
index 6f13711f78b5cc4c822892232ba686556dbc4996..b32af2224fc3c6e1f547ff7ba3b4f32e43ad782e 100644 (file)
@@ -34,5 +34,5 @@
 #define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfReal
 #define Interface_JaggedArray_hxx <IGESBasic_HArray1OfHArray1OfReal.hxx>
 #define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfReal)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
 
index d55ebe45dab882ec2aad21ec8d281aa7378cac58..5694a2544851529e64c5c8e9da7b3c3803d335bc 100644 (file)
@@ -34,5 +34,5 @@
 #define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfXYZ
 #define Interface_JaggedArray_hxx <IGESBasic_HArray1OfHArray1OfXYZ.hxx>
 #define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfXYZ)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
 
index 884949903408856a703eb72186b35586ee456b02..30d1f06f66ec5c7f100f69defda606224a0b720b 100644 (file)
@@ -34,5 +34,5 @@
 #define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfXY
 #define Interface_JaggedArray_hxx <IGESBasic_HArray1OfHArray1OfXY.hxx>
 #define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfXY)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
 
index 5a87d0dd635feee58311d8d58d71ef9c57e99f71..074ad4203c8da7d3fefa0fa7d0c2864628bfe177 100644 (file)
@@ -40,5 +40,5 @@
 #define Interface_Recognizer IGESData_FileRecognizer
 #define Interface_Recognizer_hxx <IGESData_FileRecognizer.hxx>
 #define Handle_Interface_Recognizer Handle(IGESData_FileRecognizer)
-#include <Interface_Recognizer.gxx>
+#include "../Interface/Interface_Recognizer.gxx"
 
index 7a7b56fd9cb8447a374c9a9b8309740a2679ee61..d2398abb126c87649c11593e446543209dfea44f 100644 (file)
@@ -50,5 +50,5 @@
 #define Handle_LibCtl_Node Handle(IGESData_NodeOfSpecificLib)
 #define LibCtl_Library IGESData_SpecificLib
 #define LibCtl_Library_hxx <IGESData_SpecificLib.hxx>
-#include <LibCtl_GlobalNode.gxx>
+#include "../LibCtl/LibCtl_GlobalNode.gxx"
 
index 088825aeb0af1cd01b310f1741c497a11b7d20f7..a57299cffb65f57566dd4d286bf89e81fc7c0b13 100644 (file)
@@ -50,5 +50,5 @@
 #define Handle_LibCtl_Node Handle(IGESData_NodeOfWriterLib)
 #define LibCtl_Library IGESData_WriterLib
 #define LibCtl_Library_hxx <IGESData_WriterLib.hxx>
-#include <LibCtl_GlobalNode.gxx>
+#include "../LibCtl/LibCtl_GlobalNode.gxx"
 
index 14927f2c10040c09583ab344c739a19aa71363ba..13490d2a4b87fc7d913b6335db262500f6efab49 100644 (file)
@@ -50,5 +50,5 @@
 #define Handle_LibCtl_Node Handle(IGESData_NodeOfSpecificLib)
 #define LibCtl_Library IGESData_SpecificLib
 #define LibCtl_Library_hxx <IGESData_SpecificLib.hxx>
-#include <LibCtl_Node.gxx>
+#include "../LibCtl/LibCtl_Node.gxx"
 
index 0ee9b8c504f7c32fbcf9e67ff56133f789ec125c..4a2f0b886034450e239481d91ccbb93b89fc37cc 100644 (file)
@@ -50,5 +50,5 @@
 #define Handle_LibCtl_Node Handle(IGESData_NodeOfWriterLib)
 #define LibCtl_Library IGESData_WriterLib
 #define LibCtl_Library_hxx <IGESData_WriterLib.hxx>
-#include <LibCtl_Node.gxx>
+#include "../LibCtl/LibCtl_Node.gxx"
 
index f91251670da8bdc885abc07ae84855d2ccce3302..7ddeddfc57cdb12ddc3d8c8365b85eeb796b9296 100644 (file)
@@ -41,5 +41,5 @@
 #define Handle_LibCtl_Node Handle(IGESData_NodeOfSpecificLib)
 #define LibCtl_Library IGESData_SpecificLib
 #define LibCtl_Library_hxx <IGESData_SpecificLib.hxx>
-#include <LibCtl_Library.gxx>
+#include "../LibCtl/LibCtl_Library.gxx"
 
index af8fb61335cae391615f8c69a7da6cf6fc6c1382..d8c281a91e0e8489b727e7341e7daa7db3f6b322 100644 (file)
@@ -41,5 +41,5 @@
 #define Handle_LibCtl_Node Handle(IGESData_NodeOfWriterLib)
 #define LibCtl_Library IGESData_WriterLib
 #define LibCtl_Library_hxx <IGESData_WriterLib.hxx>
-#include <LibCtl_Library.gxx>
+#include "../LibCtl/LibCtl_Library.gxx"
 
index 75314bcb2a9dad47cf3c1e0dfa63f0d3284ebeee..47aa5e7e9a68187e8be66115d5de81cbf52cc5fa 100644 (file)
@@ -34,5 +34,5 @@
 #define Interface_JaggedArray IGESDefs_HArray1OfHArray1OfTextDisplayTemplate
 #define Interface_JaggedArray_hxx <IGESDefs_HArray1OfHArray1OfTextDisplayTemplate.hxx>
 #define Handle_Interface_JaggedArray Handle(IGESDefs_HArray1OfHArray1OfTextDisplayTemplate)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
 
index d14f35b4c40d27004706352d64b1f603522d63ae..27e1a0c00a9bd4895fc94da24cbdb264054dfd36 100644 (file)
@@ -35,5 +35,5 @@
 #define IFSelect_FileModifier IGESSelect_FileModifier
 #define IFSelect_FileModifier_hxx <IGESSelect_FileModifier.hxx>
 #define Handle_IFSelect_FileModifier Handle(IGESSelect_FileModifier)
-#include <IFSelect_FileModifier.gxx>
+#include "../IFSelect/IFSelect_FileModifier.gxx"
 
index 327d2a5cfcd6d0f5492331cf17a7be436326d8ca..57003f3d63a2da1e6cfdb073042aa838669fd24d 100644 (file)
@@ -43,5 +43,5 @@
 #define IFSelect_ModelModifier IGESSelect_ModelModifier
 #define IFSelect_ModelModifier_hxx <IGESSelect_ModelModifier.hxx>
 #define Handle_IFSelect_ModelModifier Handle(IGESSelect_ModelModifier)
-#include <IFSelect_ModelModifier.gxx>
+#include "../IFSelect/IFSelect_ModelModifier.gxx"
 
index 4c3f7831eb6c5c04d50dfdae3985422c5dbc9ab1..0b7886cf06a5190e60b78ea4c392275a8300427f 100644 (file)
@@ -38,5 +38,5 @@
 #define IntImpParGen_MyImpParTool_hxx <IntCurve_MyImpParToolOfIntImpConicParConic.hxx>
 #define IntImpParGen_Intersector IntCurve_IntImpConicParConic
 #define IntImpParGen_Intersector_hxx <IntCurve_IntImpConicParConic.hxx>
-#include <IntImpParGen_Intersector.gxx>
+#include "../IntImpParGen/IntImpParGen_Intersector.gxx"
 
index a65b3b35f8fe23207d5a6029acfe954d9288a4eb..473b0dcbfdc73b05dcf5a3d9c86c1635795b3136 100644 (file)
@@ -29,5 +29,5 @@
 #define ParTool_hxx <IntCurve_PConicTool.hxx>
 #define IntImpParGen_ImpParTool IntCurve_MyImpParToolOfIntImpConicParConic
 #define IntImpParGen_ImpParTool_hxx <IntCurve_MyImpParToolOfIntImpConicParConic.hxx>
-#include <IntImpParGen_ImpParTool.gxx>
+#include "../IntImpParGen/IntImpParGen_ImpParTool.gxx"
 
index 5e494e72fb1e35906f639cf0129d1e846d582034..396eceb4335e65b8320c90b00c069084e21d35d9 100644 (file)
@@ -69,5 +69,5 @@
 #define IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactInter_hxx <IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter.hxx>
 #define IntCurveSurface_Inter IntCurveSurface_HInter
 #define IntCurveSurface_Inter_hxx <IntCurveSurface_HInter.hxx>
-#include <IntCurveSurface_Inter.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Inter.gxx"
 
index 3c9780a8e0e69565724ec9b55d793b03b53977c5..4ea16e1ec538319de1ffa90a7ee6f7b1fad87ddb 100644 (file)
@@ -34,5 +34,5 @@
 #define TheCurveTool_hxx <IntCurveSurface_TheHCurveTool.hxx>
 #define IntImp_ZerCSParFunc IntCurveSurface_TheCSFunctionOfHInter
 #define IntImp_ZerCSParFunc_hxx <IntCurveSurface_TheCSFunctionOfHInter.hxx>
-#include <IntImp_ZerCSParFunc.gxx>
+#include "../IntImp/IntImp_ZerCSParFunc.gxx"
 
index fcac3f65a24a5da814621742f77a2a6f8e945ba3..32091534ac799a0f130fbc1db0fe52af729df691 100644 (file)
@@ -39,5 +39,5 @@
 #define TheFunction_hxx <IntCurveSurface_TheCSFunctionOfHInter.hxx>
 #define IntImp_IntCS IntCurveSurface_TheExactHInter
 #define IntImp_IntCS_hxx <IntCurveSurface_TheExactHInter.hxx>
-#include <IntImp_IntCS.gxx>
+#include "../IntImp/IntImp_IntCS.gxx"
 
index 3e49b63fbcdede1af8c1725f0293a4ea55a01002..99376fd9582f625d5f4592f38c6cdbcc322bde4f 100644 (file)
@@ -30,5 +30,5 @@
 #define CurveGen_hxx <Adaptor3d_Curve.hxx>
 #define IntCurveSurface_HCurveTool IntCurveSurface_TheHCurveTool
 #define IntCurveSurface_HCurveTool_hxx <IntCurveSurface_TheHCurveTool.hxx>
-#include <IntCurveSurface_HCurveTool.gxx>
+#include "../IntCurveSurface/IntCurveSurface_HCurveTool.gxx"
 
index be7b7a0e46d7dbac10099dcd47914c5101d79fbc..c09c75e19427828ee19e443737e9ed111087169a 100644 (file)
@@ -36,5 +36,5 @@
 #define ToolPolyh_hxx <IntCurveSurface_ThePolyhedronToolOfHInter.hxx>
 #define Intf_InterferencePolygonPolyhedron IntCurveSurface_TheInterferenceOfHInter
 #define Intf_InterferencePolygonPolyhedron_hxx <IntCurveSurface_TheInterferenceOfHInter.hxx>
-#include <Intf_InterferencePolygonPolyhedron.gxx>
+#include "../Intf/Intf_InterferencePolygonPolyhedron.gxx"
 
index 6ea6bb6c2dd3f53b1ef2f7aa0086b1c232d258a8..b96d928ead275a12575573992f6c731c645f20b9 100644 (file)
@@ -29,5 +29,5 @@
 #define TheCurveTool_hxx <IntCurveSurface_TheHCurveTool.hxx>
 #define IntCurveSurface_Polygon IntCurveSurface_ThePolygonOfHInter
 #define IntCurveSurface_Polygon_hxx <IntCurveSurface_ThePolygonOfHInter.hxx>
-#include <IntCurveSurface_Polygon.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Polygon.gxx"
 
index 2920f1d9b89e860bf01613b42efbfb696c53e4d7..5e93504992bf119ea7a256ce09fa7c639e7324b4 100644 (file)
@@ -30,5 +30,5 @@
 #define TheBoundingBox_hxx <Bnd_Box.hxx>
 #define IntCurveSurface_PolygonTool IntCurveSurface_ThePolygonToolOfHInter
 #define IntCurveSurface_PolygonTool_hxx <IntCurveSurface_ThePolygonToolOfHInter.hxx>
-#include <IntCurveSurface_PolygonTool.gxx>
+#include "../IntCurveSurface/IntCurveSurface_PolygonTool.gxx"
 
index 6b317f49f71e2a74af2484b2d79cafd0c5dd981d..37e0579ae35d2a473b40c1a82f21c9fd8a2b5ccc 100644 (file)
@@ -30,5 +30,5 @@
 #define ThePSurfaceTool_hxx <Adaptor3d_HSurfaceTool.hxx>
 #define IntCurveSurface_Polyhedron IntCurveSurface_ThePolyhedronOfHInter
 #define IntCurveSurface_Polyhedron_hxx <IntCurveSurface_ThePolyhedronOfHInter.hxx>
-#include <IntCurveSurface_Polyhedron.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Polyhedron.gxx"
 
index d7b90965e629fc8f343f9fdd4928524523c80acc..01c2cc71cf3ce56a034f5db38276e7d131aa9956 100644 (file)
@@ -26,5 +26,5 @@
 #define ThePolyhedron_hxx <IntCurveSurface_ThePolyhedronOfHInter.hxx>
 #define IntCurveSurface_PolyhedronTool IntCurveSurface_ThePolyhedronToolOfHInter
 #define IntCurveSurface_PolyhedronTool_hxx <IntCurveSurface_ThePolyhedronToolOfHInter.hxx>
-#include <IntCurveSurface_PolyhedronTool.gxx>
+#include "../IntCurveSurface/IntCurveSurface_PolyhedronTool.gxx"
 
index 4116a056ffdd6bdd7b36667081ab12f11a5cc3d3..1a397cfdacf7c6ff9d945f3c5a9ce92ed2f86bd3 100644 (file)
@@ -35,5 +35,5 @@
 #define IntCurveSurface_TheQuadCurvFunc_hxx <IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter.hxx>
 #define IntCurveSurface_QuadricCurveExactInter IntCurveSurface_TheQuadCurvExactHInter
 #define IntCurveSurface_QuadricCurveExactInter_hxx <IntCurveSurface_TheQuadCurvExactHInter.hxx>
-#include <IntCurveSurface_QuadricCurveExactInter.gxx>
+#include "../IntCurveSurface/IntCurveSurface_QuadricCurveExactInter.gxx"
 
index 0b5add0770b5ade8c8464d16e5d5525b2a8a9ba4..575a766a0949c113208bc8333b11896a60ab6522 100644 (file)
@@ -29,5 +29,5 @@
 #define TheCurveTool_hxx <IntCurveSurface_TheHCurveTool.hxx>
 #define IntCurveSurface_QuadricCurveFunc IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter
 #define IntCurveSurface_QuadricCurveFunc_hxx <IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter.hxx>
-#include <IntCurveSurface_QuadricCurveFunc.gxx>
+#include "../IntCurveSurface/IntCurveSurface_QuadricCurveFunc.gxx"
 
index 0ed03b6d54074c5d9bc1544c1676618c07b7c24f..e0471cdf8e2ae8baeaccb3ec1ff3974ba96ee254 100644 (file)
@@ -39,5 +39,5 @@
 #define TheFunction_hxx <IntPatch_CSFunction.hxx>
 #define IntImp_IntCS IntPatch_CurvIntSurf
 #define IntImp_IntCS_hxx <IntPatch_CurvIntSurf.hxx>
-#include <IntImp_IntCS.gxx>
+#include "../IntImp/IntImp_IntCS.gxx"
 
index d2006215115e2822b21499dc902af0bafe642d72..371dfcf75e3b6ad2be8599dfb5394bd5af79166c 100644 (file)
 #include <IntPatch_GLine.hxx>
 #include <IntPatch_HInterTool.hxx>
 #include <IntPatch_ImpImpIntersection.hxx>
-#include <IntPatch_ImpImpIntersection_0.gxx>
-#include <IntPatch_ImpImpIntersection_1.gxx>
-#include <IntPatch_ImpImpIntersection_2.gxx>
-#include <IntPatch_ImpImpIntersection_3.gxx>
-#include <IntPatch_ImpImpIntersection_4.gxx>
-#include <IntPatch_ImpImpIntersection_5.gxx>
-#include <IntPatch_ImpImpIntersection_6.gxx>
+#include "../IntPatch/IntPatch_ImpImpIntersection_0.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_1.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_2.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_3.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_4.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_5.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_6.gxx"
 #include <IntPatch_Line.hxx>
 #include <IntPatch_Point.hxx>
 #include <IntPatch_RLine.hxx>
index 9a0ea40da03b849649650aa05438baf61a66cdd8..20e6be20718ba54f890782eec16a50f8d820ab3d 100644 (file)
@@ -39,5 +39,5 @@
 #define IntWalk_IWLine IntPatch_TheIWLineOfTheIWalking
 #define IntWalk_IWLine_hxx <IntPatch_TheIWLineOfTheIWalking.hxx>
 #define Handle_IntWalk_IWLine Handle(IntPatch_TheIWLineOfTheIWalking)
-#include <IntWalk_IWLine.gxx>
+#include "../IntWalk/IntWalk_IWLine.gxx"
 
index 7605adabd97146b719878f73b07a257858e25688..2475d5d45b11188d16459e20a934dab80c8af6e1 100644 (file)
@@ -54,5 +54,5 @@
 #define Handle_IntWalk_TheIWLine Handle(IntPatch_TheIWLineOfTheIWalking)
 #define IntWalk_IWalking IntPatch_TheIWalking
 #define IntWalk_IWalking_hxx <IntPatch_TheIWalking.hxx>
-#include <IntWalk_IWalking.gxx>
+#include "../IntWalk/IntWalk_IWalking.gxx"
 
index a5a9d400217322d4ae9bfb2e23ebc78a28f2b95d..5e4fbab110b53bd97a8162ab4d75209f82e1c5a0 100644 (file)
@@ -28,5 +28,5 @@
 #define TheArc_hxx <Adaptor2d_Curve2d.hxx>
 #define IntStart_PathPoint IntPatch_ThePathPointOfTheSOnBounds
 #define IntStart_PathPoint_hxx <IntPatch_ThePathPointOfTheSOnBounds.hxx>
-#include <IntStart_PathPoint.gxx>
+#include "../IntStart/IntStart_PathPoint.gxx"
 
index 8a08aa4b260432063220b2a6278101155dce2b05..88ed441a46244585bc98a510336a665986a5d4a9 100644 (file)
@@ -53,5 +53,5 @@
 #define IntStart_SequenceOfSegment_hxx <IntPatch_SequenceOfSegmentOfTheSOnBounds.hxx>
 #define IntStart_SearchOnBoundaries IntPatch_TheSOnBounds
 #define IntStart_SearchOnBoundaries_hxx <IntPatch_TheSOnBounds.hxx>
-#include <IntStart_SearchOnBoundaries.gxx>
+#include "../IntStart/IntStart_SearchOnBoundaries.gxx"
 
index 8bdac08f44bed10a54252cc50ab2e7c6b8f10737..c91496983674259e3ceb623796c26171b554116c 100644 (file)
@@ -39,5 +39,5 @@
 #define TheFunction_hxx <IntPatch_TheSurfFunction.hxx>
 #define IntStart_SearchInside IntPatch_TheSearchInside
 #define IntStart_SearchInside_hxx <IntPatch_TheSearchInside.hxx>
-#include <IntStart_SearchInside.gxx>
+#include "../IntStart/IntStart_SearchInside.gxx"
 
index 8a7c89d07044bde68a66cf1208a8f481bca77cfc..c9fa2302f0b2b53ee8ac09c11a5f736c8d9e96e5 100644 (file)
@@ -30,5 +30,5 @@
 #define ThePathPoint_hxx <IntPatch_ThePathPointOfTheSOnBounds.hxx>
 #define IntStart_Segment IntPatch_TheSegmentOfTheSOnBounds
 #define IntStart_Segment_hxx <IntPatch_TheSegmentOfTheSOnBounds.hxx>
-#include <IntStart_Segment.gxx>
+#include "../IntStart/IntStart_Segment.gxx"
 
index 06160584f616fb63b46f491347422ba733e5b678..cfd326de191943ac7c3c94f220a9ec9f77da1146 100644 (file)
@@ -37,5 +37,5 @@
 #define TheISurfaceTool_hxx <IntSurf_QuadricTool.hxx>
 #define IntImp_ZerImpFunc IntPatch_TheSurfFunction
 #define IntImp_ZerImpFunc_hxx <IntPatch_TheSurfFunction.hxx>
-#include <IntImp_ZerImpFunc.gxx>
+#include "../IntImp/IntImp_ZerImpFunc.gxx"
 
index 5f810a1fffdbdeb803d780489ef28e4e5fc812b4..b2189bc7b8734b7f674fe4fe091a0b5d23f2b2d1 100644 (file)
@@ -18,9 +18,9 @@
 
 #include <TColgp_Array1OfPnt.hxx>
 
-#include <IntWalk_IWalking_1.gxx>
-#include <IntWalk_IWalking_2.gxx>
-#include <IntWalk_IWalking_3.gxx>
-#include <IntWalk_IWalking_4.gxx>
-#include <IntWalk_IWalking_5.gxx>
-#include <IntWalk_IWalking_6.gxx>
+#include "../IntWalk/IntWalk_IWalking_1.gxx"
+#include "../IntWalk/IntWalk_IWalking_2.gxx"
+#include "../IntWalk/IntWalk_IWalking_3.gxx"
+#include "../IntWalk/IntWalk_IWalking_4.gxx"
+#include "../IntWalk/IntWalk_IWalking_5.gxx"
+#include "../IntWalk/IntWalk_IWalking_6.gxx"
index 9646f69f43d1e1729eb394cf411446bac874d6ab..0c96e895a8cab709705b3d40708205ff3381c748 100644 (file)
@@ -29,5 +29,5 @@
 #define ThePSurfaceTool_hxx <Adaptor3d_HSurfaceTool.hxx>
 #define IntImp_ZerParFunc IntWalk_TheFunctionOfTheInt2S
 #define IntImp_ZerParFunc_hxx <IntWalk_TheFunctionOfTheInt2S.hxx>
-#include <IntImp_ZerParFunc.gxx>
+#include "../IntImp/IntImp_ZerParFunc.gxx"
 
index a9e59f5dcb3d2ebd40bbfb42c7a745cb4c858ba5..f67826c24a20d2e2892ade3aedc001baddceaafe 100644 (file)
@@ -37,5 +37,5 @@
 #define IntImp_TheFunction_hxx <IntWalk_TheFunctionOfTheInt2S.hxx>
 #define IntImp_Int2S IntWalk_TheInt2S
 #define IntImp_Int2S_hxx <IntWalk_TheInt2S.hxx>
-#include <IntImp_Int2S.gxx>
+#include "../IntImp/IntImp_Int2S.gxx"
 
index ccaa03aa4d4c3e07c1e89ae1947717a76664a5ac..17cd5f453645aab3b4f3cb50a427524c8945a909 100644 (file)
@@ -40,5 +40,5 @@
 #define Handle_LibCtl_Node Handle(Interface_NodeOfGeneralLib)
 #define LibCtl_Library Interface_GeneralLib
 #define LibCtl_Library_hxx <Interface_GeneralLib.hxx>
-#include <LibCtl_Library.gxx>
+#include "../LibCtl/LibCtl_Library.gxx"
 
index f3d758b87c26b20766a421f6fb0af93e80fb16ca..5f06bba2b8b857fd45fe4945c7de74b1e881068d 100644 (file)
@@ -50,5 +50,5 @@
 #define Handle_LibCtl_Node Handle(Interface_NodeOfGeneralLib)
 #define LibCtl_Library Interface_GeneralLib
 #define LibCtl_Library_hxx <Interface_GeneralLib.hxx>
-#include <LibCtl_GlobalNode.gxx>
+#include "../LibCtl/LibCtl_GlobalNode.gxx"
 
index 38ada70de6656d602d780a53b5321ca26c968c0c..737bad41b022141cf4387b330babbe3e8630f060 100644 (file)
@@ -50,5 +50,5 @@
 #define Handle_LibCtl_Node Handle(Interface_NodeOfReaderLib)
 #define LibCtl_Library Interface_ReaderLib
 #define LibCtl_Library_hxx <Interface_ReaderLib.hxx>
-#include <LibCtl_GlobalNode.gxx>
+#include "../LibCtl/LibCtl_GlobalNode.gxx"
 
index 7c7f89420e4345ffea488fc1a6995370abb5fb2c..36151c5bb26f34f851b63cc9d7f1d4cdd6314fd9 100644 (file)
@@ -50,5 +50,5 @@
 #define Handle_LibCtl_Node Handle(Interface_NodeOfGeneralLib)
 #define LibCtl_Library Interface_GeneralLib
 #define LibCtl_Library_hxx <Interface_GeneralLib.hxx>
-#include <LibCtl_Node.gxx>
+#include "../LibCtl/LibCtl_Node.gxx"
 
index 8bbf93d360e969e818cf465747f3ae6018d67655..8272968931724107c3074f496d892d7eee02ccce 100644 (file)
@@ -50,5 +50,5 @@
 #define Handle_LibCtl_Node Handle(Interface_NodeOfReaderLib)
 #define LibCtl_Library Interface_ReaderLib
 #define LibCtl_Library_hxx <Interface_ReaderLib.hxx>
-#include <LibCtl_Node.gxx>
+#include "../LibCtl/LibCtl_Node.gxx"
 
index 3c574f21383ea4f99d798625f1173b2c1ac08cca..59db9ef2c6a58934bbb5cb575a48c4905cebcc8f 100644 (file)
@@ -40,5 +40,5 @@
 #define Handle_LibCtl_Node Handle(Interface_NodeOfReaderLib)
 #define LibCtl_Library Interface_ReaderLib
 #define LibCtl_Library_hxx <Interface_ReaderLib.hxx>
-#include <LibCtl_Library.gxx>
+#include "../LibCtl/LibCtl_Library.gxx"
 
index 53f50480f8a2d2db017de4fc6942af0aba985158..0b10323cf6cae9366f4488130c67b2f51ed4797f 100644 (file)
@@ -38,5 +38,5 @@
 #define Tool_hxx <LProp3d_CurveTool.hxx>
 #define LProp_CLProps LProp3d_CLProps
 #define LProp_CLProps_hxx <LProp3d_CLProps.hxx>
-#include <LProp_CLProps.gxx>
+#include "../LProp/LProp_CLProps.gxx"
 
index 8daf03b6dbd1ba04fbc2c83ac6de038f52fadd46..42f0ae711f0fba92ca25f09bb1edae333d019fe9 100644 (file)
@@ -32,5 +32,5 @@
 #define Tool_hxx <LProp3d_SurfaceTool.hxx>
 #define LProp_SLProps LProp3d_SLProps
 #define LProp_SLProps_hxx <LProp3d_SLProps.hxx>
-#include <LProp_SLProps.gxx>
+#include "../LProp/LProp_SLProps.gxx"
 
index 103dbc0793b3ef7e74b20a97d300fc5ffd0a332b..df82df5bfa8a2d556ad2a9f06ce9dc2248b2928c 100644 (file)
@@ -38,5 +38,5 @@
 #define MAT_TList MAT_ListOfBisector
 #define MAT_TList_hxx <MAT_ListOfBisector.hxx>
 #define Handle_MAT_TList Handle(MAT_ListOfBisector)
-#include <MAT_TList.gxx>
+#include "../MAT/MAT_TList.gxx"
 
index 759a1f907e802ceaa6b7c99efde92272538d9c7a..74286cde1e080085dacdc403801606162a9c90fa 100644 (file)
@@ -38,5 +38,5 @@
 #define MAT_TList MAT_ListOfEdge
 #define MAT_TList_hxx <MAT_ListOfEdge.hxx>
 #define Handle_MAT_TList Handle(MAT_ListOfEdge)
-#include <MAT_TList.gxx>
+#include "../MAT/MAT_TList.gxx"
 
index 8b30da4e34d6564ddf4318fdc85b49d842f41314..11d53b7785a6ba295001b5faa61d57f0c45c737a 100644 (file)
@@ -39,5 +39,5 @@
 #define MAT_TList MAT_ListOfBisector
 #define MAT_TList_hxx <MAT_ListOfBisector.hxx>
 #define Handle_MAT_TList Handle(MAT_ListOfBisector)
-#include <MAT_TListNode.gxx>
+#include "../MAT/MAT_TListNode.gxx"
 
index e813ea279454583bcf541b422e369b4348b9efa9..e80290ff257c6d96c922cc65b325952b4ae907c5 100644 (file)
@@ -39,5 +39,5 @@
 #define MAT_TList MAT_ListOfEdge
 #define MAT_TList_hxx <MAT_ListOfEdge.hxx>
 #define Handle_MAT_TList Handle(MAT_ListOfEdge)
-#include <MAT_TListNode.gxx>
+#include "../MAT/MAT_TListNode.gxx"
 
index f6f2aad36409db49828425f4aaa7de56f42cf158..2d64656f6dc7949db542b5ed64036aa46b98392f 100644 (file)
@@ -40,5 +40,5 @@
 #define Interface_Recognizer StepData_FileRecognizer
 #define Interface_Recognizer_hxx <StepData_FileRecognizer.hxx>
 #define Handle_Interface_Recognizer Handle(StepData_FileRecognizer)
-#include <Interface_Recognizer.gxx>
+#include "../Interface/Interface_Recognizer.gxx"
 
index f6d60688afb326e3a6b21af482b5e52dd3e405d7..dc0f3d11f57e222fbb00351e11584ca44cedd43c 100644 (file)
@@ -50,5 +50,5 @@
 #define Handle_LibCtl_Node Handle(StepData_NodeOfWriterLib)
 #define LibCtl_Library StepData_WriterLib
 #define LibCtl_Library_hxx <StepData_WriterLib.hxx>
-#include <LibCtl_GlobalNode.gxx>
+#include "../LibCtl/LibCtl_GlobalNode.gxx"
 
index 91139762362981d7c327dd04b60674c598495d20..9a085e12f265fd8038e7105ccbe00a98c3bb6db3 100644 (file)
@@ -50,5 +50,5 @@
 #define Handle_LibCtl_Node Handle(StepData_NodeOfWriterLib)
 #define LibCtl_Library StepData_WriterLib
 #define LibCtl_Library_hxx <StepData_WriterLib.hxx>
-#include <LibCtl_Node.gxx>
+#include "../LibCtl/LibCtl_Node.gxx"
 
index 99cb924975b42fe5ac5a715ceda7fe6468af0eb9..b1e7ea78f9c32a857da98471c3ad453eed30de6a 100644 (file)
@@ -40,5 +40,5 @@
 #define Handle_LibCtl_Node Handle(StepData_NodeOfWriterLib)
 #define LibCtl_Library StepData_WriterLib
 #define LibCtl_Library_hxx <StepData_WriterLib.hxx>
-#include <LibCtl_Library.gxx>
+#include "../LibCtl/LibCtl_Library.gxx"
 
index e287db3cbd8678d7cf0adb2a8e6259583fbb9b97..5a34de29f75c116e844443cff3eb56d9566c331e 100644 (file)
@@ -35,5 +35,5 @@
 #define IFSelect_FileModifier StepSelect_FileModifier
 #define IFSelect_FileModifier_hxx <StepSelect_FileModifier.hxx>
 #define Handle_IFSelect_FileModifier Handle(StepSelect_FileModifier)
-#include <IFSelect_FileModifier.gxx>
+#include "../IFSelect/IFSelect_FileModifier.gxx"
 
index 916472a26047b11b9c57a6858b71621944e9781a..986194e197abaaf1523b8ec3483b56fdeef4d8d8 100644 (file)
@@ -43,5 +43,5 @@
 #define IFSelect_ModelModifier StepSelect_ModelModifier
 #define IFSelect_ModelModifier_hxx <StepSelect_ModelModifier.hxx>
 #define Handle_IFSelect_ModelModifier Handle(StepSelect_ModelModifier)
-#include <IFSelect_ModelModifier.gxx>
+#include "../IFSelect/IFSelect_ModelModifier.gxx"
 
index 67bc8d1ead8b56589195d5fc9c2c79e45dfde7be..969cf9b9875e7970feacdbfc6c9091e51c1ab362 100644 (file)
@@ -24,5 +24,5 @@
 #define TheShape_hxx <Standard_Integer.hxx>
 #define TopBas_Interference TopBas_TestInterference
 #define TopBas_Interference_hxx <TopBas_TestInterference.hxx>
-#include <TopBas_Interference.gxx>
+#include "../TopBas/TopBas_Interference.gxx"