diff --git a/adm/cmake/occt_macros.cmake b/adm/cmake/occt_macros.cmake index 3d78b6f2d5..85ec5fbd69 100644 --- a/adm/cmake/occt_macros.cmake +++ b/adm/cmake/occt_macros.cmake @@ -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() diff --git a/adm/cmake/occt_toolkit.cmake b/adm/cmake/occt_toolkit.cmake index 60032361e1..3f601ef6b1 100644 --- a/adm/cmake/occt_toolkit.cmake +++ b/adm/cmake/occt_toolkit.cmake @@ -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)") diff --git a/adm/qmake/OccToolkit.pri b/adm/qmake/OccToolkit.pri index 3f18edb1cf..75d976231d 100644 --- a/adm/qmake/OccToolkit.pri +++ b/adm/qmake/OccToolkit.pri @@ -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)$ } diff --git a/src/AppDef/AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute_0.cxx b/src/AppDef/AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute_0.cxx index e32940dc4e..9013a3d114 100644 --- a/src/AppDef/AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute_0.cxx +++ b/src/AppDef/AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute_0.cxx @@ -36,5 +36,5 @@ #define AppParCurves_BSpGradient_BFGS_hxx #define AppParCurves_BSpGradient AppDef_MyBSplGradientOfBSplineCompute #define AppParCurves_BSpGradient_hxx -#include +#include "../AppParCurves/AppParCurves_BSpGradient_BFGS.gxx" diff --git a/src/AppDef/AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute_0.cxx b/src/AppDef/AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute_0.cxx index 453fc74e8f..273f5554f0 100644 --- a/src/AppDef/AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute_0.cxx +++ b/src/AppDef/AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute_0.cxx @@ -31,5 +31,5 @@ #define Squares_hxx #define AppParCurves_BSpFunction AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute #define AppParCurves_BSpFunction_hxx -#include +#include "../AppParCurves/AppParCurves_BSpFunction.gxx" diff --git a/src/AppDef/AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute_0.cxx b/src/AppDef/AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute_0.cxx index c38078dcaf..a4592e7be3 100644 --- a/src/AppDef/AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute_0.cxx +++ b/src/AppDef/AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute_0.cxx @@ -33,5 +33,5 @@ #define ToolLine_hxx #define AppParCurves_LeastSquare AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute #define AppParCurves_LeastSquare_hxx -#include +#include "../AppParCurves/AppParCurves_LeastSquare.gxx" diff --git a/src/AppDef/AppDef_BSplineCompute_0.cxx b/src/AppDef/AppDef_BSplineCompute_0.cxx index 503991db2f..ba152fb0f2 100644 --- a/src/AppDef/AppDef_BSplineCompute_0.cxx +++ b/src/AppDef/AppDef_BSplineCompute_0.cxx @@ -69,5 +69,5 @@ #define Approx_Gradient_BFGSOfMyGradientbis_hxx #define Approx_BSplComputeLine AppDef_BSplineCompute #define Approx_BSplComputeLine_hxx -#include +#include "../Approx/Approx_BSplComputeLine.gxx" diff --git a/src/AppDef/AppDef_Compute_0.cxx b/src/AppDef/AppDef_Compute_0.cxx index 2ed50bbc2d..e26b6842f1 100644 --- a/src/AppDef/AppDef_Compute_0.cxx +++ b/src/AppDef/AppDef_Compute_0.cxx @@ -51,5 +51,5 @@ #define Approx_Gradient_BFGSOfMyGradient_hxx #define Approx_ComputeLine AppDef_Compute #define Approx_ComputeLine_hxx -#include +#include "../Approx/Approx_ComputeLine.gxx" diff --git a/src/AppDef/AppDef_Gradient_BFGSOfMyGradientOfCompute_0.cxx b/src/AppDef/AppDef_Gradient_BFGSOfMyGradientOfCompute_0.cxx index 18e63b77b1..b0f51b0c15 100644 --- a/src/AppDef/AppDef_Gradient_BFGSOfMyGradientOfCompute_0.cxx +++ b/src/AppDef/AppDef_Gradient_BFGSOfMyGradientOfCompute_0.cxx @@ -39,5 +39,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient AppDef_MyGradientOfCompute #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx" diff --git a/src/AppDef/AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute_0.cxx b/src/AppDef/AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute_0.cxx index 0cdf67f51c..56edd2c9b7 100644 --- a/src/AppDef/AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute_0.cxx +++ b/src/AppDef/AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute_0.cxx @@ -39,5 +39,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient AppDef_MyGradientbisOfBSplineCompute #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx" diff --git a/src/AppDef/AppDef_Gradient_BFGSOfTheGradient_0.cxx b/src/AppDef/AppDef_Gradient_BFGSOfTheGradient_0.cxx index 6ea918159e..8688514497 100644 --- a/src/AppDef/AppDef_Gradient_BFGSOfTheGradient_0.cxx +++ b/src/AppDef/AppDef_Gradient_BFGSOfTheGradient_0.cxx @@ -39,5 +39,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient AppDef_TheGradient #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx" diff --git a/src/AppDef/AppDef_MyBSplGradientOfBSplineCompute_0.cxx b/src/AppDef/AppDef_MyBSplGradientOfBSplineCompute_0.cxx index 25f34074e5..1842a13b96 100644 --- a/src/AppDef/AppDef_MyBSplGradientOfBSplineCompute_0.cxx +++ b/src/AppDef/AppDef_MyBSplGradientOfBSplineCompute_0.cxx @@ -38,5 +38,5 @@ #define AppParCurves_BSpGradient_BFGS_hxx #define AppParCurves_BSpGradient AppDef_MyBSplGradientOfBSplineCompute #define AppParCurves_BSpGradient_hxx -#include +#include "../AppParCurves/AppParCurves_BSpGradient.gxx" diff --git a/src/AppDef/AppDef_MyGradientOfCompute_0.cxx b/src/AppDef/AppDef_MyGradientOfCompute_0.cxx index cc0c08ed6e..cc40cd8268 100644 --- a/src/AppDef/AppDef_MyGradientOfCompute_0.cxx +++ b/src/AppDef/AppDef_MyGradientOfCompute_0.cxx @@ -41,5 +41,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient AppDef_MyGradientOfCompute #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient.gxx" diff --git a/src/AppDef/AppDef_MyGradientbisOfBSplineCompute_0.cxx b/src/AppDef/AppDef_MyGradientbisOfBSplineCompute_0.cxx index a23a696a8a..94064eb41a 100644 --- a/src/AppDef/AppDef_MyGradientbisOfBSplineCompute_0.cxx +++ b/src/AppDef/AppDef_MyGradientbisOfBSplineCompute_0.cxx @@ -41,5 +41,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient AppDef_MyGradientbisOfBSplineCompute #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient.gxx" diff --git a/src/AppDef/AppDef_ParFunctionOfMyGradientOfCompute_0.cxx b/src/AppDef/AppDef_ParFunctionOfMyGradientOfCompute_0.cxx index 32c7a21e1f..43c7340576 100644 --- a/src/AppDef/AppDef_ParFunctionOfMyGradientOfCompute_0.cxx +++ b/src/AppDef/AppDef_ParFunctionOfMyGradientOfCompute_0.cxx @@ -33,5 +33,5 @@ #define ResolCons_hxx #define AppParCurves_Function AppDef_ParFunctionOfMyGradientOfCompute #define AppParCurves_Function_hxx -#include +#include "../AppParCurves/AppParCurves_Function.gxx" diff --git a/src/AppDef/AppDef_ParFunctionOfMyGradientbisOfBSplineCompute_0.cxx b/src/AppDef/AppDef_ParFunctionOfMyGradientbisOfBSplineCompute_0.cxx index 41d34d82f1..fa586dd541 100644 --- a/src/AppDef/AppDef_ParFunctionOfMyGradientbisOfBSplineCompute_0.cxx +++ b/src/AppDef/AppDef_ParFunctionOfMyGradientbisOfBSplineCompute_0.cxx @@ -33,5 +33,5 @@ #define ResolCons_hxx #define AppParCurves_Function AppDef_ParFunctionOfMyGradientbisOfBSplineCompute #define AppParCurves_Function_hxx -#include +#include "../AppParCurves/AppParCurves_Function.gxx" diff --git a/src/AppDef/AppDef_ParFunctionOfTheGradient_0.cxx b/src/AppDef/AppDef_ParFunctionOfTheGradient_0.cxx index c063452277..5e347025a7 100644 --- a/src/AppDef/AppDef_ParFunctionOfTheGradient_0.cxx +++ b/src/AppDef/AppDef_ParFunctionOfTheGradient_0.cxx @@ -33,5 +33,5 @@ #define ResolCons_hxx #define AppParCurves_Function AppDef_ParFunctionOfTheGradient #define AppParCurves_Function_hxx -#include +#include "../AppParCurves/AppParCurves_Function.gxx" diff --git a/src/AppDef/AppDef_ParLeastSquareOfMyGradientOfCompute_0.cxx b/src/AppDef/AppDef_ParLeastSquareOfMyGradientOfCompute_0.cxx index 88f9208c5d..36028bf93c 100644 --- a/src/AppDef/AppDef_ParLeastSquareOfMyGradientOfCompute_0.cxx +++ b/src/AppDef/AppDef_ParLeastSquareOfMyGradientOfCompute_0.cxx @@ -33,5 +33,5 @@ #define ToolLine_hxx #define AppParCurves_LeastSquare AppDef_ParLeastSquareOfMyGradientOfCompute #define AppParCurves_LeastSquare_hxx -#include +#include "../AppParCurves/AppParCurves_LeastSquare.gxx" diff --git a/src/AppDef/AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute_0.cxx b/src/AppDef/AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute_0.cxx index fa4b9a8dc0..76e71aced0 100644 --- a/src/AppDef/AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute_0.cxx +++ b/src/AppDef/AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute_0.cxx @@ -33,5 +33,5 @@ #define ToolLine_hxx #define AppParCurves_LeastSquare AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute #define AppParCurves_LeastSquare_hxx -#include +#include "../AppParCurves/AppParCurves_LeastSquare.gxx" diff --git a/src/AppDef/AppDef_ParLeastSquareOfTheGradient_0.cxx b/src/AppDef/AppDef_ParLeastSquareOfTheGradient_0.cxx index f634d57566..57737d2ba7 100644 --- a/src/AppDef/AppDef_ParLeastSquareOfTheGradient_0.cxx +++ b/src/AppDef/AppDef_ParLeastSquareOfTheGradient_0.cxx @@ -33,5 +33,5 @@ #define ToolLine_hxx #define AppParCurves_LeastSquare AppDef_ParLeastSquareOfTheGradient #define AppParCurves_LeastSquare_hxx -#include +#include "../AppParCurves/AppParCurves_LeastSquare.gxx" diff --git a/src/AppDef/AppDef_ResConstraintOfMyGradientOfCompute_0.cxx b/src/AppDef/AppDef_ResConstraintOfMyGradientOfCompute_0.cxx index 8d6f405167..f6ced2315c 100644 --- a/src/AppDef/AppDef_ResConstraintOfMyGradientOfCompute_0.cxx +++ b/src/AppDef/AppDef_ResConstraintOfMyGradientOfCompute_0.cxx @@ -29,5 +29,5 @@ #define ToolLine_hxx #define AppParCurves_ResolConstraint AppDef_ResConstraintOfMyGradientOfCompute #define AppParCurves_ResolConstraint_hxx -#include +#include "../AppParCurves/AppParCurves_ResolConstraint.gxx" diff --git a/src/AppDef/AppDef_ResConstraintOfMyGradientbisOfBSplineCompute_0.cxx b/src/AppDef/AppDef_ResConstraintOfMyGradientbisOfBSplineCompute_0.cxx index 7f924b3db2..ccf7b076e3 100644 --- a/src/AppDef/AppDef_ResConstraintOfMyGradientbisOfBSplineCompute_0.cxx +++ b/src/AppDef/AppDef_ResConstraintOfMyGradientbisOfBSplineCompute_0.cxx @@ -29,5 +29,5 @@ #define ToolLine_hxx #define AppParCurves_ResolConstraint AppDef_ResConstraintOfMyGradientbisOfBSplineCompute #define AppParCurves_ResolConstraint_hxx -#include +#include "../AppParCurves/AppParCurves_ResolConstraint.gxx" diff --git a/src/AppDef/AppDef_ResConstraintOfTheGradient_0.cxx b/src/AppDef/AppDef_ResConstraintOfTheGradient_0.cxx index dbb3cce6f2..520ecac28b 100644 --- a/src/AppDef/AppDef_ResConstraintOfTheGradient_0.cxx +++ b/src/AppDef/AppDef_ResConstraintOfTheGradient_0.cxx @@ -29,5 +29,5 @@ #define ToolLine_hxx #define AppParCurves_ResolConstraint AppDef_ResConstraintOfTheGradient #define AppParCurves_ResolConstraint_hxx -#include +#include "../AppParCurves/AppParCurves_ResolConstraint.gxx" diff --git a/src/AppDef/AppDef_TheFunction_0.cxx b/src/AppDef/AppDef_TheFunction_0.cxx index 0b3e01f3ee..1f52df93a2 100644 --- a/src/AppDef/AppDef_TheFunction_0.cxx +++ b/src/AppDef/AppDef_TheFunction_0.cxx @@ -33,5 +33,5 @@ #define ResolCons_hxx #define AppParCurves_Function AppDef_TheFunction #define AppParCurves_Function_hxx -#include +#include "../AppParCurves/AppParCurves_Function.gxx" diff --git a/src/AppDef/AppDef_TheGradient_0.cxx b/src/AppDef/AppDef_TheGradient_0.cxx index af80e8f5b8..f56fecd66e 100644 --- a/src/AppDef/AppDef_TheGradient_0.cxx +++ b/src/AppDef/AppDef_TheGradient_0.cxx @@ -41,5 +41,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient AppDef_TheGradient #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient.gxx" diff --git a/src/AppDef/AppDef_TheLeastSquares_0.cxx b/src/AppDef/AppDef_TheLeastSquares_0.cxx index c9aa92c491..eda0fa7dbe 100644 --- a/src/AppDef/AppDef_TheLeastSquares_0.cxx +++ b/src/AppDef/AppDef_TheLeastSquares_0.cxx @@ -33,5 +33,5 @@ #define ToolLine_hxx #define AppParCurves_LeastSquare AppDef_TheLeastSquares #define AppParCurves_LeastSquare_hxx -#include +#include "../AppParCurves/AppParCurves_LeastSquare.gxx" diff --git a/src/AppDef/AppDef_TheResol_0.cxx b/src/AppDef/AppDef_TheResol_0.cxx index 8b9ba45854..58e671e8bd 100644 --- a/src/AppDef/AppDef_TheResol_0.cxx +++ b/src/AppDef/AppDef_TheResol_0.cxx @@ -29,5 +29,5 @@ #define ToolLine_hxx #define AppParCurves_ResolConstraint AppDef_TheResol #define AppParCurves_ResolConstraint_hxx -#include +#include "../AppParCurves/AppParCurves_ResolConstraint.gxx" diff --git a/src/Approx/Approx_FitAndDivide2d_0.cxx b/src/Approx/Approx_FitAndDivide2d_0.cxx index 4cdf460414..bb6cd9bef6 100644 --- a/src/Approx/Approx_FitAndDivide2d_0.cxx +++ b/src/Approx/Approx_FitAndDivide2d_0.cxx @@ -23,5 +23,5 @@ #define MultiLine_hxx #define Approx_ComputeCLine Approx_FitAndDivide2d #define Approx_ComputeCLine_hxx -#include +#include "../Approx/Approx_ComputeCLine.gxx" diff --git a/src/Approx/Approx_FitAndDivide_0.cxx b/src/Approx/Approx_FitAndDivide_0.cxx index 4c2b4eb2fe..a22b577dca 100644 --- a/src/Approx/Approx_FitAndDivide_0.cxx +++ b/src/Approx/Approx_FitAndDivide_0.cxx @@ -23,5 +23,5 @@ #define MultiLine_hxx #define Approx_ComputeCLine Approx_FitAndDivide #define Approx_ComputeCLine_hxx -#include +#include "../Approx/Approx_ComputeCLine.gxx" diff --git a/src/BRepApprox/BRepApprox_Approx_0.cxx b/src/BRepApprox/BRepApprox_Approx_0.cxx index 84a7ba36ca..d1e5cdf4ba 100644 --- a/src/BRepApprox/BRepApprox_Approx_0.cxx +++ b/src/BRepApprox/BRepApprox_Approx_0.cxx @@ -82,5 +82,5 @@ #define ApproxInt_MyGradientOfTheComputeLineBezier_hxx #define ApproxInt_Approx BRepApprox_Approx #define ApproxInt_Approx_hxx -#include +#include "../ApproxInt/ApproxInt_Approx.gxx" diff --git a/src/BRepApprox/BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx b/src/BRepApprox/BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx index 2d285efaef..092158c6f9 100644 --- a/src/BRepApprox/BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx @@ -36,5 +36,5 @@ #define AppParCurves_BSpGradient_BFGS_hxx #define AppParCurves_BSpGradient BRepApprox_MyBSplGradientOfTheComputeLineOfApprox #define AppParCurves_BSpGradient_hxx -#include +#include "../AppParCurves/AppParCurves_BSpGradient_BFGS.gxx" diff --git a/src/BRepApprox/BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx b/src/BRepApprox/BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx index d1a5f933a9..e2bf919662 100644 --- a/src/BRepApprox/BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx @@ -31,5 +31,5 @@ #define Squares_hxx #define AppParCurves_BSpFunction BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox #define AppParCurves_BSpFunction_hxx -#include +#include "../AppParCurves/AppParCurves_BSpFunction.gxx" diff --git a/src/BRepApprox/BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx b/src/BRepApprox/BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx index 62195ff65e..a910a6d03b 100644 --- a/src/BRepApprox/BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox_0.cxx @@ -33,5 +33,5 @@ #define ToolLine_hxx #define AppParCurves_LeastSquare BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox #define AppParCurves_LeastSquare_hxx -#include +#include "../AppParCurves/AppParCurves_LeastSquare.gxx" diff --git a/src/BRepApprox/BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx b/src/BRepApprox/BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx index 0ee2ff660e..a364a1830c 100644 --- a/src/BRepApprox/BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx @@ -39,5 +39,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient BRepApprox_MyGradientOfTheComputeLineBezierOfApprox #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx" diff --git a/src/BRepApprox/BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox_0.cxx b/src/BRepApprox/BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox_0.cxx index a0c3cd7610..3bd72bcb45 100644 --- a/src/BRepApprox/BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox_0.cxx @@ -39,5 +39,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient BRepApprox_MyGradientbisOfTheComputeLineOfApprox #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx" diff --git a/src/BRepApprox/BRepApprox_MyBSplGradientOfTheComputeLineOfApprox_0.cxx b/src/BRepApprox/BRepApprox_MyBSplGradientOfTheComputeLineOfApprox_0.cxx index e8f1430ae3..0a21cda4cf 100644 --- a/src/BRepApprox/BRepApprox_MyBSplGradientOfTheComputeLineOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_MyBSplGradientOfTheComputeLineOfApprox_0.cxx @@ -38,5 +38,5 @@ #define AppParCurves_BSpGradient_BFGS_hxx #define AppParCurves_BSpGradient BRepApprox_MyBSplGradientOfTheComputeLineOfApprox #define AppParCurves_BSpGradient_hxx -#include +#include "../AppParCurves/AppParCurves_BSpGradient.gxx" diff --git a/src/BRepApprox/BRepApprox_MyGradientOfTheComputeLineBezierOfApprox_0.cxx b/src/BRepApprox/BRepApprox_MyGradientOfTheComputeLineBezierOfApprox_0.cxx index 5b0b9d9d92..224d9f73ce 100644 --- a/src/BRepApprox/BRepApprox_MyGradientOfTheComputeLineBezierOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_MyGradientOfTheComputeLineBezierOfApprox_0.cxx @@ -41,5 +41,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient BRepApprox_MyGradientOfTheComputeLineBezierOfApprox #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient.gxx" diff --git a/src/BRepApprox/BRepApprox_MyGradientbisOfTheComputeLineOfApprox_0.cxx b/src/BRepApprox/BRepApprox_MyGradientbisOfTheComputeLineOfApprox_0.cxx index 49a9390be9..7c3be4dd64 100644 --- a/src/BRepApprox/BRepApprox_MyGradientbisOfTheComputeLineOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_MyGradientbisOfTheComputeLineOfApprox_0.cxx @@ -41,5 +41,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient BRepApprox_MyGradientbisOfTheComputeLineOfApprox #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient.gxx" diff --git a/src/BRepApprox/BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx b/src/BRepApprox/BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx index 0f6117160e..b82a2ef001 100644 --- a/src/BRepApprox/BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx @@ -33,5 +33,5 @@ #define ResolCons_hxx #define AppParCurves_Function BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox #define AppParCurves_Function_hxx -#include +#include "../AppParCurves/AppParCurves_Function.gxx" diff --git a/src/BRepApprox/BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox_0.cxx b/src/BRepApprox/BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox_0.cxx index 51c8f737d3..dd782ba31d 100644 --- a/src/BRepApprox/BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox_0.cxx @@ -33,5 +33,5 @@ #define ResolCons_hxx #define AppParCurves_Function BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox #define AppParCurves_Function_hxx -#include +#include "../AppParCurves/AppParCurves_Function.gxx" diff --git a/src/BRepApprox/BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx b/src/BRepApprox/BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx index c24e508165..94a03bfdd3 100644 --- a/src/BRepApprox/BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx @@ -33,5 +33,5 @@ #define ToolLine_hxx #define AppParCurves_LeastSquare BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox #define AppParCurves_LeastSquare_hxx -#include +#include "../AppParCurves/AppParCurves_LeastSquare.gxx" diff --git a/src/BRepApprox/BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox_0.cxx b/src/BRepApprox/BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox_0.cxx index 49ad7805cf..53c3779010 100644 --- a/src/BRepApprox/BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox_0.cxx @@ -33,5 +33,5 @@ #define ToolLine_hxx #define AppParCurves_LeastSquare BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox #define AppParCurves_LeastSquare_hxx -#include +#include "../AppParCurves/AppParCurves_LeastSquare.gxx" diff --git a/src/BRepApprox/BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx b/src/BRepApprox/BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx index 382f8612dd..928116ea90 100644 --- a/src/BRepApprox/BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox_0.cxx @@ -29,5 +29,5 @@ #define ToolLine_hxx #define AppParCurves_ResolConstraint BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox #define AppParCurves_ResolConstraint_hxx -#include +#include "../AppParCurves/AppParCurves_ResolConstraint.gxx" diff --git a/src/BRepApprox/BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox_0.cxx b/src/BRepApprox/BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox_0.cxx index 2696f6494b..8a3c35b527 100644 --- a/src/BRepApprox/BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox_0.cxx @@ -29,5 +29,5 @@ #define ToolLine_hxx #define AppParCurves_ResolConstraint BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox #define AppParCurves_ResolConstraint_hxx -#include +#include "../AppParCurves/AppParCurves_ResolConstraint.gxx" diff --git a/src/BRepApprox/BRepApprox_TheComputeLineBezierOfApprox_0.cxx b/src/BRepApprox/BRepApprox_TheComputeLineBezierOfApprox_0.cxx index 5d97c88184..eb45585e60 100644 --- a/src/BRepApprox/BRepApprox_TheComputeLineBezierOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_TheComputeLineBezierOfApprox_0.cxx @@ -51,5 +51,5 @@ #define Approx_Gradient_BFGSOfMyGradient_hxx #define Approx_ComputeLine BRepApprox_TheComputeLineBezierOfApprox #define Approx_ComputeLine_hxx -#include +#include "../Approx/Approx_ComputeLine.gxx" diff --git a/src/BRepApprox/BRepApprox_TheComputeLineOfApprox_0.cxx b/src/BRepApprox/BRepApprox_TheComputeLineOfApprox_0.cxx index 3252bd9c2c..50272c3d62 100644 --- a/src/BRepApprox/BRepApprox_TheComputeLineOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_TheComputeLineOfApprox_0.cxx @@ -69,5 +69,5 @@ #define Approx_Gradient_BFGSOfMyGradientbis_hxx #define Approx_BSplComputeLine BRepApprox_TheComputeLineOfApprox #define Approx_BSplComputeLine_hxx -#include +#include "../Approx/Approx_BSplComputeLine.gxx" diff --git a/src/BRepApprox/BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox_0.cxx b/src/BRepApprox/BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox_0.cxx index 6d28e71f90..d0bf186da9 100644 --- a/src/BRepApprox/BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox_0.cxx @@ -29,5 +29,5 @@ #define ThePSurfaceTool_hxx #define IntImp_ZerParFunc BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox #define IntImp_ZerParFunc_hxx -#include +#include "../IntImp/IntImp_ZerParFunc.gxx" diff --git a/src/BRepApprox/BRepApprox_TheImpPrmSvSurfacesOfApprox_0.cxx b/src/BRepApprox/BRepApprox_TheImpPrmSvSurfacesOfApprox_0.cxx index b1c7bfe43e..acdbc26a07 100644 --- a/src/BRepApprox/BRepApprox_TheImpPrmSvSurfacesOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_TheImpPrmSvSurfacesOfApprox_0.cxx @@ -42,5 +42,5 @@ #define ApproxInt_TheZerImpFunc_hxx #define ApproxInt_ImpPrmSvSurfaces BRepApprox_TheImpPrmSvSurfacesOfApprox #define ApproxInt_ImpPrmSvSurfaces_hxx -#include +#include "../ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx" diff --git a/src/BRepApprox/BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox_0.cxx b/src/BRepApprox/BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox_0.cxx index af92d6c290..124b9302db 100644 --- a/src/BRepApprox/BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox_0.cxx @@ -37,5 +37,5 @@ #define IntImp_TheFunction_hxx #define IntImp_Int2S BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox #define IntImp_Int2S_hxx -#include +#include "../IntImp/IntImp_Int2S.gxx" diff --git a/src/BRepApprox/BRepApprox_TheMultiLineOfApprox_0.cxx b/src/BRepApprox/BRepApprox_TheMultiLineOfApprox_0.cxx index 94e975c8ab..6031ad1ed7 100644 --- a/src/BRepApprox/BRepApprox_TheMultiLineOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_TheMultiLineOfApprox_0.cxx @@ -27,5 +27,5 @@ #define TheSvSurfaces_hxx #define ApproxInt_MultiLine BRepApprox_TheMultiLineOfApprox #define ApproxInt_MultiLine_hxx -#include +#include "../ApproxInt/ApproxInt_MultiLine.gxx" diff --git a/src/BRepApprox/BRepApprox_ThePrmPrmSvSurfacesOfApprox_0.cxx b/src/BRepApprox/BRepApprox_ThePrmPrmSvSurfacesOfApprox_0.cxx index f9ede77dfe..6b983d9c35 100644 --- a/src/BRepApprox/BRepApprox_ThePrmPrmSvSurfacesOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_ThePrmPrmSvSurfacesOfApprox_0.cxx @@ -41,5 +41,5 @@ #define ApproxInt_TheFunctionOfTheInt2S_hxx #define ApproxInt_PrmPrmSvSurfaces BRepApprox_ThePrmPrmSvSurfacesOfApprox #define ApproxInt_PrmPrmSvSurfaces_hxx -#include +#include "../ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx" diff --git a/src/BRepApprox/BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox_0.cxx b/src/BRepApprox/BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox_0.cxx index bb9127908c..0f03b6aae9 100644 --- a/src/BRepApprox/BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox_0.cxx +++ b/src/BRepApprox/BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox_0.cxx @@ -37,5 +37,5 @@ #define TheISurfaceTool_hxx #define IntImp_ZerImpFunc BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox #define IntImp_ZerImpFunc_hxx -#include +#include "../IntImp/IntImp_ZerImpFunc.gxx" diff --git a/src/BRepBlend/BRepBlend_AppSurf_0.cxx b/src/BRepBlend/BRepBlend_AppSurf_0.cxx index 04604330e6..d5ee576d64 100644 --- a/src/BRepBlend/BRepBlend_AppSurf_0.cxx +++ b/src/BRepBlend/BRepBlend_AppSurf_0.cxx @@ -30,5 +30,5 @@ #define TheLine_hxx #define AppBlend_AppSurf BRepBlend_AppSurf #define AppBlend_AppSurf_hxx -#include +#include "../AppBlend/AppBlend_AppSurf.gxx" diff --git a/src/BRepBlend/BRepBlend_CSWalking_0.cxx b/src/BRepBlend/BRepBlend_CSWalking_0.cxx index 7ab7c9d844..e93384e79c 100644 --- a/src/BRepBlend/BRepBlend_CSWalking_0.cxx +++ b/src/BRepBlend/BRepBlend_CSWalking_0.cxx @@ -69,5 +69,5 @@ #define TheLine_hxx #define Blend_CSWalking BRepBlend_CSWalking #define Blend_CSWalking_hxx -#include +#include "../Blend/Blend_CSWalking.gxx" diff --git a/src/BRepBlend/BRepBlend_Walking_0.cxx b/src/BRepBlend/BRepBlend_Walking_0.cxx index 5387bfc79b..9f4b7ff80a 100644 --- a/src/BRepBlend/BRepBlend_Walking_0.cxx +++ b/src/BRepBlend/BRepBlend_Walking_0.cxx @@ -70,5 +70,5 @@ #define TheLine_hxx #define Blend_Walking BRepBlend_Walking #define Blend_Walking_hxx -#include +#include "../Blend/Blend_Walking.gxx" diff --git a/src/BRepClass/BRepClass_FClass2dOfFClassifier_0.cxx b/src/BRepClass/BRepClass_FClass2dOfFClassifier_0.cxx index d31e4266bb..e5432d1de4 100644 --- a/src/BRepClass/BRepClass_FClass2dOfFClassifier_0.cxx +++ b/src/BRepClass/BRepClass_FClass2dOfFClassifier_0.cxx @@ -28,5 +28,5 @@ #define TheIntersector_hxx #define TopClass_Classifier2d BRepClass_FClass2dOfFClassifier #define TopClass_Classifier2d_hxx -#include +#include "../TopClass/TopClass_Classifier2d.gxx" diff --git a/src/BRepClass/BRepClass_FClassifier_0.cxx b/src/BRepClass/BRepClass_FClassifier_0.cxx index fed7a7bfd9..fa49c48289 100644 --- a/src/BRepClass/BRepClass_FClassifier_0.cxx +++ b/src/BRepClass/BRepClass_FClassifier_0.cxx @@ -34,5 +34,5 @@ #define TopClass_FClass2d_hxx #define TopClass_FaceClassifier BRepClass_FClassifier #define TopClass_FaceClassifier_hxx -#include +#include "../TopClass/TopClass_FaceClassifier.gxx" diff --git a/src/BRepClass/BRepClass_FacePassiveClassifier_0.cxx b/src/BRepClass/BRepClass_FacePassiveClassifier_0.cxx index 5e18e2b1c2..936dcb3965 100644 --- a/src/BRepClass/BRepClass_FacePassiveClassifier_0.cxx +++ b/src/BRepClass/BRepClass_FacePassiveClassifier_0.cxx @@ -28,5 +28,5 @@ #define TheIntersector_hxx #define TopClass_Classifier2d BRepClass_FacePassiveClassifier #define TopClass_Classifier2d_hxx -#include +#include "../TopClass/TopClass_Classifier2d.gxx" diff --git a/src/BRepClass3d/BRepClass3d_SolidPassiveClassifier_0.cxx b/src/BRepClass3d/BRepClass3d_SolidPassiveClassifier_0.cxx index 76f0849d53..03d1af950a 100644 --- a/src/BRepClass3d/BRepClass3d_SolidPassiveClassifier_0.cxx +++ b/src/BRepClass3d/BRepClass3d_SolidPassiveClassifier_0.cxx @@ -26,5 +26,5 @@ #define TheIntersector_hxx #define TopClass_Classifier3d BRepClass3d_SolidPassiveClassifier #define TopClass_Classifier3d_hxx -#include +#include "../TopClass/TopClass_Classifier3d.gxx" diff --git a/src/BRepFill/BRepFill_ComputeCLine_0.cxx b/src/BRepFill/BRepFill_ComputeCLine_0.cxx index 5609baa529..730d85d902 100644 --- a/src/BRepFill/BRepFill_ComputeCLine_0.cxx +++ b/src/BRepFill/BRepFill_ComputeCLine_0.cxx @@ -23,5 +23,5 @@ #define MultiLine_hxx #define Approx_ComputeCLine BRepFill_ComputeCLine #define Approx_ComputeCLine_hxx -#include +#include "../Approx/Approx_ComputeCLine.gxx" diff --git a/src/BRepLProp/BRepLProp_CLProps_0.cxx b/src/BRepLProp/BRepLProp_CLProps_0.cxx index b1e738b9bc..3d20d03298 100644 --- a/src/BRepLProp/BRepLProp_CLProps_0.cxx +++ b/src/BRepLProp/BRepLProp_CLProps_0.cxx @@ -39,5 +39,5 @@ #define Tool_hxx #define LProp_CLProps BRepLProp_CLProps #define LProp_CLProps_hxx -#include +#include "../LProp/LProp_CLProps.gxx" diff --git a/src/BRepLProp/BRepLProp_SLProps_0.cxx b/src/BRepLProp/BRepLProp_SLProps_0.cxx index d3c87b35a2..8b2f12d846 100644 --- a/src/BRepLProp/BRepLProp_SLProps_0.cxx +++ b/src/BRepLProp/BRepLProp_SLProps_0.cxx @@ -33,5 +33,5 @@ #define Tool_hxx #define LProp_SLProps BRepLProp_SLProps #define LProp_SLProps_hxx -#include +#include "../LProp/LProp_SLProps.gxx" diff --git a/src/BSplCLib/BSplCLib_1.cxx b/src/BSplCLib/BSplCLib_1.cxx index f940604cc8..a6ffc1ab69 100644 --- a/src/BSplCLib/BSplCLib_1.cxx +++ b/src/BSplCLib/BSplCLib_1.cxx @@ -48,4 +48,4 @@ #define BSplCLib_DataContainer BSplCLib_DataContainer_2d -#include +#include "../BSplCLib/BSplCLib_CurveComputation.gxx" diff --git a/src/BSplCLib/BSplCLib_3.cxx b/src/BSplCLib/BSplCLib_3.cxx index 70483ac3ae..236aa52173 100644 --- a/src/BSplCLib/BSplCLib_3.cxx +++ b/src/BSplCLib/BSplCLib_3.cxx @@ -59,4 +59,4 @@ #define BSplCLib_DataContainer BSplCLib_DataContainer_3d -#include +#include "../BSplCLib/BSplCLib_CurveComputation.gxx" diff --git a/src/Blend/Blend_CSWalking.gxx b/src/Blend/Blend_CSWalking.gxx index 812cfbc382..f4fa7ab9a3 100644 --- a/src/Blend/Blend_CSWalking.gxx +++ b/src/Blend/Blend_CSWalking.gxx @@ -71,7 +71,7 @@ static void Drawsect(const TheSurface& surf, #endif -#include -#include -#include -#include +#include "../Blend/Blend_CSWalking_1.gxx" +#include "../Blend/Blend_CSWalking_2.gxx" +#include "../Blend/Blend_CSWalking_3.gxx" +#include "../Blend/Blend_CSWalking_4.gxx" diff --git a/src/Blend/Blend_Walking.gxx b/src/Blend/Blend_Walking.gxx index d2113e2beb..e3b59ad8f1 100644 --- a/src/Blend/Blend_Walking.gxx +++ b/src/Blend/Blend_Walking.gxx @@ -99,10 +99,10 @@ static void Drawsect(const TheSurface& surf1, } #endif -#include -#include -#include -#include +#include "../Blend/Blend_Walking_1.gxx" +#include "../Blend/Blend_Walking_2.gxx" +#include "../Blend/Blend_Walking_3.gxx" +#include "../Blend/Blend_Walking_4.gxx" diff --git a/src/Bnd/Bnd_B2d_0.cxx b/src/Bnd/Bnd_B2d_0.cxx index cd1b443e9d..1fb97f9257 100644 --- a/src/Bnd/Bnd_B2d_0.cxx +++ b/src/Bnd/Bnd_B2d_0.cxx @@ -26,5 +26,5 @@ #define RealType_hxx #define Bnd_B2x Bnd_B2d #define Bnd_B2x_hxx -#include +#include "../Bnd/Bnd_B2x.gxx" diff --git a/src/Bnd/Bnd_B2f_0.cxx b/src/Bnd/Bnd_B2f_0.cxx index 6383339c67..f7866af6f2 100644 --- a/src/Bnd/Bnd_B2f_0.cxx +++ b/src/Bnd/Bnd_B2f_0.cxx @@ -26,5 +26,5 @@ #define RealType_hxx #define Bnd_B2x Bnd_B2f #define Bnd_B2x_hxx -#include +#include "../Bnd/Bnd_B2x.gxx" diff --git a/src/Bnd/Bnd_B3d_0.cxx b/src/Bnd/Bnd_B3d_0.cxx index 829be55742..bf6c13a078 100644 --- a/src/Bnd/Bnd_B3d_0.cxx +++ b/src/Bnd/Bnd_B3d_0.cxx @@ -27,5 +27,5 @@ #define RealType_hxx #define Bnd_B3x Bnd_B3d #define Bnd_B3x_hxx -#include +#include "../Bnd/Bnd_B3x.gxx" diff --git a/src/Bnd/Bnd_B3f_0.cxx b/src/Bnd/Bnd_B3f_0.cxx index 5883f186ff..d050f335f2 100644 --- a/src/Bnd/Bnd_B3f_0.cxx +++ b/src/Bnd/Bnd_B3f_0.cxx @@ -27,5 +27,5 @@ #define RealType_hxx #define Bnd_B3x Bnd_B3f #define Bnd_B3x_hxx -#include +#include "../Bnd/Bnd_B3x.gxx" diff --git a/src/Contap/Contap_TheIWLineOfTheIWalking_0.cxx b/src/Contap/Contap_TheIWLineOfTheIWalking_0.cxx index 0f523bfaba..fbea2bfbab 100644 --- a/src/Contap/Contap_TheIWLineOfTheIWalking_0.cxx +++ b/src/Contap/Contap_TheIWLineOfTheIWalking_0.cxx @@ -39,5 +39,5 @@ #define IntWalk_IWLine Contap_TheIWLineOfTheIWalking #define IntWalk_IWLine_hxx #define Handle_IntWalk_IWLine Handle(Contap_TheIWLineOfTheIWalking) -#include +#include "../IntWalk/IntWalk_IWLine.gxx" diff --git a/src/Contap/Contap_TheIWalking_0.cxx b/src/Contap/Contap_TheIWalking_0.cxx index b36dc19036..3728eda56c 100644 --- a/src/Contap/Contap_TheIWalking_0.cxx +++ b/src/Contap/Contap_TheIWalking_0.cxx @@ -54,5 +54,5 @@ #define Handle_IntWalk_TheIWLine Handle(Contap_TheIWLineOfTheIWalking) #define IntWalk_IWalking Contap_TheIWalking #define IntWalk_IWalking_hxx -#include +#include "../IntWalk/IntWalk_IWalking.gxx" diff --git a/src/Contap/Contap_ThePathPointOfTheSearch_0.cxx b/src/Contap/Contap_ThePathPointOfTheSearch_0.cxx index de4b2bb6a8..3d99c79b6a 100644 --- a/src/Contap/Contap_ThePathPointOfTheSearch_0.cxx +++ b/src/Contap/Contap_ThePathPointOfTheSearch_0.cxx @@ -28,5 +28,5 @@ #define TheArc_hxx #define IntStart_PathPoint Contap_ThePathPointOfTheSearch #define IntStart_PathPoint_hxx -#include +#include "../IntStart/IntStart_PathPoint.gxx" diff --git a/src/Contap/Contap_TheSearchInside_0.cxx b/src/Contap/Contap_TheSearchInside_0.cxx index 96baf7af99..70f636f913 100644 --- a/src/Contap/Contap_TheSearchInside_0.cxx +++ b/src/Contap/Contap_TheSearchInside_0.cxx @@ -39,5 +39,5 @@ #define TheFunction_hxx #define IntStart_SearchInside Contap_TheSearchInside #define IntStart_SearchInside_hxx -#include +#include "../IntStart/IntStart_SearchInside.gxx" diff --git a/src/Contap/Contap_TheSearch_0.cxx b/src/Contap/Contap_TheSearch_0.cxx index 20e3b56e9b..2752e36a82 100644 --- a/src/Contap/Contap_TheSearch_0.cxx +++ b/src/Contap/Contap_TheSearch_0.cxx @@ -53,5 +53,5 @@ #define IntStart_SequenceOfSegment_hxx #define IntStart_SearchOnBoundaries Contap_TheSearch #define IntStart_SearchOnBoundaries_hxx -#include +#include "../IntStart/IntStart_SearchOnBoundaries.gxx" diff --git a/src/Contap/Contap_TheSegmentOfTheSearch_0.cxx b/src/Contap/Contap_TheSegmentOfTheSearch_0.cxx index ef238f8ebe..c3207e460b 100644 --- a/src/Contap/Contap_TheSegmentOfTheSearch_0.cxx +++ b/src/Contap/Contap_TheSegmentOfTheSearch_0.cxx @@ -30,5 +30,5 @@ #define ThePathPoint_hxx #define IntStart_Segment Contap_TheSegmentOfTheSearch #define IntStart_Segment_hxx -#include +#include "../IntStart/IntStart_Segment.gxx" diff --git a/src/Extrema/Extrema_CCLocFOfLocECC2d_0.cxx b/src/Extrema/Extrema_CCLocFOfLocECC2d_0.cxx index 5386a62fbc..015e4ad197 100644 --- a/src/Extrema/Extrema_CCLocFOfLocECC2d_0.cxx +++ b/src/Extrema/Extrema_CCLocFOfLocECC2d_0.cxx @@ -44,5 +44,5 @@ #define Extrema_SeqPOnC_hxx #define Extrema_FuncExtCC Extrema_CCLocFOfLocECC2d #define Extrema_FuncExtCC_hxx -#include +#include "../Extrema/Extrema_FuncExtCC.gxx" diff --git a/src/Extrema/Extrema_CCLocFOfLocECC_0.cxx b/src/Extrema/Extrema_CCLocFOfLocECC_0.cxx index 682e8d9165..92a4fb07e6 100644 --- a/src/Extrema/Extrema_CCLocFOfLocECC_0.cxx +++ b/src/Extrema/Extrema_CCLocFOfLocECC_0.cxx @@ -44,5 +44,5 @@ #define Extrema_SeqPOnC_hxx #define Extrema_FuncExtCC Extrema_CCLocFOfLocECC #define Extrema_FuncExtCC_hxx -#include +#include "../Extrema/Extrema_FuncExtCC.gxx" diff --git a/src/Extrema/Extrema_ECC2d_0.cxx b/src/Extrema/Extrema_ECC2d_0.cxx index 93a06c2bcb..ce67b66775 100644 --- a/src/Extrema/Extrema_ECC2d_0.cxx +++ b/src/Extrema/Extrema_ECC2d_0.cxx @@ -44,5 +44,5 @@ #define Extrema_GExtPC Extrema_ExtPC2d #define Extrema_GenExtCC Extrema_ECC2d #define Extrema_GenExtCC_hxx -#include +#include "../Extrema/Extrema_GenExtCC.gxx" diff --git a/src/Extrema/Extrema_ECC_0.cxx b/src/Extrema/Extrema_ECC_0.cxx index 4ef949e189..9f2a79271a 100644 --- a/src/Extrema/Extrema_ECC_0.cxx +++ b/src/Extrema/Extrema_ECC_0.cxx @@ -44,5 +44,5 @@ #define Extrema_GExtPC Extrema_ExtPC #define Extrema_GenExtCC Extrema_ECC #define Extrema_GenExtCC_hxx -#include +#include "../Extrema/Extrema_GenExtCC.gxx" diff --git a/src/Extrema/Extrema_ELPCOfLocateExtPC2d_0.cxx b/src/Extrema/Extrema_ELPCOfLocateExtPC2d_0.cxx index 6e25e2d886..483e844edb 100644 --- a/src/Extrema/Extrema_ELPCOfLocateExtPC2d_0.cxx +++ b/src/Extrema/Extrema_ELPCOfLocateExtPC2d_0.cxx @@ -51,5 +51,5 @@ #define Extrema_PCFOfEPC_hxx #define Extrema_GExtPC Extrema_ELPCOfLocateExtPC2d #define Extrema_GExtPC_hxx -#include +#include "../Extrema/Extrema_GExtPC.gxx" diff --git a/src/Extrema/Extrema_ELPCOfLocateExtPC_0.cxx b/src/Extrema/Extrema_ELPCOfLocateExtPC_0.cxx index 7202b99428..6755683ea5 100644 --- a/src/Extrema/Extrema_ELPCOfLocateExtPC_0.cxx +++ b/src/Extrema/Extrema_ELPCOfLocateExtPC_0.cxx @@ -51,5 +51,5 @@ #define Extrema_PCFOfEPC_hxx #define Extrema_GExtPC Extrema_ELPCOfLocateExtPC #define Extrema_GExtPC_hxx -#include +#include "../Extrema/Extrema_GExtPC.gxx" diff --git a/src/Extrema/Extrema_EPCOfELPCOfLocateExtPC2d_0.cxx b/src/Extrema/Extrema_EPCOfELPCOfLocateExtPC2d_0.cxx index 3f8ed60883..75bc7028cd 100644 --- a/src/Extrema/Extrema_EPCOfELPCOfLocateExtPC2d_0.cxx +++ b/src/Extrema/Extrema_EPCOfELPCOfLocateExtPC2d_0.cxx @@ -46,5 +46,5 @@ #define Extrema_SeqPCOfPCF_hxx #define Extrema_GenExtPC Extrema_EPCOfELPCOfLocateExtPC2d #define Extrema_GenExtPC_hxx -#include +#include "../Extrema/Extrema_GenExtPC.gxx" diff --git a/src/Extrema/Extrema_EPCOfELPCOfLocateExtPC_0.cxx b/src/Extrema/Extrema_EPCOfELPCOfLocateExtPC_0.cxx index 2935373de0..4725c05886 100644 --- a/src/Extrema/Extrema_EPCOfELPCOfLocateExtPC_0.cxx +++ b/src/Extrema/Extrema_EPCOfELPCOfLocateExtPC_0.cxx @@ -46,5 +46,5 @@ #define Extrema_SeqPCOfPCF_hxx #define Extrema_GenExtPC Extrema_EPCOfELPCOfLocateExtPC #define Extrema_GenExtPC_hxx -#include +#include "../Extrema/Extrema_GenExtPC.gxx" diff --git a/src/Extrema/Extrema_EPCOfExtPC2d_0.cxx b/src/Extrema/Extrema_EPCOfExtPC2d_0.cxx index afe9710113..923764413a 100644 --- a/src/Extrema/Extrema_EPCOfExtPC2d_0.cxx +++ b/src/Extrema/Extrema_EPCOfExtPC2d_0.cxx @@ -46,5 +46,5 @@ #define Extrema_SeqPCOfPCF_hxx #define Extrema_GenExtPC Extrema_EPCOfExtPC2d #define Extrema_GenExtPC_hxx -#include +#include "../Extrema/Extrema_GenExtPC.gxx" diff --git a/src/Extrema/Extrema_EPCOfExtPC_0.cxx b/src/Extrema/Extrema_EPCOfExtPC_0.cxx index d31fcd450a..cfad0f13bc 100644 --- a/src/Extrema/Extrema_EPCOfExtPC_0.cxx +++ b/src/Extrema/Extrema_EPCOfExtPC_0.cxx @@ -46,5 +46,5 @@ #define Extrema_SeqPCOfPCF_hxx #define Extrema_GenExtPC Extrema_EPCOfExtPC #define Extrema_GenExtPC_hxx -#include +#include "../Extrema/Extrema_GenExtPC.gxx" diff --git a/src/Extrema/Extrema_ExtPC2d_0.cxx b/src/Extrema/Extrema_ExtPC2d_0.cxx index 1e6eeed03b..a69ac8337c 100644 --- a/src/Extrema/Extrema_ExtPC2d_0.cxx +++ b/src/Extrema/Extrema_ExtPC2d_0.cxx @@ -51,5 +51,5 @@ #define Extrema_PCFOfEPC_hxx #define Extrema_GExtPC Extrema_ExtPC2d #define Extrema_GExtPC_hxx -#include +#include "../Extrema/Extrema_GExtPC.gxx" diff --git a/src/Extrema/Extrema_ExtPC_0.cxx b/src/Extrema/Extrema_ExtPC_0.cxx index a95c9ec007..ecfd7f51b2 100644 --- a/src/Extrema/Extrema_ExtPC_0.cxx +++ b/src/Extrema/Extrema_ExtPC_0.cxx @@ -51,5 +51,5 @@ #define Extrema_PCFOfEPC_hxx #define Extrema_GExtPC Extrema_ExtPC #define Extrema_GExtPC_hxx -#include +#include "../Extrema/Extrema_GExtPC.gxx" diff --git a/src/Extrema/Extrema_LocECC2d_0.cxx b/src/Extrema/Extrema_LocECC2d_0.cxx index c172451618..b9bdc76240 100644 --- a/src/Extrema/Extrema_LocECC2d_0.cxx +++ b/src/Extrema/Extrema_LocECC2d_0.cxx @@ -49,5 +49,5 @@ #define Extrema_SeqPOnCOfCCLocF_hxx #define Extrema_GenLocateExtCC Extrema_LocECC2d #define Extrema_GenLocateExtCC_hxx -#include +#include "../Extrema/Extrema_GenLocateExtCC.gxx" diff --git a/src/Extrema/Extrema_LocECC_0.cxx b/src/Extrema/Extrema_LocECC_0.cxx index e8a9a3ce12..87f4912920 100644 --- a/src/Extrema/Extrema_LocECC_0.cxx +++ b/src/Extrema/Extrema_LocECC_0.cxx @@ -49,5 +49,5 @@ #define Extrema_SeqPOnCOfCCLocF_hxx #define Extrema_GenLocateExtCC Extrema_LocECC #define Extrema_GenLocateExtCC_hxx -#include +#include "../Extrema/Extrema_GenLocateExtCC.gxx" diff --git a/src/Extrema/Extrema_LocEPCOfLocateExtPC2d_0.cxx b/src/Extrema/Extrema_LocEPCOfLocateExtPC2d_0.cxx index 47bd650ac2..6e0ea3cbe9 100644 --- a/src/Extrema/Extrema_LocEPCOfLocateExtPC2d_0.cxx +++ b/src/Extrema/Extrema_LocEPCOfLocateExtPC2d_0.cxx @@ -46,5 +46,5 @@ #define Extrema_SeqPCOfPCLocF_hxx #define Extrema_GenLocateExtPC Extrema_LocEPCOfLocateExtPC2d #define Extrema_GenLocateExtPC_hxx -#include +#include "../Extrema/Extrema_GenLocateExtPC.gxx" diff --git a/src/Extrema/Extrema_LocEPCOfLocateExtPC_0.cxx b/src/Extrema/Extrema_LocEPCOfLocateExtPC_0.cxx index 7c76117660..51799cc833 100644 --- a/src/Extrema/Extrema_LocEPCOfLocateExtPC_0.cxx +++ b/src/Extrema/Extrema_LocEPCOfLocateExtPC_0.cxx @@ -46,5 +46,5 @@ #define Extrema_SeqPCOfPCLocF_hxx #define Extrema_GenLocateExtPC Extrema_LocEPCOfLocateExtPC #define Extrema_GenLocateExtPC_hxx -#include +#include "../Extrema/Extrema_GenLocateExtPC.gxx" diff --git a/src/Extrema/Extrema_LocateExtPC2d_0.cxx b/src/Extrema/Extrema_LocateExtPC2d_0.cxx index 321dc1557a..e9b167ef92 100644 --- a/src/Extrema/Extrema_LocateExtPC2d_0.cxx +++ b/src/Extrema/Extrema_LocateExtPC2d_0.cxx @@ -58,5 +58,5 @@ #define Extrema_PCLocFOfLocEPC_hxx #define Extrema_GLocateExtPC Extrema_LocateExtPC2d #define Extrema_GLocateExtPC_hxx -#include +#include "../Extrema/Extrema_GLocateExtPC.gxx" diff --git a/src/Extrema/Extrema_LocateExtPC_0.cxx b/src/Extrema/Extrema_LocateExtPC_0.cxx index 413e6a6680..957f77d36b 100644 --- a/src/Extrema/Extrema_LocateExtPC_0.cxx +++ b/src/Extrema/Extrema_LocateExtPC_0.cxx @@ -58,5 +58,5 @@ #define Extrema_PCLocFOfLocEPC_hxx #define Extrema_GLocateExtPC Extrema_LocateExtPC #define Extrema_GLocateExtPC_hxx -#include +#include "../Extrema/Extrema_GLocateExtPC.gxx" diff --git a/src/Extrema/Extrema_PCFOfEPCOfELPCOfLocateExtPC2d_0.cxx b/src/Extrema/Extrema_PCFOfEPCOfELPCOfLocateExtPC2d_0.cxx index 4596b87a01..63976feebb 100644 --- a/src/Extrema/Extrema_PCFOfEPCOfELPCOfLocateExtPC2d_0.cxx +++ b/src/Extrema/Extrema_PCFOfEPCOfELPCOfLocateExtPC2d_0.cxx @@ -39,5 +39,5 @@ #define Extrema_SeqPC_hxx #define Extrema_FuncExtPC Extrema_PCFOfEPCOfELPCOfLocateExtPC2d #define Extrema_FuncExtPC_hxx -#include +#include "../Extrema/Extrema_FuncExtPC.gxx" diff --git a/src/Extrema/Extrema_PCFOfEPCOfELPCOfLocateExtPC_0.cxx b/src/Extrema/Extrema_PCFOfEPCOfELPCOfLocateExtPC_0.cxx index 66ee027500..01c7e7a5d9 100644 --- a/src/Extrema/Extrema_PCFOfEPCOfELPCOfLocateExtPC_0.cxx +++ b/src/Extrema/Extrema_PCFOfEPCOfELPCOfLocateExtPC_0.cxx @@ -39,5 +39,5 @@ #define Extrema_SeqPC_hxx #define Extrema_FuncExtPC Extrema_PCFOfEPCOfELPCOfLocateExtPC #define Extrema_FuncExtPC_hxx -#include +#include "../Extrema/Extrema_FuncExtPC.gxx" diff --git a/src/Extrema/Extrema_PCFOfEPCOfExtPC2d_0.cxx b/src/Extrema/Extrema_PCFOfEPCOfExtPC2d_0.cxx index 1861dc4fcd..dbf456fe17 100644 --- a/src/Extrema/Extrema_PCFOfEPCOfExtPC2d_0.cxx +++ b/src/Extrema/Extrema_PCFOfEPCOfExtPC2d_0.cxx @@ -39,5 +39,5 @@ #define Extrema_SeqPC_hxx #define Extrema_FuncExtPC Extrema_PCFOfEPCOfExtPC2d #define Extrema_FuncExtPC_hxx -#include +#include "../Extrema/Extrema_FuncExtPC.gxx" diff --git a/src/Extrema/Extrema_PCFOfEPCOfExtPC_0.cxx b/src/Extrema/Extrema_PCFOfEPCOfExtPC_0.cxx index 0665f0592e..032a8a1a3e 100644 --- a/src/Extrema/Extrema_PCFOfEPCOfExtPC_0.cxx +++ b/src/Extrema/Extrema_PCFOfEPCOfExtPC_0.cxx @@ -39,5 +39,5 @@ #define Extrema_SeqPC_hxx #define Extrema_FuncExtPC Extrema_PCFOfEPCOfExtPC #define Extrema_FuncExtPC_hxx -#include +#include "../Extrema/Extrema_FuncExtPC.gxx" diff --git a/src/Extrema/Extrema_PCLocFOfLocEPCOfLocateExtPC2d_0.cxx b/src/Extrema/Extrema_PCLocFOfLocEPCOfLocateExtPC2d_0.cxx index f485877b12..efcecf1000 100644 --- a/src/Extrema/Extrema_PCLocFOfLocEPCOfLocateExtPC2d_0.cxx +++ b/src/Extrema/Extrema_PCLocFOfLocEPCOfLocateExtPC2d_0.cxx @@ -39,5 +39,5 @@ #define Extrema_SeqPC_hxx #define Extrema_FuncExtPC Extrema_PCLocFOfLocEPCOfLocateExtPC2d #define Extrema_FuncExtPC_hxx -#include +#include "../Extrema/Extrema_FuncExtPC.gxx" diff --git a/src/Extrema/Extrema_PCLocFOfLocEPCOfLocateExtPC_0.cxx b/src/Extrema/Extrema_PCLocFOfLocEPCOfLocateExtPC_0.cxx index 9eed971224..5d6472db3a 100644 --- a/src/Extrema/Extrema_PCLocFOfLocEPCOfLocateExtPC_0.cxx +++ b/src/Extrema/Extrema_PCLocFOfLocEPCOfLocateExtPC_0.cxx @@ -39,5 +39,5 @@ #define Extrema_SeqPC_hxx #define Extrema_FuncExtPC Extrema_PCLocFOfLocEPCOfLocateExtPC #define Extrema_FuncExtPC_hxx -#include +#include "../Extrema/Extrema_FuncExtPC.gxx" diff --git a/src/Extrema/Extrema_POnCurv2d_0.cxx b/src/Extrema/Extrema_POnCurv2d_0.cxx index 5817a92056..78d1acd9ce 100644 --- a/src/Extrema/Extrema_POnCurv2d_0.cxx +++ b/src/Extrema/Extrema_POnCurv2d_0.cxx @@ -23,5 +23,5 @@ #define Pnt_hxx #define Extrema_Point Extrema_POnCurv2d #define Extrema_Point_hxx -#include +#include "../Extrema/Extrema_Point.gxx" diff --git a/src/Extrema/Extrema_POnCurv_0.cxx b/src/Extrema/Extrema_POnCurv_0.cxx index 08e80baef1..6270bf83e2 100644 --- a/src/Extrema/Extrema_POnCurv_0.cxx +++ b/src/Extrema/Extrema_POnCurv_0.cxx @@ -23,5 +23,5 @@ #define Pnt_hxx #define Extrema_Point Extrema_POnCurv #define Extrema_Point_hxx -#include +#include "../Extrema/Extrema_Point.gxx" diff --git a/src/Geom2dHatch/Geom2dHatch_Classifier_0.cxx b/src/Geom2dHatch/Geom2dHatch_Classifier_0.cxx index 431f1d80ab..216f7f816d 100644 --- a/src/Geom2dHatch/Geom2dHatch_Classifier_0.cxx +++ b/src/Geom2dHatch/Geom2dHatch_Classifier_0.cxx @@ -34,5 +34,5 @@ #define TopClass_FClass2d_hxx #define TopClass_FaceClassifier Geom2dHatch_Classifier #define TopClass_FaceClassifier_hxx -#include +#include "../TopClass/TopClass_FaceClassifier.gxx" diff --git a/src/Geom2dHatch/Geom2dHatch_FClass2dOfClassifier_0.cxx b/src/Geom2dHatch/Geom2dHatch_FClass2dOfClassifier_0.cxx index ffb15c332e..049e3adfad 100644 --- a/src/Geom2dHatch/Geom2dHatch_FClass2dOfClassifier_0.cxx +++ b/src/Geom2dHatch/Geom2dHatch_FClass2dOfClassifier_0.cxx @@ -28,5 +28,5 @@ #define TheIntersector_hxx #define TopClass_Classifier2d Geom2dHatch_FClass2dOfClassifier #define TopClass_Classifier2d_hxx -#include +#include "../TopClass/TopClass_Classifier2d.gxx" diff --git a/src/Geom2dInt/Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter_0.cxx index dd217f1616..335303ff05 100644 --- a/src/Geom2dInt/Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter_0.cxx @@ -38,5 +38,5 @@ #define IntCurve_ExactIntersectionPoint_hxx #define IntCurve_IntPolyPolyGen Geom2dInt_TheIntPCurvePCurveOfGInter #define IntCurve_IntPolyPolyGen_hxx -#include +#include "../IntCurve/IntCurve_ExactIntersectionPoint.gxx" diff --git a/src/Geom2dInt/Geom2dInt_GInter_0.cxx b/src/Geom2dInt/Geom2dInt_GInter_0.cxx index d78e9027fe..c9db4431a0 100644 --- a/src/Geom2dInt/Geom2dInt_GInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_GInter_0.cxx @@ -70,5 +70,5 @@ #define IntCurve_ExactIntersectionPointOfTheIntPCurvePCurve_hxx #define IntCurve_IntCurveCurveGen Geom2dInt_GInter #define IntCurve_IntCurveCurveGen_hxx -#include +#include "../IntCurve/IntCurve_IntCurveCurveGen.gxx" diff --git a/src/Geom2dInt/Geom2dInt_IntConicCurveOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_IntConicCurveOfGInter_0.cxx index 7856005877..4f8b218d3d 100644 --- a/src/Geom2dInt/Geom2dInt_IntConicCurveOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_IntConicCurveOfGInter_0.cxx @@ -39,5 +39,5 @@ #define TheIntConicCurve_hxx #define IntCurve_UserIntConicCurveGen Geom2dInt_IntConicCurveOfGInter #define IntCurve_UserIntConicCurveGen_hxx -#include +#include "../IntCurve/IntCurve_UserIntConicCurveGen.gxx" diff --git a/src/Geom2dInt/Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter_0.cxx index 95765c0724..ab50d002e3 100644 --- a/src/Geom2dInt/Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter_0.cxx @@ -29,5 +29,5 @@ #define ParTool_hxx #define IntImpParGen_ImpParTool Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter #define IntImpParGen_ImpParTool_hxx -#include +#include "../IntImpParGen/IntImpParGen_ImpParTool.gxx" diff --git a/src/Geom2dInt/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter_0.cxx index 21b1ba26f7..bc43181885 100644 --- a/src/Geom2dInt/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter_0.cxx @@ -39,5 +39,5 @@ #define Extrema_SeqPC_hxx #define Extrema_FuncExtPC Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter #define Extrema_FuncExtPC_hxx -#include +#include "../Extrema/Extrema_FuncExtPC.gxx" diff --git a/src/Geom2dInt/Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter_0.cxx index 98c8e9d968..1e54e6f30c 100644 --- a/src/Geom2dInt/Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter_0.cxx @@ -36,5 +36,5 @@ #define Pnt_hxx #define Extrema_CurveLocator Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter #define Extrema_CurveLocator_hxx -#include +#include "../Extrema/Extrema_CurveLocator.gxx" diff --git a/src/Geom2dInt/Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter_0.cxx index 9bb59e56a8..424868e37c 100644 --- a/src/Geom2dInt/Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter_0.cxx @@ -27,5 +27,5 @@ #define TheCurveTool_hxx #define IntCurve_DistBetweenPCurvesGen Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter #define IntCurve_DistBetweenPCurvesGen_hxx -#include +#include "../IntCurve/IntCurve_DistBetweenPCurvesGen.gxx" diff --git a/src/Geom2dInt/Geom2dInt_TheIntConicCurveOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_TheIntConicCurveOfGInter_0.cxx index eabbf49a67..2c6e48296d 100644 --- a/src/Geom2dInt/Geom2dInt_TheIntConicCurveOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_TheIntConicCurveOfGInter_0.cxx @@ -46,5 +46,5 @@ #define IntCurve_MyImpParToolOfTheIntersector_hxx #define IntCurve_IntConicCurveGen Geom2dInt_TheIntConicCurveOfGInter #define IntCurve_IntConicCurveGen_hxx -#include +#include "../IntCurve/IntCurve_IntConicCurveGen.gxx" diff --git a/src/Geom2dInt/Geom2dInt_TheIntPCurvePCurveOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_TheIntPCurvePCurveOfGInter_0.cxx index ec22b33516..f0523d8ca6 100644 --- a/src/Geom2dInt/Geom2dInt_TheIntPCurvePCurveOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_TheIntPCurvePCurveOfGInter_0.cxx @@ -39,5 +39,5 @@ #define IntCurve_ExactIntersectionPoint_hxx #define IntCurve_IntPolyPolyGen Geom2dInt_TheIntPCurvePCurveOfGInter #define IntCurve_IntPolyPolyGen_hxx -#include +#include "../IntCurve/IntCurve_IntPolyPolyGen.gxx" diff --git a/src/Geom2dInt/Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter_0.cxx index 271245bc58..172004eabb 100644 --- a/src/Geom2dInt/Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter_0.cxx @@ -38,5 +38,5 @@ #define IntImpParGen_MyImpParTool_hxx #define IntImpParGen_Intersector Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter #define IntImpParGen_Intersector_hxx -#include +#include "../IntImpParGen/IntImpParGen_Intersector.gxx" diff --git a/src/Geom2dInt/Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter_0.cxx index 3a593f0908..03dfe96a26 100644 --- a/src/Geom2dInt/Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter_0.cxx @@ -46,5 +46,5 @@ #define Extrema_SeqPCOfPCLocF_hxx #define Extrema_GenLocateExtPC Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter #define Extrema_GenLocateExtPC_hxx -#include +#include "../Extrema/Extrema_GenLocateExtPC.gxx" diff --git a/src/Geom2dInt/Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter_0.cxx index 059e753c4f..9c5f674da2 100644 --- a/src/Geom2dInt/Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter_0.cxx @@ -30,5 +30,5 @@ #define TheCurveTool_hxx #define IntCurve_Polygon2dGen Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter #define IntCurve_Polygon2dGen_hxx -#include +#include "../IntCurve/IntCurve_Polygon2dGen.gxx" diff --git a/src/Geom2dInt/Geom2dInt_TheProjPCurOfGInter_0.cxx b/src/Geom2dInt/Geom2dInt_TheProjPCurOfGInter_0.cxx index 283a0cc027..6875f8aebf 100644 --- a/src/Geom2dInt/Geom2dInt_TheProjPCurOfGInter_0.cxx +++ b/src/Geom2dInt/Geom2dInt_TheProjPCurOfGInter_0.cxx @@ -38,5 +38,5 @@ #define IntCurve_PCLocFOfTheLocateExtPC_hxx #define IntCurve_ProjPCurGen Geom2dInt_TheProjPCurOfGInter #define IntCurve_ProjPCurGen_hxx -#include +#include "../IntCurve/IntCurve_ProjPCurGen.gxx" diff --git a/src/Geom2dLProp/Geom2dLProp_CLProps2d_0.cxx b/src/Geom2dLProp/Geom2dLProp_CLProps2d_0.cxx index 1d292e6e79..e0035686b5 100644 --- a/src/Geom2dLProp/Geom2dLProp_CLProps2d_0.cxx +++ b/src/Geom2dLProp/Geom2dLProp_CLProps2d_0.cxx @@ -39,5 +39,5 @@ #define Tool_hxx #define LProp_CLProps Geom2dLProp_CLProps2d #define LProp_CLProps_hxx -#include +#include "../LProp/LProp_CLProps.gxx" diff --git a/src/GeomFill/GeomFill_AppSurf_0.cxx b/src/GeomFill/GeomFill_AppSurf_0.cxx index 0a9306bd0d..038ba84ed8 100644 --- a/src/GeomFill/GeomFill_AppSurf_0.cxx +++ b/src/GeomFill/GeomFill_AppSurf_0.cxx @@ -30,5 +30,5 @@ #define TheLine_hxx #define AppBlend_AppSurf GeomFill_AppSurf #define AppBlend_AppSurf_hxx -#include +#include "../AppBlend/AppBlend_AppSurf.gxx" diff --git a/src/GeomFill/GeomFill_AppSweep_0.cxx b/src/GeomFill/GeomFill_AppSweep_0.cxx index 0cf87cd53a..45a0d61e4c 100644 --- a/src/GeomFill/GeomFill_AppSweep_0.cxx +++ b/src/GeomFill/GeomFill_AppSweep_0.cxx @@ -30,5 +30,5 @@ #define TheLine_hxx #define AppBlend_AppSurf GeomFill_AppSweep #define AppBlend_AppSurf_hxx -#include +#include "../AppBlend/AppBlend_AppSurf.gxx" diff --git a/src/GeomInt/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx b/src/GeomInt/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx index 56a937ebc9..507765fd24 100644 --- a/src/GeomInt/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx @@ -36,5 +36,5 @@ #define AppParCurves_BSpGradient_BFGS_hxx #define AppParCurves_BSpGradient GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox #define AppParCurves_BSpGradient_hxx -#include +#include "../AppParCurves/AppParCurves_BSpGradient_BFGS.gxx" diff --git a/src/GeomInt/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx b/src/GeomInt/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx index 0da94d3ae7..6f965fab3e 100644 --- a/src/GeomInt/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx @@ -31,5 +31,5 @@ #define Squares_hxx #define AppParCurves_BSpFunction GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox #define AppParCurves_BSpFunction_hxx -#include +#include "../AppParCurves/AppParCurves_BSpFunction.gxx" diff --git a/src/GeomInt/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx b/src/GeomInt/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx index aa59c3a9ef..8390110548 100644 --- a/src/GeomInt/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox_0.cxx @@ -33,5 +33,5 @@ #define ToolLine_hxx #define AppParCurves_LeastSquare GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox #define AppParCurves_LeastSquare_hxx -#include +#include "../AppParCurves/AppParCurves_LeastSquare.gxx" diff --git a/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx b/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx index b0b53b5e51..46749a6338 100644 --- a/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx @@ -39,5 +39,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx" diff --git a/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx b/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx index e13167cd24..e725c0ec8f 100644 --- a/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx @@ -39,5 +39,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient GeomInt_MyGradientbisOfTheComputeLineOfWLApprox #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx" diff --git a/src/GeomInt/GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox_0.cxx b/src/GeomInt/GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox_0.cxx index d504ecafbe..294ff6881c 100644 --- a/src/GeomInt/GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox_0.cxx @@ -38,5 +38,5 @@ #define AppParCurves_BSpGradient_BFGS_hxx #define AppParCurves_BSpGradient GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox #define AppParCurves_BSpGradient_hxx -#include +#include "../AppParCurves/AppParCurves_BSpGradient.gxx" diff --git a/src/GeomInt/GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox_0.cxx b/src/GeomInt/GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox_0.cxx index 2288754170..209ca0f2be 100644 --- a/src/GeomInt/GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox_0.cxx @@ -41,5 +41,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient.gxx" diff --git a/src/GeomInt/GeomInt_MyGradientbisOfTheComputeLineOfWLApprox_0.cxx b/src/GeomInt/GeomInt_MyGradientbisOfTheComputeLineOfWLApprox_0.cxx index 8271ff8f3d..0f7d5be455 100644 --- a/src/GeomInt/GeomInt_MyGradientbisOfTheComputeLineOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_MyGradientbisOfTheComputeLineOfWLApprox_0.cxx @@ -41,5 +41,5 @@ #define AppParCurves_Gradient_BFGS_hxx #define AppParCurves_Gradient GeomInt_MyGradientbisOfTheComputeLineOfWLApprox #define AppParCurves_Gradient_hxx -#include +#include "../AppParCurves/AppParCurves_Gradient.gxx" diff --git a/src/GeomInt/GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx b/src/GeomInt/GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx index a76ce10a64..633f3944ba 100644 --- a/src/GeomInt/GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx @@ -33,5 +33,5 @@ #define ResolCons_hxx #define AppParCurves_Function GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox #define AppParCurves_Function_hxx -#include +#include "../AppParCurves/AppParCurves_Function.gxx" diff --git a/src/GeomInt/GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx b/src/GeomInt/GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx index 4b411f10c7..fdd7162254 100644 --- a/src/GeomInt/GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx @@ -33,5 +33,5 @@ #define ResolCons_hxx #define AppParCurves_Function GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox #define AppParCurves_Function_hxx -#include +#include "../AppParCurves/AppParCurves_Function.gxx" diff --git a/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx b/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx index b6bb6ad775..dc56bac3bc 100644 --- a/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx @@ -33,5 +33,5 @@ #define ToolLine_hxx #define AppParCurves_LeastSquare GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox #define AppParCurves_LeastSquare_hxx -#include +#include "../AppParCurves/AppParCurves_LeastSquare.gxx" diff --git a/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx b/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx index ed81c1db9f..7089e06bb2 100644 --- a/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx @@ -33,5 +33,5 @@ #define ToolLine_hxx #define AppParCurves_LeastSquare GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox #define AppParCurves_LeastSquare_hxx -#include +#include "../AppParCurves/AppParCurves_LeastSquare.gxx" diff --git a/src/GeomInt/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx b/src/GeomInt/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx index 22dfe6838d..ebaf20ccb4 100644 --- a/src/GeomInt/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox_0.cxx @@ -29,5 +29,5 @@ #define ToolLine_hxx #define AppParCurves_ResolConstraint GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox #define AppParCurves_ResolConstraint_hxx -#include +#include "../AppParCurves/AppParCurves_ResolConstraint.gxx" diff --git a/src/GeomInt/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx b/src/GeomInt/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx index 05331ed0c5..18e2083d88 100644 --- a/src/GeomInt/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox_0.cxx @@ -29,5 +29,5 @@ #define ToolLine_hxx #define AppParCurves_ResolConstraint GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox #define AppParCurves_ResolConstraint_hxx -#include +#include "../AppParCurves/AppParCurves_ResolConstraint.gxx" diff --git a/src/GeomInt/GeomInt_TheComputeLineBezierOfWLApprox_0.cxx b/src/GeomInt/GeomInt_TheComputeLineBezierOfWLApprox_0.cxx index 5592eb30db..7342da8cd7 100644 --- a/src/GeomInt/GeomInt_TheComputeLineBezierOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_TheComputeLineBezierOfWLApprox_0.cxx @@ -51,5 +51,5 @@ #define Approx_Gradient_BFGSOfMyGradient_hxx #define Approx_ComputeLine GeomInt_TheComputeLineBezierOfWLApprox #define Approx_ComputeLine_hxx -#include +#include "../Approx/Approx_ComputeLine.gxx" diff --git a/src/GeomInt/GeomInt_TheComputeLineOfWLApprox_0.cxx b/src/GeomInt/GeomInt_TheComputeLineOfWLApprox_0.cxx index c6eb9bab18..209a7444d4 100644 --- a/src/GeomInt/GeomInt_TheComputeLineOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_TheComputeLineOfWLApprox_0.cxx @@ -69,5 +69,5 @@ #define Approx_Gradient_BFGSOfMyGradientbis_hxx #define Approx_BSplComputeLine GeomInt_TheComputeLineOfWLApprox #define Approx_BSplComputeLine_hxx -#include +#include "../Approx/Approx_BSplComputeLine.gxx" diff --git a/src/GeomInt/GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox_0.cxx b/src/GeomInt/GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox_0.cxx index aa30d6858e..17e5e97c7a 100644 --- a/src/GeomInt/GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox_0.cxx @@ -29,5 +29,5 @@ #define ThePSurfaceTool_hxx #define IntImp_ZerParFunc GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox #define IntImp_ZerParFunc_hxx -#include +#include "../IntImp/IntImp_ZerParFunc.gxx" diff --git a/src/GeomInt/GeomInt_TheImpPrmSvSurfacesOfWLApprox_0.cxx b/src/GeomInt/GeomInt_TheImpPrmSvSurfacesOfWLApprox_0.cxx index fcba5eb933..551420a44c 100644 --- a/src/GeomInt/GeomInt_TheImpPrmSvSurfacesOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_TheImpPrmSvSurfacesOfWLApprox_0.cxx @@ -42,5 +42,5 @@ #define ApproxInt_TheZerImpFunc_hxx #define ApproxInt_ImpPrmSvSurfaces GeomInt_TheImpPrmSvSurfacesOfWLApprox #define ApproxInt_ImpPrmSvSurfaces_hxx -#include +#include "../ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx" diff --git a/src/GeomInt/GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox_0.cxx b/src/GeomInt/GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox_0.cxx index d3fae817ea..a70906e4f7 100644 --- a/src/GeomInt/GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox_0.cxx @@ -37,5 +37,5 @@ #define IntImp_TheFunction_hxx #define IntImp_Int2S GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox #define IntImp_Int2S_hxx -#include +#include "../IntImp/IntImp_Int2S.gxx" diff --git a/src/GeomInt/GeomInt_TheMultiLineOfWLApprox_0.cxx b/src/GeomInt/GeomInt_TheMultiLineOfWLApprox_0.cxx index be284668f1..2ae9735c57 100644 --- a/src/GeomInt/GeomInt_TheMultiLineOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_TheMultiLineOfWLApprox_0.cxx @@ -27,5 +27,5 @@ #define TheSvSurfaces_hxx #define ApproxInt_MultiLine GeomInt_TheMultiLineOfWLApprox #define ApproxInt_MultiLine_hxx -#include +#include "../ApproxInt/ApproxInt_MultiLine.gxx" diff --git a/src/GeomInt/GeomInt_ThePrmPrmSvSurfacesOfWLApprox_0.cxx b/src/GeomInt/GeomInt_ThePrmPrmSvSurfacesOfWLApprox_0.cxx index b7b7e0c9c9..2a421635aa 100644 --- a/src/GeomInt/GeomInt_ThePrmPrmSvSurfacesOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_ThePrmPrmSvSurfacesOfWLApprox_0.cxx @@ -41,5 +41,5 @@ #define ApproxInt_TheFunctionOfTheInt2S_hxx #define ApproxInt_PrmPrmSvSurfaces GeomInt_ThePrmPrmSvSurfacesOfWLApprox #define ApproxInt_PrmPrmSvSurfaces_hxx -#include +#include "../ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx" diff --git a/src/GeomInt/GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox_0.cxx b/src/GeomInt/GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox_0.cxx index 7ff1e80f23..e656487a92 100644 --- a/src/GeomInt/GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox_0.cxx +++ b/src/GeomInt/GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox_0.cxx @@ -37,5 +37,5 @@ #define TheISurfaceTool_hxx #define IntImp_ZerImpFunc GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox #define IntImp_ZerImpFunc_hxx -#include +#include "../IntImp/IntImp_ZerImpFunc.gxx" diff --git a/src/GeomInt/GeomInt_WLApprox_0.cxx b/src/GeomInt/GeomInt_WLApprox_0.cxx index 964bb57f74..b994f1dae0 100644 --- a/src/GeomInt/GeomInt_WLApprox_0.cxx +++ b/src/GeomInt/GeomInt_WLApprox_0.cxx @@ -82,5 +82,5 @@ #define ApproxInt_MyGradientOfTheComputeLineBezier_hxx #define ApproxInt_Approx GeomInt_WLApprox #define ApproxInt_Approx_hxx -#include +#include "../ApproxInt/ApproxInt_Approx.gxx" diff --git a/src/GeomLProp/GeomLProp_CLProps_0.cxx b/src/GeomLProp/GeomLProp_CLProps_0.cxx index 4c0a5d8206..ca06568889 100644 --- a/src/GeomLProp/GeomLProp_CLProps_0.cxx +++ b/src/GeomLProp/GeomLProp_CLProps_0.cxx @@ -39,5 +39,5 @@ #define Tool_hxx #define LProp_CLProps GeomLProp_CLProps #define LProp_CLProps_hxx -#include +#include "../LProp/LProp_CLProps.gxx" diff --git a/src/GeomLProp/GeomLProp_SLProps_0.cxx b/src/GeomLProp/GeomLProp_SLProps_0.cxx index da6792d41b..10c794055e 100644 --- a/src/GeomLProp/GeomLProp_SLProps_0.cxx +++ b/src/GeomLProp/GeomLProp_SLProps_0.cxx @@ -33,5 +33,5 @@ #define Tool_hxx #define LProp_SLProps GeomLProp_SLProps #define LProp_SLProps_hxx -#include +#include "../LProp/LProp_SLProps.gxx" diff --git a/src/HLRAlgo/HLRAlgo_Interference_0.cxx b/src/HLRAlgo/HLRAlgo_Interference_0.cxx index 8194f4fcff..6fe0c7fcbf 100644 --- a/src/HLRAlgo/HLRAlgo_Interference_0.cxx +++ b/src/HLRAlgo/HLRAlgo_Interference_0.cxx @@ -26,5 +26,5 @@ #define TheShape_hxx #define TopBas_Interference HLRAlgo_Interference #define TopBas_Interference_hxx -#include +#include "../TopBas/TopBas_Interference.gxx" diff --git a/src/HLRBRep/HLRBRep_CInter_0.cxx b/src/HLRBRep/HLRBRep_CInter_0.cxx index 3104fed85b..71d161aa16 100644 --- a/src/HLRBRep/HLRBRep_CInter_0.cxx +++ b/src/HLRBRep/HLRBRep_CInter_0.cxx @@ -69,5 +69,5 @@ #define IntCurve_ExactIntersectionPointOfTheIntPCurvePCurve_hxx #define IntCurve_IntCurveCurveGen HLRBRep_CInter #define IntCurve_IntCurveCurveGen_hxx -#include +#include "../IntCurve/IntCurve_IntCurveCurveGen.gxx" diff --git a/src/HLRBRep/HLRBRep_CLProps_0.cxx b/src/HLRBRep/HLRBRep_CLProps_0.cxx index 0e04665e5d..7c624c9c97 100644 --- a/src/HLRBRep/HLRBRep_CLProps_0.cxx +++ b/src/HLRBRep/HLRBRep_CLProps_0.cxx @@ -38,5 +38,5 @@ #define Tool_hxx #define LProp_CLProps HLRBRep_CLProps #define LProp_CLProps_hxx -#include +#include "../LProp/LProp_CLProps.gxx" diff --git a/src/HLRBRep/HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter_0.cxx b/src/HLRBRep/HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter_0.cxx index 9d8d371831..9088731835 100644 --- a/src/HLRBRep/HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter_0.cxx @@ -37,5 +37,5 @@ #define IntCurve_ExactIntersectionPoint_hxx #define IntCurve_IntPolyPolyGen HLRBRep_TheIntPCurvePCurveOfCInter #define IntCurve_IntPolyPolyGen_hxx -#include +#include "../IntCurve/IntCurve_ExactIntersectionPoint.gxx" diff --git a/src/HLRBRep/HLRBRep_IntConicCurveOfCInter_0.cxx b/src/HLRBRep/HLRBRep_IntConicCurveOfCInter_0.cxx index 83ac5ea593..b447758025 100644 --- a/src/HLRBRep/HLRBRep_IntConicCurveOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_IntConicCurveOfCInter_0.cxx @@ -38,5 +38,5 @@ #define TheIntConicCurve_hxx #define IntCurve_UserIntConicCurveGen HLRBRep_IntConicCurveOfCInter #define IntCurve_UserIntConicCurveGen_hxx -#include +#include "../IntCurve/IntCurve_UserIntConicCurveGen.gxx" diff --git a/src/HLRBRep/HLRBRep_InterCSurf_0.cxx b/src/HLRBRep/HLRBRep_InterCSurf_0.cxx index 276599097d..5ea8c02486 100644 --- a/src/HLRBRep/HLRBRep_InterCSurf_0.cxx +++ b/src/HLRBRep/HLRBRep_InterCSurf_0.cxx @@ -67,5 +67,5 @@ #define IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactInter_hxx #define IntCurveSurface_Inter HLRBRep_InterCSurf #define IntCurveSurface_Inter_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_Inter.gxx" diff --git a/src/HLRBRep/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter_0.cxx b/src/HLRBRep/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter_0.cxx index b750b8c41c..770d24bf67 100644 --- a/src/HLRBRep/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter_0.cxx @@ -28,5 +28,5 @@ #define ParTool_hxx #define IntImpParGen_ImpParTool HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter #define IntImpParGen_ImpParTool_hxx -#include +#include "../IntImpParGen/IntImpParGen_ImpParTool.gxx" diff --git a/src/HLRBRep/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter_0.cxx b/src/HLRBRep/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter_0.cxx index 833873ec6e..ce4948d3b4 100644 --- a/src/HLRBRep/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter_0.cxx @@ -38,5 +38,5 @@ #define Extrema_SeqPC_hxx #define Extrema_FuncExtPC HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter #define Extrema_FuncExtPC_hxx -#include +#include "../Extrema/Extrema_FuncExtPC.gxx" diff --git a/src/HLRBRep/HLRBRep_SLProps_0.cxx b/src/HLRBRep/HLRBRep_SLProps_0.cxx index fd6187005a..c5129ff750 100644 --- a/src/HLRBRep/HLRBRep_SLProps_0.cxx +++ b/src/HLRBRep/HLRBRep_SLProps_0.cxx @@ -32,5 +32,5 @@ #define Tool_hxx #define LProp_SLProps HLRBRep_SLProps #define LProp_SLProps_hxx -#include +#include "../LProp/LProp_SLProps.gxx" diff --git a/src/HLRBRep/HLRBRep_TheCSFunctionOfInterCSurf_0.cxx b/src/HLRBRep/HLRBRep_TheCSFunctionOfInterCSurf_0.cxx index 315f85aaeb..8652bf39cb 100644 --- a/src/HLRBRep/HLRBRep_TheCSFunctionOfInterCSurf_0.cxx +++ b/src/HLRBRep/HLRBRep_TheCSFunctionOfInterCSurf_0.cxx @@ -33,5 +33,5 @@ #define TheCurveTool_hxx #define IntImp_ZerCSParFunc HLRBRep_TheCSFunctionOfInterCSurf #define IntImp_ZerCSParFunc_hxx -#include +#include "../IntImp/IntImp_ZerCSParFunc.gxx" diff --git a/src/HLRBRep/HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter_0.cxx b/src/HLRBRep/HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter_0.cxx index e36738eef4..ad47a19a99 100644 --- a/src/HLRBRep/HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter_0.cxx @@ -35,5 +35,5 @@ #define Pnt_hxx #define Extrema_CurveLocator HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter #define Extrema_CurveLocator_hxx -#include +#include "../Extrema/Extrema_CurveLocator.gxx" diff --git a/src/HLRBRep/HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter_0.cxx b/src/HLRBRep/HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter_0.cxx index 9f4f2f67df..89d59e1482 100644 --- a/src/HLRBRep/HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter_0.cxx @@ -26,5 +26,5 @@ #define TheCurveTool_hxx #define IntCurve_DistBetweenPCurvesGen HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter #define IntCurve_DistBetweenPCurvesGen_hxx -#include +#include "../IntCurve/IntCurve_DistBetweenPCurvesGen.gxx" diff --git a/src/HLRBRep/HLRBRep_TheExactInterCSurf_0.cxx b/src/HLRBRep/HLRBRep_TheExactInterCSurf_0.cxx index 35d3ada408..fbd4b4e677 100644 --- a/src/HLRBRep/HLRBRep_TheExactInterCSurf_0.cxx +++ b/src/HLRBRep/HLRBRep_TheExactInterCSurf_0.cxx @@ -38,5 +38,5 @@ #define TheFunction_hxx #define IntImp_IntCS HLRBRep_TheExactInterCSurf #define IntImp_IntCS_hxx -#include +#include "../IntImp/IntImp_IntCS.gxx" diff --git a/src/HLRBRep/HLRBRep_TheIntConicCurveOfCInter_0.cxx b/src/HLRBRep/HLRBRep_TheIntConicCurveOfCInter_0.cxx index 975dfc157f..1e301c91b8 100644 --- a/src/HLRBRep/HLRBRep_TheIntConicCurveOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_TheIntConicCurveOfCInter_0.cxx @@ -45,5 +45,5 @@ #define IntCurve_MyImpParToolOfTheIntersector_hxx #define IntCurve_IntConicCurveGen HLRBRep_TheIntConicCurveOfCInter #define IntCurve_IntConicCurveGen_hxx -#include +#include "../IntCurve/IntCurve_IntConicCurveGen.gxx" diff --git a/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter_0.cxx b/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter_0.cxx index 2c5edc6766..c547457d94 100644 --- a/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_TheIntPCurvePCurveOfCInter_0.cxx @@ -38,5 +38,5 @@ #define IntCurve_ExactIntersectionPoint_hxx #define IntCurve_IntPolyPolyGen HLRBRep_TheIntPCurvePCurveOfCInter #define IntCurve_IntPolyPolyGen_hxx -#include +#include "../IntCurve/IntCurve_IntPolyPolyGen.gxx" diff --git a/src/HLRBRep/HLRBRep_TheInterferenceOfInterCSurf_0.cxx b/src/HLRBRep/HLRBRep_TheInterferenceOfInterCSurf_0.cxx index 5b211cefb1..6a0561b7b7 100644 --- a/src/HLRBRep/HLRBRep_TheInterferenceOfInterCSurf_0.cxx +++ b/src/HLRBRep/HLRBRep_TheInterferenceOfInterCSurf_0.cxx @@ -36,5 +36,5 @@ #define ToolPolyh_hxx #define Intf_InterferencePolygonPolyhedron HLRBRep_TheInterferenceOfInterCSurf #define Intf_InterferencePolygonPolyhedron_hxx -#include +#include "../Intf/Intf_InterferencePolygonPolyhedron.gxx" diff --git a/src/HLRBRep/HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter_0.cxx b/src/HLRBRep/HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter_0.cxx index cd09023cf2..bb9b72aab6 100644 --- a/src/HLRBRep/HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter_0.cxx @@ -37,5 +37,5 @@ #define IntImpParGen_MyImpParTool_hxx #define IntImpParGen_Intersector HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter #define IntImpParGen_Intersector_hxx -#include +#include "../IntImpParGen/IntImpParGen_Intersector.gxx" diff --git a/src/HLRBRep/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter_0.cxx b/src/HLRBRep/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter_0.cxx index 9d806e3181..a92bdb9410 100644 --- a/src/HLRBRep/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter_0.cxx @@ -45,5 +45,5 @@ #define Extrema_SeqPCOfPCLocF_hxx #define Extrema_GenLocateExtPC HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter #define Extrema_GenLocateExtPC_hxx -#include +#include "../Extrema/Extrema_GenLocateExtPC.gxx" diff --git a/src/HLRBRep/HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter_0.cxx b/src/HLRBRep/HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter_0.cxx index 313050fc83..a1842a3f87 100644 --- a/src/HLRBRep/HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter_0.cxx @@ -29,5 +29,5 @@ #define TheCurveTool_hxx #define IntCurve_Polygon2dGen HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter #define IntCurve_Polygon2dGen_hxx -#include +#include "../IntCurve/IntCurve_Polygon2dGen.gxx" diff --git a/src/HLRBRep/HLRBRep_ThePolygonOfInterCSurf_0.cxx b/src/HLRBRep/HLRBRep_ThePolygonOfInterCSurf_0.cxx index a21e6d8b65..065ef84a01 100644 --- a/src/HLRBRep/HLRBRep_ThePolygonOfInterCSurf_0.cxx +++ b/src/HLRBRep/HLRBRep_ThePolygonOfInterCSurf_0.cxx @@ -29,5 +29,5 @@ #define TheCurveTool_hxx #define IntCurveSurface_Polygon HLRBRep_ThePolygonOfInterCSurf #define IntCurveSurface_Polygon_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_Polygon.gxx" diff --git a/src/HLRBRep/HLRBRep_ThePolygonToolOfInterCSurf_0.cxx b/src/HLRBRep/HLRBRep_ThePolygonToolOfInterCSurf_0.cxx index d946a2ce17..bc90999634 100644 --- a/src/HLRBRep/HLRBRep_ThePolygonToolOfInterCSurf_0.cxx +++ b/src/HLRBRep/HLRBRep_ThePolygonToolOfInterCSurf_0.cxx @@ -30,5 +30,5 @@ #define TheBoundingBox_hxx #define IntCurveSurface_PolygonTool HLRBRep_ThePolygonToolOfInterCSurf #define IntCurveSurface_PolygonTool_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_PolygonTool.gxx" diff --git a/src/HLRBRep/HLRBRep_ThePolyhedronOfInterCSurf_0.cxx b/src/HLRBRep/HLRBRep_ThePolyhedronOfInterCSurf_0.cxx index 9c4584633e..3cff08a51b 100644 --- a/src/HLRBRep/HLRBRep_ThePolyhedronOfInterCSurf_0.cxx +++ b/src/HLRBRep/HLRBRep_ThePolyhedronOfInterCSurf_0.cxx @@ -29,5 +29,5 @@ #define ThePSurfaceTool_hxx #define IntCurveSurface_Polyhedron HLRBRep_ThePolyhedronOfInterCSurf #define IntCurveSurface_Polyhedron_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_Polyhedron.gxx" diff --git a/src/HLRBRep/HLRBRep_ThePolyhedronToolOfInterCSurf_0.cxx b/src/HLRBRep/HLRBRep_ThePolyhedronToolOfInterCSurf_0.cxx index 366bd77d55..2ff4ebff2c 100644 --- a/src/HLRBRep/HLRBRep_ThePolyhedronToolOfInterCSurf_0.cxx +++ b/src/HLRBRep/HLRBRep_ThePolyhedronToolOfInterCSurf_0.cxx @@ -26,5 +26,5 @@ #define ThePolyhedron_hxx #define IntCurveSurface_PolyhedronTool HLRBRep_ThePolyhedronToolOfInterCSurf #define IntCurveSurface_PolyhedronTool_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_PolyhedronTool.gxx" diff --git a/src/HLRBRep/HLRBRep_TheProjPCurOfCInter_0.cxx b/src/HLRBRep/HLRBRep_TheProjPCurOfCInter_0.cxx index ef96605914..a1ddb55127 100644 --- a/src/HLRBRep/HLRBRep_TheProjPCurOfCInter_0.cxx +++ b/src/HLRBRep/HLRBRep_TheProjPCurOfCInter_0.cxx @@ -37,5 +37,5 @@ #define IntCurve_PCLocFOfTheLocateExtPC_hxx #define IntCurve_ProjPCurGen HLRBRep_TheProjPCurOfCInter #define IntCurve_ProjPCurGen_hxx -#include +#include "../IntCurve/IntCurve_ProjPCurGen.gxx" diff --git a/src/HLRBRep/HLRBRep_TheQuadCurvExactInterCSurf_0.cxx b/src/HLRBRep/HLRBRep_TheQuadCurvExactInterCSurf_0.cxx index e761f5dc5e..d68081dfd8 100644 --- a/src/HLRBRep/HLRBRep_TheQuadCurvExactInterCSurf_0.cxx +++ b/src/HLRBRep/HLRBRep_TheQuadCurvExactInterCSurf_0.cxx @@ -34,5 +34,5 @@ #define IntCurveSurface_TheQuadCurvFunc_hxx #define IntCurveSurface_QuadricCurveExactInter HLRBRep_TheQuadCurvExactInterCSurf #define IntCurveSurface_QuadricCurveExactInter_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_QuadricCurveExactInter.gxx" diff --git a/src/HLRBRep/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf_0.cxx b/src/HLRBRep/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf_0.cxx index 9b2fca58bb..d6d2cf29c4 100644 --- a/src/HLRBRep/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf_0.cxx +++ b/src/HLRBRep/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf_0.cxx @@ -29,5 +29,5 @@ #define TheCurveTool_hxx #define IntCurveSurface_QuadricCurveFunc HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf #define IntCurveSurface_QuadricCurveFunc_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_QuadricCurveFunc.gxx" diff --git a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfIGESEntity_0.cxx b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfIGESEntity_0.cxx index 808bcbb7a6..a5b8c67a2f 100644 --- a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfIGESEntity_0.cxx +++ b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfIGESEntity_0.cxx @@ -34,5 +34,5 @@ #define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfIGESEntity #define Interface_JaggedArray_hxx #define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfIGESEntity) -#include +#include "../Interface/Interface_JaggedArray.gxx" diff --git a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfInteger_0.cxx b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfInteger_0.cxx index 4121fa1c40..3c23552342 100644 --- a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfInteger_0.cxx +++ b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfInteger_0.cxx @@ -34,5 +34,5 @@ #define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfInteger #define Interface_JaggedArray_hxx #define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfInteger) -#include +#include "../Interface/Interface_JaggedArray.gxx" diff --git a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfReal_0.cxx b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfReal_0.cxx index 6f13711f78..b32af2224f 100644 --- a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfReal_0.cxx +++ b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfReal_0.cxx @@ -34,5 +34,5 @@ #define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfReal #define Interface_JaggedArray_hxx #define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfReal) -#include +#include "../Interface/Interface_JaggedArray.gxx" diff --git a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXYZ_0.cxx b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXYZ_0.cxx index d55ebe45da..5694a25448 100644 --- a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXYZ_0.cxx +++ b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXYZ_0.cxx @@ -34,5 +34,5 @@ #define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfXYZ #define Interface_JaggedArray_hxx #define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfXYZ) -#include +#include "../Interface/Interface_JaggedArray.gxx" diff --git a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXY_0.cxx b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXY_0.cxx index 8849499034..30d1f06f66 100644 --- a/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXY_0.cxx +++ b/src/IGESBasic/IGESBasic_HArray1OfHArray1OfXY_0.cxx @@ -34,5 +34,5 @@ #define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfXY #define Interface_JaggedArray_hxx #define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfXY) -#include +#include "../Interface/Interface_JaggedArray.gxx" diff --git a/src/IGESData/IGESData_FileRecognizer_0.cxx b/src/IGESData/IGESData_FileRecognizer_0.cxx index 5a87d0dd63..074ad4203c 100644 --- a/src/IGESData/IGESData_FileRecognizer_0.cxx +++ b/src/IGESData/IGESData_FileRecognizer_0.cxx @@ -40,5 +40,5 @@ #define Interface_Recognizer IGESData_FileRecognizer #define Interface_Recognizer_hxx #define Handle_Interface_Recognizer Handle(IGESData_FileRecognizer) -#include +#include "../Interface/Interface_Recognizer.gxx" diff --git a/src/IGESData/IGESData_GlobalNodeOfSpecificLib_0.cxx b/src/IGESData/IGESData_GlobalNodeOfSpecificLib_0.cxx index 7a7b56fd9c..d2398abb12 100644 --- a/src/IGESData/IGESData_GlobalNodeOfSpecificLib_0.cxx +++ b/src/IGESData/IGESData_GlobalNodeOfSpecificLib_0.cxx @@ -50,5 +50,5 @@ #define Handle_LibCtl_Node Handle(IGESData_NodeOfSpecificLib) #define LibCtl_Library IGESData_SpecificLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_GlobalNode.gxx" diff --git a/src/IGESData/IGESData_GlobalNodeOfWriterLib_0.cxx b/src/IGESData/IGESData_GlobalNodeOfWriterLib_0.cxx index 088825aeb0..a57299cffb 100644 --- a/src/IGESData/IGESData_GlobalNodeOfWriterLib_0.cxx +++ b/src/IGESData/IGESData_GlobalNodeOfWriterLib_0.cxx @@ -50,5 +50,5 @@ #define Handle_LibCtl_Node Handle(IGESData_NodeOfWriterLib) #define LibCtl_Library IGESData_WriterLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_GlobalNode.gxx" diff --git a/src/IGESData/IGESData_NodeOfSpecificLib_0.cxx b/src/IGESData/IGESData_NodeOfSpecificLib_0.cxx index 14927f2c10..13490d2a4b 100644 --- a/src/IGESData/IGESData_NodeOfSpecificLib_0.cxx +++ b/src/IGESData/IGESData_NodeOfSpecificLib_0.cxx @@ -50,5 +50,5 @@ #define Handle_LibCtl_Node Handle(IGESData_NodeOfSpecificLib) #define LibCtl_Library IGESData_SpecificLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_Node.gxx" diff --git a/src/IGESData/IGESData_NodeOfWriterLib_0.cxx b/src/IGESData/IGESData_NodeOfWriterLib_0.cxx index 0ee9b8c504..4a2f0b8860 100644 --- a/src/IGESData/IGESData_NodeOfWriterLib_0.cxx +++ b/src/IGESData/IGESData_NodeOfWriterLib_0.cxx @@ -50,5 +50,5 @@ #define Handle_LibCtl_Node Handle(IGESData_NodeOfWriterLib) #define LibCtl_Library IGESData_WriterLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_Node.gxx" diff --git a/src/IGESData/IGESData_SpecificLib_0.cxx b/src/IGESData/IGESData_SpecificLib_0.cxx index f91251670d..7ddeddfc57 100644 --- a/src/IGESData/IGESData_SpecificLib_0.cxx +++ b/src/IGESData/IGESData_SpecificLib_0.cxx @@ -41,5 +41,5 @@ #define Handle_LibCtl_Node Handle(IGESData_NodeOfSpecificLib) #define LibCtl_Library IGESData_SpecificLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_Library.gxx" diff --git a/src/IGESData/IGESData_WriterLib_0.cxx b/src/IGESData/IGESData_WriterLib_0.cxx index af8fb61335..d8c281a91e 100644 --- a/src/IGESData/IGESData_WriterLib_0.cxx +++ b/src/IGESData/IGESData_WriterLib_0.cxx @@ -41,5 +41,5 @@ #define Handle_LibCtl_Node Handle(IGESData_NodeOfWriterLib) #define LibCtl_Library IGESData_WriterLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_Library.gxx" diff --git a/src/IGESDefs/IGESDefs_HArray1OfHArray1OfTextDisplayTemplate_0.cxx b/src/IGESDefs/IGESDefs_HArray1OfHArray1OfTextDisplayTemplate_0.cxx index 75314bcb2a..47aa5e7e9a 100644 --- a/src/IGESDefs/IGESDefs_HArray1OfHArray1OfTextDisplayTemplate_0.cxx +++ b/src/IGESDefs/IGESDefs_HArray1OfHArray1OfTextDisplayTemplate_0.cxx @@ -34,5 +34,5 @@ #define Interface_JaggedArray IGESDefs_HArray1OfHArray1OfTextDisplayTemplate #define Interface_JaggedArray_hxx #define Handle_Interface_JaggedArray Handle(IGESDefs_HArray1OfHArray1OfTextDisplayTemplate) -#include +#include "../Interface/Interface_JaggedArray.gxx" diff --git a/src/IGESSelect/IGESSelect_FileModifier_0.cxx b/src/IGESSelect/IGESSelect_FileModifier_0.cxx index d14f35b4c4..27e1a0c00a 100644 --- a/src/IGESSelect/IGESSelect_FileModifier_0.cxx +++ b/src/IGESSelect/IGESSelect_FileModifier_0.cxx @@ -35,5 +35,5 @@ #define IFSelect_FileModifier IGESSelect_FileModifier #define IFSelect_FileModifier_hxx #define Handle_IFSelect_FileModifier Handle(IGESSelect_FileModifier) -#include +#include "../IFSelect/IFSelect_FileModifier.gxx" diff --git a/src/IGESSelect/IGESSelect_ModelModifier_0.cxx b/src/IGESSelect/IGESSelect_ModelModifier_0.cxx index 327d2a5cfc..57003f3d63 100644 --- a/src/IGESSelect/IGESSelect_ModelModifier_0.cxx +++ b/src/IGESSelect/IGESSelect_ModelModifier_0.cxx @@ -43,5 +43,5 @@ #define IFSelect_ModelModifier IGESSelect_ModelModifier #define IFSelect_ModelModifier_hxx #define Handle_IFSelect_ModelModifier Handle(IGESSelect_ModelModifier) -#include +#include "../IFSelect/IFSelect_ModelModifier.gxx" diff --git a/src/IntCurve/IntCurve_IntImpConicParConic_0.cxx b/src/IntCurve/IntCurve_IntImpConicParConic_0.cxx index 4c3f7831eb..0b7886cf06 100644 --- a/src/IntCurve/IntCurve_IntImpConicParConic_0.cxx +++ b/src/IntCurve/IntCurve_IntImpConicParConic_0.cxx @@ -38,5 +38,5 @@ #define IntImpParGen_MyImpParTool_hxx #define IntImpParGen_Intersector IntCurve_IntImpConicParConic #define IntImpParGen_Intersector_hxx -#include +#include "../IntImpParGen/IntImpParGen_Intersector.gxx" diff --git a/src/IntCurve/IntCurve_MyImpParToolOfIntImpConicParConic_0.cxx b/src/IntCurve/IntCurve_MyImpParToolOfIntImpConicParConic_0.cxx index a65b3b35f8..473b0dcbfd 100644 --- a/src/IntCurve/IntCurve_MyImpParToolOfIntImpConicParConic_0.cxx +++ b/src/IntCurve/IntCurve_MyImpParToolOfIntImpConicParConic_0.cxx @@ -29,5 +29,5 @@ #define ParTool_hxx #define IntImpParGen_ImpParTool IntCurve_MyImpParToolOfIntImpConicParConic #define IntImpParGen_ImpParTool_hxx -#include +#include "../IntImpParGen/IntImpParGen_ImpParTool.gxx" diff --git a/src/IntCurveSurface/IntCurveSurface_HInter_0.cxx b/src/IntCurveSurface/IntCurveSurface_HInter_0.cxx index 5e494e72fb..396eceb433 100644 --- a/src/IntCurveSurface/IntCurveSurface_HInter_0.cxx +++ b/src/IntCurveSurface/IntCurveSurface_HInter_0.cxx @@ -69,5 +69,5 @@ #define IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactInter_hxx #define IntCurveSurface_Inter IntCurveSurface_HInter #define IntCurveSurface_Inter_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_Inter.gxx" diff --git a/src/IntCurveSurface/IntCurveSurface_TheCSFunctionOfHInter_0.cxx b/src/IntCurveSurface/IntCurveSurface_TheCSFunctionOfHInter_0.cxx index 3c9780a8e0..4ea16e1ec5 100644 --- a/src/IntCurveSurface/IntCurveSurface_TheCSFunctionOfHInter_0.cxx +++ b/src/IntCurveSurface/IntCurveSurface_TheCSFunctionOfHInter_0.cxx @@ -34,5 +34,5 @@ #define TheCurveTool_hxx #define IntImp_ZerCSParFunc IntCurveSurface_TheCSFunctionOfHInter #define IntImp_ZerCSParFunc_hxx -#include +#include "../IntImp/IntImp_ZerCSParFunc.gxx" diff --git a/src/IntCurveSurface/IntCurveSurface_TheExactHInter_0.cxx b/src/IntCurveSurface/IntCurveSurface_TheExactHInter_0.cxx index fcac3f65a2..32091534ac 100644 --- a/src/IntCurveSurface/IntCurveSurface_TheExactHInter_0.cxx +++ b/src/IntCurveSurface/IntCurveSurface_TheExactHInter_0.cxx @@ -39,5 +39,5 @@ #define TheFunction_hxx #define IntImp_IntCS IntCurveSurface_TheExactHInter #define IntImp_IntCS_hxx -#include +#include "../IntImp/IntImp_IntCS.gxx" diff --git a/src/IntCurveSurface/IntCurveSurface_TheHCurveTool_0.cxx b/src/IntCurveSurface/IntCurveSurface_TheHCurveTool_0.cxx index 3e49b63fbc..99376fd958 100644 --- a/src/IntCurveSurface/IntCurveSurface_TheHCurveTool_0.cxx +++ b/src/IntCurveSurface/IntCurveSurface_TheHCurveTool_0.cxx @@ -30,5 +30,5 @@ #define CurveGen_hxx #define IntCurveSurface_HCurveTool IntCurveSurface_TheHCurveTool #define IntCurveSurface_HCurveTool_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_HCurveTool.gxx" diff --git a/src/IntCurveSurface/IntCurveSurface_TheInterferenceOfHInter_0.cxx b/src/IntCurveSurface/IntCurveSurface_TheInterferenceOfHInter_0.cxx index be7b7a0e46..c09c75e194 100644 --- a/src/IntCurveSurface/IntCurveSurface_TheInterferenceOfHInter_0.cxx +++ b/src/IntCurveSurface/IntCurveSurface_TheInterferenceOfHInter_0.cxx @@ -36,5 +36,5 @@ #define ToolPolyh_hxx #define Intf_InterferencePolygonPolyhedron IntCurveSurface_TheInterferenceOfHInter #define Intf_InterferencePolygonPolyhedron_hxx -#include +#include "../Intf/Intf_InterferencePolygonPolyhedron.gxx" diff --git a/src/IntCurveSurface/IntCurveSurface_ThePolygonOfHInter_0.cxx b/src/IntCurveSurface/IntCurveSurface_ThePolygonOfHInter_0.cxx index 6ea6bb6c2d..b96d928ead 100644 --- a/src/IntCurveSurface/IntCurveSurface_ThePolygonOfHInter_0.cxx +++ b/src/IntCurveSurface/IntCurveSurface_ThePolygonOfHInter_0.cxx @@ -29,5 +29,5 @@ #define TheCurveTool_hxx #define IntCurveSurface_Polygon IntCurveSurface_ThePolygonOfHInter #define IntCurveSurface_Polygon_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_Polygon.gxx" diff --git a/src/IntCurveSurface/IntCurveSurface_ThePolygonToolOfHInter_0.cxx b/src/IntCurveSurface/IntCurveSurface_ThePolygonToolOfHInter_0.cxx index 2920f1d9b8..5e93504992 100644 --- a/src/IntCurveSurface/IntCurveSurface_ThePolygonToolOfHInter_0.cxx +++ b/src/IntCurveSurface/IntCurveSurface_ThePolygonToolOfHInter_0.cxx @@ -30,5 +30,5 @@ #define TheBoundingBox_hxx #define IntCurveSurface_PolygonTool IntCurveSurface_ThePolygonToolOfHInter #define IntCurveSurface_PolygonTool_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_PolygonTool.gxx" diff --git a/src/IntCurveSurface/IntCurveSurface_ThePolyhedronOfHInter_0.cxx b/src/IntCurveSurface/IntCurveSurface_ThePolyhedronOfHInter_0.cxx index 6b317f49f7..37e0579ae3 100644 --- a/src/IntCurveSurface/IntCurveSurface_ThePolyhedronOfHInter_0.cxx +++ b/src/IntCurveSurface/IntCurveSurface_ThePolyhedronOfHInter_0.cxx @@ -30,5 +30,5 @@ #define ThePSurfaceTool_hxx #define IntCurveSurface_Polyhedron IntCurveSurface_ThePolyhedronOfHInter #define IntCurveSurface_Polyhedron_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_Polyhedron.gxx" diff --git a/src/IntCurveSurface/IntCurveSurface_ThePolyhedronToolOfHInter_0.cxx b/src/IntCurveSurface/IntCurveSurface_ThePolyhedronToolOfHInter_0.cxx index d7b90965e6..01c2cc71cf 100644 --- a/src/IntCurveSurface/IntCurveSurface_ThePolyhedronToolOfHInter_0.cxx +++ b/src/IntCurveSurface/IntCurveSurface_ThePolyhedronToolOfHInter_0.cxx @@ -26,5 +26,5 @@ #define ThePolyhedron_hxx #define IntCurveSurface_PolyhedronTool IntCurveSurface_ThePolyhedronToolOfHInter #define IntCurveSurface_PolyhedronTool_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_PolyhedronTool.gxx" diff --git a/src/IntCurveSurface/IntCurveSurface_TheQuadCurvExactHInter_0.cxx b/src/IntCurveSurface/IntCurveSurface_TheQuadCurvExactHInter_0.cxx index 4116a056ff..1a397cfdac 100644 --- a/src/IntCurveSurface/IntCurveSurface_TheQuadCurvExactHInter_0.cxx +++ b/src/IntCurveSurface/IntCurveSurface_TheQuadCurvExactHInter_0.cxx @@ -35,5 +35,5 @@ #define IntCurveSurface_TheQuadCurvFunc_hxx #define IntCurveSurface_QuadricCurveExactInter IntCurveSurface_TheQuadCurvExactHInter #define IntCurveSurface_QuadricCurveExactInter_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_QuadricCurveExactInter.gxx" diff --git a/src/IntCurveSurface/IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter_0.cxx b/src/IntCurveSurface/IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter_0.cxx index 0b5add0770..575a766a09 100644 --- a/src/IntCurveSurface/IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter_0.cxx +++ b/src/IntCurveSurface/IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter_0.cxx @@ -29,5 +29,5 @@ #define TheCurveTool_hxx #define IntCurveSurface_QuadricCurveFunc IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter #define IntCurveSurface_QuadricCurveFunc_hxx -#include +#include "../IntCurveSurface/IntCurveSurface_QuadricCurveFunc.gxx" diff --git a/src/IntPatch/IntPatch_CurvIntSurf_0.cxx b/src/IntPatch/IntPatch_CurvIntSurf_0.cxx index 0ed03b6d54..e0471cdf8e 100644 --- a/src/IntPatch/IntPatch_CurvIntSurf_0.cxx +++ b/src/IntPatch/IntPatch_CurvIntSurf_0.cxx @@ -39,5 +39,5 @@ #define TheFunction_hxx #define IntImp_IntCS IntPatch_CurvIntSurf #define IntImp_IntCS_hxx -#include +#include "../IntImp/IntImp_IntCS.gxx" diff --git a/src/IntPatch/IntPatch_ImpImpIntersection.cxx b/src/IntPatch/IntPatch_ImpImpIntersection.cxx index d200621511..371dfcf75e 100644 --- a/src/IntPatch/IntPatch_ImpImpIntersection.cxx +++ b/src/IntPatch/IntPatch_ImpImpIntersection.cxx @@ -34,13 +34,13 @@ #include #include #include -#include -#include -#include -#include -#include -#include -#include +#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 #include #include diff --git a/src/IntPatch/IntPatch_TheIWLineOfTheIWalking_0.cxx b/src/IntPatch/IntPatch_TheIWLineOfTheIWalking_0.cxx index 9a0ea40da0..20e6be2071 100644 --- a/src/IntPatch/IntPatch_TheIWLineOfTheIWalking_0.cxx +++ b/src/IntPatch/IntPatch_TheIWLineOfTheIWalking_0.cxx @@ -39,5 +39,5 @@ #define IntWalk_IWLine IntPatch_TheIWLineOfTheIWalking #define IntWalk_IWLine_hxx #define Handle_IntWalk_IWLine Handle(IntPatch_TheIWLineOfTheIWalking) -#include +#include "../IntWalk/IntWalk_IWLine.gxx" diff --git a/src/IntPatch/IntPatch_TheIWalking_0.cxx b/src/IntPatch/IntPatch_TheIWalking_0.cxx index 7605adabd9..2475d5d45b 100644 --- a/src/IntPatch/IntPatch_TheIWalking_0.cxx +++ b/src/IntPatch/IntPatch_TheIWalking_0.cxx @@ -54,5 +54,5 @@ #define Handle_IntWalk_TheIWLine Handle(IntPatch_TheIWLineOfTheIWalking) #define IntWalk_IWalking IntPatch_TheIWalking #define IntWalk_IWalking_hxx -#include +#include "../IntWalk/IntWalk_IWalking.gxx" diff --git a/src/IntPatch/IntPatch_ThePathPointOfTheSOnBounds_0.cxx b/src/IntPatch/IntPatch_ThePathPointOfTheSOnBounds_0.cxx index a5a9d40021..5e4fbab110 100644 --- a/src/IntPatch/IntPatch_ThePathPointOfTheSOnBounds_0.cxx +++ b/src/IntPatch/IntPatch_ThePathPointOfTheSOnBounds_0.cxx @@ -28,5 +28,5 @@ #define TheArc_hxx #define IntStart_PathPoint IntPatch_ThePathPointOfTheSOnBounds #define IntStart_PathPoint_hxx -#include +#include "../IntStart/IntStart_PathPoint.gxx" diff --git a/src/IntPatch/IntPatch_TheSOnBounds_0.cxx b/src/IntPatch/IntPatch_TheSOnBounds_0.cxx index 8a08aa4b26..88ed441a46 100644 --- a/src/IntPatch/IntPatch_TheSOnBounds_0.cxx +++ b/src/IntPatch/IntPatch_TheSOnBounds_0.cxx @@ -53,5 +53,5 @@ #define IntStart_SequenceOfSegment_hxx #define IntStart_SearchOnBoundaries IntPatch_TheSOnBounds #define IntStart_SearchOnBoundaries_hxx -#include +#include "../IntStart/IntStart_SearchOnBoundaries.gxx" diff --git a/src/IntPatch/IntPatch_TheSearchInside_0.cxx b/src/IntPatch/IntPatch_TheSearchInside_0.cxx index 8bdac08f44..c914969836 100644 --- a/src/IntPatch/IntPatch_TheSearchInside_0.cxx +++ b/src/IntPatch/IntPatch_TheSearchInside_0.cxx @@ -39,5 +39,5 @@ #define TheFunction_hxx #define IntStart_SearchInside IntPatch_TheSearchInside #define IntStart_SearchInside_hxx -#include +#include "../IntStart/IntStart_SearchInside.gxx" diff --git a/src/IntPatch/IntPatch_TheSegmentOfTheSOnBounds_0.cxx b/src/IntPatch/IntPatch_TheSegmentOfTheSOnBounds_0.cxx index 8a7c89d070..c9fa2302f0 100644 --- a/src/IntPatch/IntPatch_TheSegmentOfTheSOnBounds_0.cxx +++ b/src/IntPatch/IntPatch_TheSegmentOfTheSOnBounds_0.cxx @@ -30,5 +30,5 @@ #define ThePathPoint_hxx #define IntStart_Segment IntPatch_TheSegmentOfTheSOnBounds #define IntStart_Segment_hxx -#include +#include "../IntStart/IntStart_Segment.gxx" diff --git a/src/IntPatch/IntPatch_TheSurfFunction_0.cxx b/src/IntPatch/IntPatch_TheSurfFunction_0.cxx index 06160584f6..cfd326de19 100644 --- a/src/IntPatch/IntPatch_TheSurfFunction_0.cxx +++ b/src/IntPatch/IntPatch_TheSurfFunction_0.cxx @@ -37,5 +37,5 @@ #define TheISurfaceTool_hxx #define IntImp_ZerImpFunc IntPatch_TheSurfFunction #define IntImp_ZerImpFunc_hxx -#include +#include "../IntImp/IntImp_ZerImpFunc.gxx" diff --git a/src/IntWalk/IntWalk_IWalking.gxx b/src/IntWalk/IntWalk_IWalking.gxx index 5f810a1fff..b2189bc7b8 100644 --- a/src/IntWalk/IntWalk_IWalking.gxx +++ b/src/IntWalk/IntWalk_IWalking.gxx @@ -18,9 +18,9 @@ #include -#include -#include -#include -#include -#include -#include +#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" diff --git a/src/IntWalk/IntWalk_TheFunctionOfTheInt2S_0.cxx b/src/IntWalk/IntWalk_TheFunctionOfTheInt2S_0.cxx index 9646f69f43..0c96e895a8 100644 --- a/src/IntWalk/IntWalk_TheFunctionOfTheInt2S_0.cxx +++ b/src/IntWalk/IntWalk_TheFunctionOfTheInt2S_0.cxx @@ -29,5 +29,5 @@ #define ThePSurfaceTool_hxx #define IntImp_ZerParFunc IntWalk_TheFunctionOfTheInt2S #define IntImp_ZerParFunc_hxx -#include +#include "../IntImp/IntImp_ZerParFunc.gxx" diff --git a/src/IntWalk/IntWalk_TheInt2S_0.cxx b/src/IntWalk/IntWalk_TheInt2S_0.cxx index a9e59f5dcb..f67826c24a 100644 --- a/src/IntWalk/IntWalk_TheInt2S_0.cxx +++ b/src/IntWalk/IntWalk_TheInt2S_0.cxx @@ -37,5 +37,5 @@ #define IntImp_TheFunction_hxx #define IntImp_Int2S IntWalk_TheInt2S #define IntImp_Int2S_hxx -#include +#include "../IntImp/IntImp_Int2S.gxx" diff --git a/src/Interface/Interface_GeneralLib_0.cxx b/src/Interface/Interface_GeneralLib_0.cxx index ccaa03aa4d..17cd5f4536 100644 --- a/src/Interface/Interface_GeneralLib_0.cxx +++ b/src/Interface/Interface_GeneralLib_0.cxx @@ -40,5 +40,5 @@ #define Handle_LibCtl_Node Handle(Interface_NodeOfGeneralLib) #define LibCtl_Library Interface_GeneralLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_Library.gxx" diff --git a/src/Interface/Interface_GlobalNodeOfGeneralLib_0.cxx b/src/Interface/Interface_GlobalNodeOfGeneralLib_0.cxx index f3d758b87c..5f06bba2b8 100644 --- a/src/Interface/Interface_GlobalNodeOfGeneralLib_0.cxx +++ b/src/Interface/Interface_GlobalNodeOfGeneralLib_0.cxx @@ -50,5 +50,5 @@ #define Handle_LibCtl_Node Handle(Interface_NodeOfGeneralLib) #define LibCtl_Library Interface_GeneralLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_GlobalNode.gxx" diff --git a/src/Interface/Interface_GlobalNodeOfReaderLib_0.cxx b/src/Interface/Interface_GlobalNodeOfReaderLib_0.cxx index 38ada70de6..737bad41b0 100644 --- a/src/Interface/Interface_GlobalNodeOfReaderLib_0.cxx +++ b/src/Interface/Interface_GlobalNodeOfReaderLib_0.cxx @@ -50,5 +50,5 @@ #define Handle_LibCtl_Node Handle(Interface_NodeOfReaderLib) #define LibCtl_Library Interface_ReaderLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_GlobalNode.gxx" diff --git a/src/Interface/Interface_NodeOfGeneralLib_0.cxx b/src/Interface/Interface_NodeOfGeneralLib_0.cxx index 7c7f89420e..36151c5bb2 100644 --- a/src/Interface/Interface_NodeOfGeneralLib_0.cxx +++ b/src/Interface/Interface_NodeOfGeneralLib_0.cxx @@ -50,5 +50,5 @@ #define Handle_LibCtl_Node Handle(Interface_NodeOfGeneralLib) #define LibCtl_Library Interface_GeneralLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_Node.gxx" diff --git a/src/Interface/Interface_NodeOfReaderLib_0.cxx b/src/Interface/Interface_NodeOfReaderLib_0.cxx index 8bbf93d360..8272968931 100644 --- a/src/Interface/Interface_NodeOfReaderLib_0.cxx +++ b/src/Interface/Interface_NodeOfReaderLib_0.cxx @@ -50,5 +50,5 @@ #define Handle_LibCtl_Node Handle(Interface_NodeOfReaderLib) #define LibCtl_Library Interface_ReaderLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_Node.gxx" diff --git a/src/Interface/Interface_ReaderLib_0.cxx b/src/Interface/Interface_ReaderLib_0.cxx index 3c574f2138..59db9ef2c6 100644 --- a/src/Interface/Interface_ReaderLib_0.cxx +++ b/src/Interface/Interface_ReaderLib_0.cxx @@ -40,5 +40,5 @@ #define Handle_LibCtl_Node Handle(Interface_NodeOfReaderLib) #define LibCtl_Library Interface_ReaderLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_Library.gxx" diff --git a/src/LProp3d/LProp3d_CLProps_0.cxx b/src/LProp3d/LProp3d_CLProps_0.cxx index 53f50480f8..0b10323cf6 100644 --- a/src/LProp3d/LProp3d_CLProps_0.cxx +++ b/src/LProp3d/LProp3d_CLProps_0.cxx @@ -38,5 +38,5 @@ #define Tool_hxx #define LProp_CLProps LProp3d_CLProps #define LProp_CLProps_hxx -#include +#include "../LProp/LProp_CLProps.gxx" diff --git a/src/LProp3d/LProp3d_SLProps_0.cxx b/src/LProp3d/LProp3d_SLProps_0.cxx index 8daf03b6db..42f0ae711f 100644 --- a/src/LProp3d/LProp3d_SLProps_0.cxx +++ b/src/LProp3d/LProp3d_SLProps_0.cxx @@ -32,5 +32,5 @@ #define Tool_hxx #define LProp_SLProps LProp3d_SLProps #define LProp_SLProps_hxx -#include +#include "../LProp/LProp_SLProps.gxx" diff --git a/src/MAT/MAT_ListOfBisector_0.cxx b/src/MAT/MAT_ListOfBisector_0.cxx index 103dbc0793..df82df5bfa 100644 --- a/src/MAT/MAT_ListOfBisector_0.cxx +++ b/src/MAT/MAT_ListOfBisector_0.cxx @@ -38,5 +38,5 @@ #define MAT_TList MAT_ListOfBisector #define MAT_TList_hxx #define Handle_MAT_TList Handle(MAT_ListOfBisector) -#include +#include "../MAT/MAT_TList.gxx" diff --git a/src/MAT/MAT_ListOfEdge_0.cxx b/src/MAT/MAT_ListOfEdge_0.cxx index 759a1f907e..74286cde1e 100644 --- a/src/MAT/MAT_ListOfEdge_0.cxx +++ b/src/MAT/MAT_ListOfEdge_0.cxx @@ -38,5 +38,5 @@ #define MAT_TList MAT_ListOfEdge #define MAT_TList_hxx #define Handle_MAT_TList Handle(MAT_ListOfEdge) -#include +#include "../MAT/MAT_TList.gxx" diff --git a/src/MAT/MAT_TListNodeOfListOfBisector_0.cxx b/src/MAT/MAT_TListNodeOfListOfBisector_0.cxx index 8b30da4e34..11d53b7785 100644 --- a/src/MAT/MAT_TListNodeOfListOfBisector_0.cxx +++ b/src/MAT/MAT_TListNodeOfListOfBisector_0.cxx @@ -39,5 +39,5 @@ #define MAT_TList MAT_ListOfBisector #define MAT_TList_hxx #define Handle_MAT_TList Handle(MAT_ListOfBisector) -#include +#include "../MAT/MAT_TListNode.gxx" diff --git a/src/MAT/MAT_TListNodeOfListOfEdge_0.cxx b/src/MAT/MAT_TListNodeOfListOfEdge_0.cxx index e813ea2794..e80290ff25 100644 --- a/src/MAT/MAT_TListNodeOfListOfEdge_0.cxx +++ b/src/MAT/MAT_TListNodeOfListOfEdge_0.cxx @@ -39,5 +39,5 @@ #define MAT_TList MAT_ListOfEdge #define MAT_TList_hxx #define Handle_MAT_TList Handle(MAT_ListOfEdge) -#include +#include "../MAT/MAT_TListNode.gxx" diff --git a/src/StepData/StepData_FileRecognizer_0.cxx b/src/StepData/StepData_FileRecognizer_0.cxx index f6f2aad364..2d64656f6d 100644 --- a/src/StepData/StepData_FileRecognizer_0.cxx +++ b/src/StepData/StepData_FileRecognizer_0.cxx @@ -40,5 +40,5 @@ #define Interface_Recognizer StepData_FileRecognizer #define Interface_Recognizer_hxx #define Handle_Interface_Recognizer Handle(StepData_FileRecognizer) -#include +#include "../Interface/Interface_Recognizer.gxx" diff --git a/src/StepData/StepData_GlobalNodeOfWriterLib_0.cxx b/src/StepData/StepData_GlobalNodeOfWriterLib_0.cxx index f6d60688af..dc0f3d11f5 100644 --- a/src/StepData/StepData_GlobalNodeOfWriterLib_0.cxx +++ b/src/StepData/StepData_GlobalNodeOfWriterLib_0.cxx @@ -50,5 +50,5 @@ #define Handle_LibCtl_Node Handle(StepData_NodeOfWriterLib) #define LibCtl_Library StepData_WriterLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_GlobalNode.gxx" diff --git a/src/StepData/StepData_NodeOfWriterLib_0.cxx b/src/StepData/StepData_NodeOfWriterLib_0.cxx index 9113976236..9a085e12f2 100644 --- a/src/StepData/StepData_NodeOfWriterLib_0.cxx +++ b/src/StepData/StepData_NodeOfWriterLib_0.cxx @@ -50,5 +50,5 @@ #define Handle_LibCtl_Node Handle(StepData_NodeOfWriterLib) #define LibCtl_Library StepData_WriterLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_Node.gxx" diff --git a/src/StepData/StepData_WriterLib_0.cxx b/src/StepData/StepData_WriterLib_0.cxx index 99cb924975..b1e7ea78f9 100644 --- a/src/StepData/StepData_WriterLib_0.cxx +++ b/src/StepData/StepData_WriterLib_0.cxx @@ -40,5 +40,5 @@ #define Handle_LibCtl_Node Handle(StepData_NodeOfWriterLib) #define LibCtl_Library StepData_WriterLib #define LibCtl_Library_hxx -#include +#include "../LibCtl/LibCtl_Library.gxx" diff --git a/src/StepSelect/StepSelect_FileModifier_0.cxx b/src/StepSelect/StepSelect_FileModifier_0.cxx index e287db3cbd..5a34de29f7 100644 --- a/src/StepSelect/StepSelect_FileModifier_0.cxx +++ b/src/StepSelect/StepSelect_FileModifier_0.cxx @@ -35,5 +35,5 @@ #define IFSelect_FileModifier StepSelect_FileModifier #define IFSelect_FileModifier_hxx #define Handle_IFSelect_FileModifier Handle(StepSelect_FileModifier) -#include +#include "../IFSelect/IFSelect_FileModifier.gxx" diff --git a/src/StepSelect/StepSelect_ModelModifier_0.cxx b/src/StepSelect/StepSelect_ModelModifier_0.cxx index 916472a260..986194e197 100644 --- a/src/StepSelect/StepSelect_ModelModifier_0.cxx +++ b/src/StepSelect/StepSelect_ModelModifier_0.cxx @@ -43,5 +43,5 @@ #define IFSelect_ModelModifier StepSelect_ModelModifier #define IFSelect_ModelModifier_hxx #define Handle_IFSelect_ModelModifier Handle(StepSelect_ModelModifier) -#include +#include "../IFSelect/IFSelect_ModelModifier.gxx" diff --git a/src/TopBas/TopBas_TestInterference_0.cxx b/src/TopBas/TopBas_TestInterference_0.cxx index 67bc8d1ead..969cf9b987 100644 --- a/src/TopBas/TopBas_TestInterference_0.cxx +++ b/src/TopBas/TopBas_TestInterference_0.cxx @@ -24,5 +24,5 @@ #define TheShape_hxx #define TopBas_Interference TopBas_TestInterference #define TopBas_Interference_hxx -#include +#include "../TopBas/TopBas_Interference.gxx"