Refactor file extension filters in CMake and QMake configurations.
Gxx extension used as a "old-way-template" to repeat .cxx content.
Marking gxx as a source file instead of header.
Moving to absolute path for the gxx integrations.
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()
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)")
}
# 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)$ }
#define AppParCurves_BSpGradient_BFGS_hxx <AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute.hxx>
#define AppParCurves_BSpGradient AppDef_MyBSplGradientOfBSplineCompute
#define AppParCurves_BSpGradient_hxx <AppDef_MyBSplGradientOfBSplineCompute.hxx>
-#include <AppParCurves_BSpGradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient_BFGS.gxx"
#define Squares_hxx <AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute.hxx>
#define AppParCurves_BSpFunction AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute
#define AppParCurves_BSpFunction_hxx <AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute.hxx>
-#include <AppParCurves_BSpFunction.gxx>
+#include "../AppParCurves/AppParCurves_BSpFunction.gxx"
#define ToolLine_hxx <AppDef_MyLineTool.hxx>
#define AppParCurves_LeastSquare AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute
#define AppParCurves_LeastSquare_hxx <AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
#define Approx_Gradient_BFGSOfMyGradientbis_hxx <AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute.hxx>
#define Approx_BSplComputeLine AppDef_BSplineCompute
#define Approx_BSplComputeLine_hxx <AppDef_BSplineCompute.hxx>
-#include <Approx_BSplComputeLine.gxx>
+#include "../Approx/Approx_BSplComputeLine.gxx"
#define Approx_Gradient_BFGSOfMyGradient_hxx <AppDef_Gradient_BFGSOfMyGradientOfCompute.hxx>
#define Approx_ComputeLine AppDef_Compute
#define Approx_ComputeLine_hxx <AppDef_Compute.hxx>
-#include <Approx_ComputeLine.gxx>
+#include "../Approx/Approx_ComputeLine.gxx"
#define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfMyGradientOfCompute.hxx>
#define AppParCurves_Gradient AppDef_MyGradientOfCompute
#define AppParCurves_Gradient_hxx <AppDef_MyGradientOfCompute.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
#define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute.hxx>
#define AppParCurves_Gradient AppDef_MyGradientbisOfBSplineCompute
#define AppParCurves_Gradient_hxx <AppDef_MyGradientbisOfBSplineCompute.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
#define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfTheGradient.hxx>
#define AppParCurves_Gradient AppDef_TheGradient
#define AppParCurves_Gradient_hxx <AppDef_TheGradient.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
#define AppParCurves_BSpGradient_BFGS_hxx <AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute.hxx>
#define AppParCurves_BSpGradient AppDef_MyBSplGradientOfBSplineCompute
#define AppParCurves_BSpGradient_hxx <AppDef_MyBSplGradientOfBSplineCompute.hxx>
-#include <AppParCurves_BSpGradient.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient.gxx"
#define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfMyGradientOfCompute.hxx>
#define AppParCurves_Gradient AppDef_MyGradientOfCompute
#define AppParCurves_Gradient_hxx <AppDef_MyGradientOfCompute.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
#define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute.hxx>
#define AppParCurves_Gradient AppDef_MyGradientbisOfBSplineCompute
#define AppParCurves_Gradient_hxx <AppDef_MyGradientbisOfBSplineCompute.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
#define ResolCons_hxx <AppDef_ResConstraintOfMyGradientOfCompute.hxx>
#define AppParCurves_Function AppDef_ParFunctionOfMyGradientOfCompute
#define AppParCurves_Function_hxx <AppDef_ParFunctionOfMyGradientOfCompute.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
#define ResolCons_hxx <AppDef_ResConstraintOfMyGradientbisOfBSplineCompute.hxx>
#define AppParCurves_Function AppDef_ParFunctionOfMyGradientbisOfBSplineCompute
#define AppParCurves_Function_hxx <AppDef_ParFunctionOfMyGradientbisOfBSplineCompute.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
#define ResolCons_hxx <AppDef_ResConstraintOfTheGradient.hxx>
#define AppParCurves_Function AppDef_ParFunctionOfTheGradient
#define AppParCurves_Function_hxx <AppDef_ParFunctionOfTheGradient.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
#define ToolLine_hxx <AppDef_MyLineTool.hxx>
#define AppParCurves_LeastSquare AppDef_ParLeastSquareOfMyGradientOfCompute
#define AppParCurves_LeastSquare_hxx <AppDef_ParLeastSquareOfMyGradientOfCompute.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
#define ToolLine_hxx <AppDef_MyLineTool.hxx>
#define AppParCurves_LeastSquare AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute
#define AppParCurves_LeastSquare_hxx <AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
#define ToolLine_hxx <AppDef_MyLineTool.hxx>
#define AppParCurves_LeastSquare AppDef_ParLeastSquareOfTheGradient
#define AppParCurves_LeastSquare_hxx <AppDef_ParLeastSquareOfTheGradient.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
#define ToolLine_hxx <AppDef_MyLineTool.hxx>
#define AppParCurves_ResolConstraint AppDef_ResConstraintOfMyGradientOfCompute
#define AppParCurves_ResolConstraint_hxx <AppDef_ResConstraintOfMyGradientOfCompute.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
#define ToolLine_hxx <AppDef_MyLineTool.hxx>
#define AppParCurves_ResolConstraint AppDef_ResConstraintOfMyGradientbisOfBSplineCompute
#define AppParCurves_ResolConstraint_hxx <AppDef_ResConstraintOfMyGradientbisOfBSplineCompute.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
#define ToolLine_hxx <AppDef_MyLineTool.hxx>
#define AppParCurves_ResolConstraint AppDef_ResConstraintOfTheGradient
#define AppParCurves_ResolConstraint_hxx <AppDef_ResConstraintOfTheGradient.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
#define ResolCons_hxx <AppDef_TheResol.hxx>
#define AppParCurves_Function AppDef_TheFunction
#define AppParCurves_Function_hxx <AppDef_TheFunction.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
#define AppParCurves_Gradient_BFGS_hxx <AppDef_Gradient_BFGSOfTheGradient.hxx>
#define AppParCurves_Gradient AppDef_TheGradient
#define AppParCurves_Gradient_hxx <AppDef_TheGradient.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
#define ToolLine_hxx <AppDef_MyLineTool.hxx>
#define AppParCurves_LeastSquare AppDef_TheLeastSquares
#define AppParCurves_LeastSquare_hxx <AppDef_TheLeastSquares.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
#define ToolLine_hxx <AppDef_MyLineTool.hxx>
#define AppParCurves_ResolConstraint AppDef_TheResol
#define AppParCurves_ResolConstraint_hxx <AppDef_TheResol.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
#define MultiLine_hxx <AppCont_Function.hxx>
#define Approx_ComputeCLine Approx_FitAndDivide2d
#define Approx_ComputeCLine_hxx <Approx_FitAndDivide2d.hxx>
-#include <Approx_ComputeCLine.gxx>
+#include "../Approx/Approx_ComputeCLine.gxx"
#define MultiLine_hxx <AppCont_Function.hxx>
#define Approx_ComputeCLine Approx_FitAndDivide
#define Approx_ComputeCLine_hxx <Approx_FitAndDivide.hxx>
-#include <Approx_ComputeCLine.gxx>
+#include "../Approx/Approx_ComputeCLine.gxx"
#define ApproxInt_MyGradientOfTheComputeLineBezier_hxx <BRepApprox_MyGradientOfTheComputeLineBezierOfApprox.hxx>
#define ApproxInt_Approx BRepApprox_Approx
#define ApproxInt_Approx_hxx <BRepApprox_Approx.hxx>
-#include <ApproxInt_Approx.gxx>
+#include "../ApproxInt/ApproxInt_Approx.gxx"
#define AppParCurves_BSpGradient_BFGS_hxx <BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox.hxx>
#define AppParCurves_BSpGradient BRepApprox_MyBSplGradientOfTheComputeLineOfApprox
#define AppParCurves_BSpGradient_hxx <BRepApprox_MyBSplGradientOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_BSpGradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient_BFGS.gxx"
#define Squares_hxx <BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox.hxx>
#define AppParCurves_BSpFunction BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox
#define AppParCurves_BSpFunction_hxx <BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_BSpFunction.gxx>
+#include "../AppParCurves/AppParCurves_BSpFunction.gxx"
#define ToolLine_hxx <BRepApprox_TheMultiLineToolOfApprox.hxx>
#define AppParCurves_LeastSquare BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox
#define AppParCurves_LeastSquare_hxx <BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
#define AppParCurves_Gradient_BFGS_hxx <BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
#define AppParCurves_Gradient BRepApprox_MyGradientOfTheComputeLineBezierOfApprox
#define AppParCurves_Gradient_hxx <BRepApprox_MyGradientOfTheComputeLineBezierOfApprox.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
#define AppParCurves_Gradient_BFGS_hxx <BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox.hxx>
#define AppParCurves_Gradient BRepApprox_MyGradientbisOfTheComputeLineOfApprox
#define AppParCurves_Gradient_hxx <BRepApprox_MyGradientbisOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
#define AppParCurves_BSpGradient_BFGS_hxx <BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox.hxx>
#define AppParCurves_BSpGradient BRepApprox_MyBSplGradientOfTheComputeLineOfApprox
#define AppParCurves_BSpGradient_hxx <BRepApprox_MyBSplGradientOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_BSpGradient.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient.gxx"
#define AppParCurves_Gradient_BFGS_hxx <BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
#define AppParCurves_Gradient BRepApprox_MyGradientOfTheComputeLineBezierOfApprox
#define AppParCurves_Gradient_hxx <BRepApprox_MyGradientOfTheComputeLineBezierOfApprox.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
#define AppParCurves_Gradient_BFGS_hxx <BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox.hxx>
#define AppParCurves_Gradient BRepApprox_MyGradientbisOfTheComputeLineOfApprox
#define AppParCurves_Gradient_hxx <BRepApprox_MyGradientbisOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
#define ResolCons_hxx <BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
#define AppParCurves_Function BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox
#define AppParCurves_Function_hxx <BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
#define ResolCons_hxx <BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox.hxx>
#define AppParCurves_Function BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox
#define AppParCurves_Function_hxx <BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
#define ToolLine_hxx <BRepApprox_TheMultiLineToolOfApprox.hxx>
#define AppParCurves_LeastSquare BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox
#define AppParCurves_LeastSquare_hxx <BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
#define ToolLine_hxx <BRepApprox_TheMultiLineToolOfApprox.hxx>
#define AppParCurves_LeastSquare BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox
#define AppParCurves_LeastSquare_hxx <BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
#define ToolLine_hxx <BRepApprox_TheMultiLineToolOfApprox.hxx>
#define AppParCurves_ResolConstraint BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox
#define AppParCurves_ResolConstraint_hxx <BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
#define ToolLine_hxx <BRepApprox_TheMultiLineToolOfApprox.hxx>
#define AppParCurves_ResolConstraint BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox
#define AppParCurves_ResolConstraint_hxx <BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
#define Approx_Gradient_BFGSOfMyGradient_hxx <BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox.hxx>
#define Approx_ComputeLine BRepApprox_TheComputeLineBezierOfApprox
#define Approx_ComputeLine_hxx <BRepApprox_TheComputeLineBezierOfApprox.hxx>
-#include <Approx_ComputeLine.gxx>
+#include "../Approx/Approx_ComputeLine.gxx"
#define Approx_Gradient_BFGSOfMyGradientbis_hxx <BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox.hxx>
#define Approx_BSplComputeLine BRepApprox_TheComputeLineOfApprox
#define Approx_BSplComputeLine_hxx <BRepApprox_TheComputeLineOfApprox.hxx>
-#include <Approx_BSplComputeLine.gxx>
+#include "../Approx/Approx_BSplComputeLine.gxx"
#define ThePSurfaceTool_hxx <BRepApprox_SurfaceTool.hxx>
#define IntImp_ZerParFunc BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox
#define IntImp_ZerParFunc_hxx <BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx>
-#include <IntImp_ZerParFunc.gxx>
+#include "../IntImp/IntImp_ZerParFunc.gxx"
#define ApproxInt_TheZerImpFunc_hxx <BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox.hxx>
#define ApproxInt_ImpPrmSvSurfaces BRepApprox_TheImpPrmSvSurfacesOfApprox
#define ApproxInt_ImpPrmSvSurfaces_hxx <BRepApprox_TheImpPrmSvSurfacesOfApprox.hxx>
-#include <ApproxInt_ImpPrmSvSurfaces.gxx>
+#include "../ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx"
#define IntImp_TheFunction_hxx <BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx>
#define IntImp_Int2S BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox
#define IntImp_Int2S_hxx <BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx>
-#include <IntImp_Int2S.gxx>
+#include "../IntImp/IntImp_Int2S.gxx"
#define TheSvSurfaces_hxx <ApproxInt_SvSurfaces.hxx>
#define ApproxInt_MultiLine BRepApprox_TheMultiLineOfApprox
#define ApproxInt_MultiLine_hxx <BRepApprox_TheMultiLineOfApprox.hxx>
-#include <ApproxInt_MultiLine.gxx>
+#include "../ApproxInt/ApproxInt_MultiLine.gxx"
#define ApproxInt_TheFunctionOfTheInt2S_hxx <BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx>
#define ApproxInt_PrmPrmSvSurfaces BRepApprox_ThePrmPrmSvSurfacesOfApprox
#define ApproxInt_PrmPrmSvSurfaces_hxx <BRepApprox_ThePrmPrmSvSurfacesOfApprox.hxx>
-#include <ApproxInt_PrmPrmSvSurfaces.gxx>
+#include "../ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx"
#define TheISurfaceTool_hxx <IntSurf_QuadricTool.hxx>
#define IntImp_ZerImpFunc BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox
#define IntImp_ZerImpFunc_hxx <BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox.hxx>
-#include <IntImp_ZerImpFunc.gxx>
+#include "../IntImp/IntImp_ZerImpFunc.gxx"
#define TheLine_hxx <BRepBlend_Line.hxx>
#define AppBlend_AppSurf BRepBlend_AppSurf
#define AppBlend_AppSurf_hxx <BRepBlend_AppSurf.hxx>
-#include <AppBlend_AppSurf.gxx>
+#include "../AppBlend/AppBlend_AppSurf.gxx"
#define TheLine_hxx <BRepBlend_Line.hxx>
#define Blend_CSWalking BRepBlend_CSWalking
#define Blend_CSWalking_hxx <BRepBlend_CSWalking.hxx>
-#include <Blend_CSWalking.gxx>
+#include "../Blend/Blend_CSWalking.gxx"
#define TheLine_hxx <BRepBlend_Line.hxx>
#define Blend_Walking BRepBlend_Walking
#define Blend_Walking_hxx <BRepBlend_Walking.hxx>
-#include <Blend_Walking.gxx>
+#include "../Blend/Blend_Walking.gxx"
#define TheIntersector_hxx <BRepClass_Intersector.hxx>
#define TopClass_Classifier2d BRepClass_FClass2dOfFClassifier
#define TopClass_Classifier2d_hxx <BRepClass_FClass2dOfFClassifier.hxx>
-#include <TopClass_Classifier2d.gxx>
+#include "../TopClass/TopClass_Classifier2d.gxx"
#define TopClass_FClass2d_hxx <BRepClass_FClass2dOfFClassifier.hxx>
#define TopClass_FaceClassifier BRepClass_FClassifier
#define TopClass_FaceClassifier_hxx <BRepClass_FClassifier.hxx>
-#include <TopClass_FaceClassifier.gxx>
+#include "../TopClass/TopClass_FaceClassifier.gxx"
#define TheIntersector_hxx <BRepClass_Intersector.hxx>
#define TopClass_Classifier2d BRepClass_FacePassiveClassifier
#define TopClass_Classifier2d_hxx <BRepClass_FacePassiveClassifier.hxx>
-#include <TopClass_Classifier2d.gxx>
+#include "../TopClass/TopClass_Classifier2d.gxx"
#define TheIntersector_hxx <BRepClass3d_Intersector3d.hxx>
#define TopClass_Classifier3d BRepClass3d_SolidPassiveClassifier
#define TopClass_Classifier3d_hxx <BRepClass3d_SolidPassiveClassifier.hxx>
-#include <TopClass_Classifier3d.gxx>
+#include "../TopClass/TopClass_Classifier3d.gxx"
#define MultiLine_hxx <BRepFill_MultiLine.hxx>
#define Approx_ComputeCLine BRepFill_ComputeCLine
#define Approx_ComputeCLine_hxx <BRepFill_ComputeCLine.hxx>
-#include <Approx_ComputeCLine.gxx>
+#include "../Approx/Approx_ComputeCLine.gxx"
#define Tool_hxx <BRepLProp_CurveTool.hxx>
#define LProp_CLProps BRepLProp_CLProps
#define LProp_CLProps_hxx <BRepLProp_CLProps.hxx>
-#include <LProp_CLProps.gxx>
+#include "../LProp/LProp_CLProps.gxx"
#define Tool_hxx <BRepLProp_SurfaceTool.hxx>
#define LProp_SLProps BRepLProp_SLProps
#define LProp_SLProps_hxx <BRepLProp_SLProps.hxx>
-#include <LProp_SLProps.gxx>
+#include "../LProp/LProp_SLProps.gxx"
#define BSplCLib_DataContainer BSplCLib_DataContainer_2d
-#include <BSplCLib_CurveComputation.gxx>
+#include "../BSplCLib/BSplCLib_CurveComputation.gxx"
#define BSplCLib_DataContainer BSplCLib_DataContainer_3d
-#include <BSplCLib_CurveComputation.gxx>
+#include "../BSplCLib/BSplCLib_CurveComputation.gxx"
#endif
-#include <Blend_CSWalking_1.gxx>
-#include <Blend_CSWalking_2.gxx>
-#include <Blend_CSWalking_3.gxx>
-#include <Blend_CSWalking_4.gxx>
+#include "../Blend/Blend_CSWalking_1.gxx"
+#include "../Blend/Blend_CSWalking_2.gxx"
+#include "../Blend/Blend_CSWalking_3.gxx"
+#include "../Blend/Blend_CSWalking_4.gxx"
}
#endif
-#include <Blend_Walking_1.gxx>
-#include <Blend_Walking_2.gxx>
-#include <Blend_Walking_3.gxx>
-#include <Blend_Walking_4.gxx>
+#include "../Blend/Blend_Walking_1.gxx"
+#include "../Blend/Blend_Walking_2.gxx"
+#include "../Blend/Blend_Walking_3.gxx"
+#include "../Blend/Blend_Walking_4.gxx"
#define RealType_hxx <Standard_Real.hxx>
#define Bnd_B2x Bnd_B2d
#define Bnd_B2x_hxx <Bnd_B2d.hxx>
-#include <Bnd_B2x.gxx>
+#include "../Bnd/Bnd_B2x.gxx"
#define RealType_hxx <Standard_ShortReal.hxx>
#define Bnd_B2x Bnd_B2f
#define Bnd_B2x_hxx <Bnd_B2f.hxx>
-#include <Bnd_B2x.gxx>
+#include "../Bnd/Bnd_B2x.gxx"
#define RealType_hxx <Standard_Real.hxx>
#define Bnd_B3x Bnd_B3d
#define Bnd_B3x_hxx <Bnd_B3d.hxx>
-#include <Bnd_B3x.gxx>
+#include "../Bnd/Bnd_B3x.gxx"
#define RealType_hxx <Standard_ShortReal.hxx>
#define Bnd_B3x Bnd_B3f
#define Bnd_B3x_hxx <Bnd_B3f.hxx>
-#include <Bnd_B3x.gxx>
+#include "../Bnd/Bnd_B3x.gxx"
#define IntWalk_IWLine Contap_TheIWLineOfTheIWalking
#define IntWalk_IWLine_hxx <Contap_TheIWLineOfTheIWalking.hxx>
#define Handle_IntWalk_IWLine Handle(Contap_TheIWLineOfTheIWalking)
-#include <IntWalk_IWLine.gxx>
+#include "../IntWalk/IntWalk_IWLine.gxx"
#define Handle_IntWalk_TheIWLine Handle(Contap_TheIWLineOfTheIWalking)
#define IntWalk_IWalking Contap_TheIWalking
#define IntWalk_IWalking_hxx <Contap_TheIWalking.hxx>
-#include <IntWalk_IWalking.gxx>
+#include "../IntWalk/IntWalk_IWalking.gxx"
#define TheArc_hxx <Adaptor2d_Curve2d.hxx>
#define IntStart_PathPoint Contap_ThePathPointOfTheSearch
#define IntStart_PathPoint_hxx <Contap_ThePathPointOfTheSearch.hxx>
-#include <IntStart_PathPoint.gxx>
+#include "../IntStart/IntStart_PathPoint.gxx"
#define TheFunction_hxx <Contap_SurfFunction.hxx>
#define IntStart_SearchInside Contap_TheSearchInside
#define IntStart_SearchInside_hxx <Contap_TheSearchInside.hxx>
-#include <IntStart_SearchInside.gxx>
+#include "../IntStart/IntStart_SearchInside.gxx"
#define IntStart_SequenceOfSegment_hxx <Contap_SequenceOfSegmentOfTheSearch.hxx>
#define IntStart_SearchOnBoundaries Contap_TheSearch
#define IntStart_SearchOnBoundaries_hxx <Contap_TheSearch.hxx>
-#include <IntStart_SearchOnBoundaries.gxx>
+#include "../IntStart/IntStart_SearchOnBoundaries.gxx"
#define ThePathPoint_hxx <Contap_ThePathPointOfTheSearch.hxx>
#define IntStart_Segment Contap_TheSegmentOfTheSearch
#define IntStart_Segment_hxx <Contap_TheSegmentOfTheSearch.hxx>
-#include <IntStart_Segment.gxx>
+#include "../IntStart/IntStart_Segment.gxx"
#define Extrema_SeqPOnC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_FuncExtCC Extrema_CCLocFOfLocECC2d
#define Extrema_FuncExtCC_hxx <Extrema_CCLocFOfLocECC2d.hxx>
-#include <Extrema_FuncExtCC.gxx>
+#include "../Extrema/Extrema_FuncExtCC.gxx"
#define Extrema_SeqPOnC_hxx <Extrema_SequenceOfPOnCurv.hxx>
#define Extrema_FuncExtCC Extrema_CCLocFOfLocECC
#define Extrema_FuncExtCC_hxx <Extrema_CCLocFOfLocECC.hxx>
-#include <Extrema_FuncExtCC.gxx>
+#include "../Extrema/Extrema_FuncExtCC.gxx"
#define Extrema_GExtPC Extrema_ExtPC2d
#define Extrema_GenExtCC Extrema_ECC2d
#define Extrema_GenExtCC_hxx <Extrema_ECC2d.hxx>
-#include <Extrema_GenExtCC.gxx>
+#include "../Extrema/Extrema_GenExtCC.gxx"
#define Extrema_GExtPC Extrema_ExtPC
#define Extrema_GenExtCC Extrema_ECC
#define Extrema_GenExtCC_hxx <Extrema_ECC.hxx>
-#include <Extrema_GenExtCC.gxx>
+#include "../Extrema/Extrema_GenExtCC.gxx"
#define Extrema_PCFOfEPC_hxx <Extrema_PCFOfEPCOfELPCOfLocateExtPC2d.hxx>
#define Extrema_GExtPC Extrema_ELPCOfLocateExtPC2d
#define Extrema_GExtPC_hxx <Extrema_ELPCOfLocateExtPC2d.hxx>
-#include <Extrema_GExtPC.gxx>
+#include "../Extrema/Extrema_GExtPC.gxx"
#define Extrema_PCFOfEPC_hxx <Extrema_PCFOfEPCOfELPCOfLocateExtPC.hxx>
#define Extrema_GExtPC Extrema_ELPCOfLocateExtPC
#define Extrema_GExtPC_hxx <Extrema_ELPCOfLocateExtPC.hxx>
-#include <Extrema_GExtPC.gxx>
+#include "../Extrema/Extrema_GExtPC.gxx"
#define Extrema_SeqPCOfPCF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_GenExtPC Extrema_EPCOfELPCOfLocateExtPC2d
#define Extrema_GenExtPC_hxx <Extrema_EPCOfELPCOfLocateExtPC2d.hxx>
-#include <Extrema_GenExtPC.gxx>
+#include "../Extrema/Extrema_GenExtPC.gxx"
#define Extrema_SeqPCOfPCF_hxx <Extrema_SequenceOfPOnCurv.hxx>
#define Extrema_GenExtPC Extrema_EPCOfELPCOfLocateExtPC
#define Extrema_GenExtPC_hxx <Extrema_EPCOfELPCOfLocateExtPC.hxx>
-#include <Extrema_GenExtPC.gxx>
+#include "../Extrema/Extrema_GenExtPC.gxx"
#define Extrema_SeqPCOfPCF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_GenExtPC Extrema_EPCOfExtPC2d
#define Extrema_GenExtPC_hxx <Extrema_EPCOfExtPC2d.hxx>
-#include <Extrema_GenExtPC.gxx>
+#include "../Extrema/Extrema_GenExtPC.gxx"
#define Extrema_SeqPCOfPCF_hxx <Extrema_SequenceOfPOnCurv.hxx>
#define Extrema_GenExtPC Extrema_EPCOfExtPC
#define Extrema_GenExtPC_hxx <Extrema_EPCOfExtPC.hxx>
-#include <Extrema_GenExtPC.gxx>
+#include "../Extrema/Extrema_GenExtPC.gxx"
#define Extrema_PCFOfEPC_hxx <Extrema_PCFOfEPCOfExtPC2d.hxx>
#define Extrema_GExtPC Extrema_ExtPC2d
#define Extrema_GExtPC_hxx <Extrema_ExtPC2d.hxx>
-#include <Extrema_GExtPC.gxx>
+#include "../Extrema/Extrema_GExtPC.gxx"
#define Extrema_PCFOfEPC_hxx <Extrema_PCFOfEPCOfExtPC.hxx>
#define Extrema_GExtPC Extrema_ExtPC
#define Extrema_GExtPC_hxx <Extrema_ExtPC.hxx>
-#include <Extrema_GExtPC.gxx>
+#include "../Extrema/Extrema_GExtPC.gxx"
#define Extrema_SeqPOnCOfCCLocF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_GenLocateExtCC Extrema_LocECC2d
#define Extrema_GenLocateExtCC_hxx <Extrema_LocECC2d.hxx>
-#include <Extrema_GenLocateExtCC.gxx>
+#include "../Extrema/Extrema_GenLocateExtCC.gxx"
#define Extrema_SeqPOnCOfCCLocF_hxx <Extrema_SequenceOfPOnCurv.hxx>
#define Extrema_GenLocateExtCC Extrema_LocECC
#define Extrema_GenLocateExtCC_hxx <Extrema_LocECC.hxx>
-#include <Extrema_GenLocateExtCC.gxx>
+#include "../Extrema/Extrema_GenLocateExtCC.gxx"
#define Extrema_SeqPCOfPCLocF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_GenLocateExtPC Extrema_LocEPCOfLocateExtPC2d
#define Extrema_GenLocateExtPC_hxx <Extrema_LocEPCOfLocateExtPC2d.hxx>
-#include <Extrema_GenLocateExtPC.gxx>
+#include "../Extrema/Extrema_GenLocateExtPC.gxx"
#define Extrema_SeqPCOfPCLocF_hxx <Extrema_SequenceOfPOnCurv.hxx>
#define Extrema_GenLocateExtPC Extrema_LocEPCOfLocateExtPC
#define Extrema_GenLocateExtPC_hxx <Extrema_LocEPCOfLocateExtPC.hxx>
-#include <Extrema_GenLocateExtPC.gxx>
+#include "../Extrema/Extrema_GenLocateExtPC.gxx"
#define Extrema_PCLocFOfLocEPC_hxx <Extrema_PCLocFOfLocEPCOfLocateExtPC2d.hxx>
#define Extrema_GLocateExtPC Extrema_LocateExtPC2d
#define Extrema_GLocateExtPC_hxx <Extrema_LocateExtPC2d.hxx>
-#include <Extrema_GLocateExtPC.gxx>
+#include "../Extrema/Extrema_GLocateExtPC.gxx"
#define Extrema_PCLocFOfLocEPC_hxx <Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx>
#define Extrema_GLocateExtPC Extrema_LocateExtPC
#define Extrema_GLocateExtPC_hxx <Extrema_LocateExtPC.hxx>
-#include <Extrema_GLocateExtPC.gxx>
+#include "../Extrema/Extrema_GLocateExtPC.gxx"
#define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_FuncExtPC Extrema_PCFOfEPCOfELPCOfLocateExtPC2d
#define Extrema_FuncExtPC_hxx <Extrema_PCFOfEPCOfELPCOfLocateExtPC2d.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
#define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv.hxx>
#define Extrema_FuncExtPC Extrema_PCFOfEPCOfELPCOfLocateExtPC
#define Extrema_FuncExtPC_hxx <Extrema_PCFOfEPCOfELPCOfLocateExtPC.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
#define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_FuncExtPC Extrema_PCFOfEPCOfExtPC2d
#define Extrema_FuncExtPC_hxx <Extrema_PCFOfEPCOfExtPC2d.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
#define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv.hxx>
#define Extrema_FuncExtPC Extrema_PCFOfEPCOfExtPC
#define Extrema_FuncExtPC_hxx <Extrema_PCFOfEPCOfExtPC.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
#define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_FuncExtPC Extrema_PCLocFOfLocEPCOfLocateExtPC2d
#define Extrema_FuncExtPC_hxx <Extrema_PCLocFOfLocEPCOfLocateExtPC2d.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
#define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv.hxx>
#define Extrema_FuncExtPC Extrema_PCLocFOfLocEPCOfLocateExtPC
#define Extrema_FuncExtPC_hxx <Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
#define Pnt_hxx <gp_Pnt2d.hxx>
#define Extrema_Point Extrema_POnCurv2d
#define Extrema_Point_hxx <Extrema_POnCurv2d.hxx>
-#include <Extrema_Point.gxx>
+#include "../Extrema/Extrema_Point.gxx"
#define Pnt_hxx <gp_Pnt.hxx>
#define Extrema_Point Extrema_POnCurv
#define Extrema_Point_hxx <Extrema_POnCurv.hxx>
-#include <Extrema_Point.gxx>
+#include "../Extrema/Extrema_Point.gxx"
#define TopClass_FClass2d_hxx <Geom2dHatch_FClass2dOfClassifier.hxx>
#define TopClass_FaceClassifier Geom2dHatch_Classifier
#define TopClass_FaceClassifier_hxx <Geom2dHatch_Classifier.hxx>
-#include <TopClass_FaceClassifier.gxx>
+#include "../TopClass/TopClass_FaceClassifier.gxx"
#define TheIntersector_hxx <Geom2dHatch_Intersector.hxx>
#define TopClass_Classifier2d Geom2dHatch_FClass2dOfClassifier
#define TopClass_Classifier2d_hxx <Geom2dHatch_FClass2dOfClassifier.hxx>
-#include <TopClass_Classifier2d.gxx>
+#include "../TopClass/TopClass_Classifier2d.gxx"
#define IntCurve_ExactIntersectionPoint_hxx <Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter.hxx>
#define IntCurve_IntPolyPolyGen Geom2dInt_TheIntPCurvePCurveOfGInter
#define IntCurve_IntPolyPolyGen_hxx <Geom2dInt_TheIntPCurvePCurveOfGInter.hxx>
-#include <IntCurve_ExactIntersectionPoint.gxx>
+#include "../IntCurve/IntCurve_ExactIntersectionPoint.gxx"
#define IntCurve_ExactIntersectionPointOfTheIntPCurvePCurve_hxx <Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter.hxx>
#define IntCurve_IntCurveCurveGen Geom2dInt_GInter
#define IntCurve_IntCurveCurveGen_hxx <Geom2dInt_GInter.hxx>
-#include <IntCurve_IntCurveCurveGen.gxx>
+#include "../IntCurve/IntCurve_IntCurveCurveGen.gxx"
#define TheIntConicCurve_hxx <Geom2dInt_TheIntConicCurveOfGInter.hxx>
#define IntCurve_UserIntConicCurveGen Geom2dInt_IntConicCurveOfGInter
#define IntCurve_UserIntConicCurveGen_hxx <Geom2dInt_IntConicCurveOfGInter.hxx>
-#include <IntCurve_UserIntConicCurveGen.gxx>
+#include "../IntCurve/IntCurve_UserIntConicCurveGen.gxx"
#define ParTool_hxx <Geom2dInt_Geom2dCurveTool.hxx>
#define IntImpParGen_ImpParTool Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter
#define IntImpParGen_ImpParTool_hxx <Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter.hxx>
-#include <IntImpParGen_ImpParTool.gxx>
+#include "../IntImpParGen/IntImpParGen_ImpParTool.gxx"
#define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_FuncExtPC Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter
#define Extrema_FuncExtPC_hxx <Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
#define Pnt_hxx <gp_Pnt2d.hxx>
#define Extrema_CurveLocator Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter
#define Extrema_CurveLocator_hxx <Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter.hxx>
-#include <Extrema_CurveLocator.gxx>
+#include "../Extrema/Extrema_CurveLocator.gxx"
#define TheCurveTool_hxx <Geom2dInt_Geom2dCurveTool.hxx>
#define IntCurve_DistBetweenPCurvesGen Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter
#define IntCurve_DistBetweenPCurvesGen_hxx <Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter.hxx>
-#include <IntCurve_DistBetweenPCurvesGen.gxx>
+#include "../IntCurve/IntCurve_DistBetweenPCurvesGen.gxx"
#define IntCurve_MyImpParToolOfTheIntersector_hxx <Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter.hxx>
#define IntCurve_IntConicCurveGen Geom2dInt_TheIntConicCurveOfGInter
#define IntCurve_IntConicCurveGen_hxx <Geom2dInt_TheIntConicCurveOfGInter.hxx>
-#include <IntCurve_IntConicCurveGen.gxx>
+#include "../IntCurve/IntCurve_IntConicCurveGen.gxx"
#define IntCurve_ExactIntersectionPoint_hxx <Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter.hxx>
#define IntCurve_IntPolyPolyGen Geom2dInt_TheIntPCurvePCurveOfGInter
#define IntCurve_IntPolyPolyGen_hxx <Geom2dInt_TheIntPCurvePCurveOfGInter.hxx>
-#include <IntCurve_IntPolyPolyGen.gxx>
+#include "../IntCurve/IntCurve_IntPolyPolyGen.gxx"
#define IntImpParGen_MyImpParTool_hxx <Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter.hxx>
#define IntImpParGen_Intersector Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter
#define IntImpParGen_Intersector_hxx <Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter.hxx>
-#include <IntImpParGen_Intersector.gxx>
+#include "../IntImpParGen/IntImpParGen_Intersector.gxx"
#define Extrema_SeqPCOfPCLocF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_GenLocateExtPC Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter
#define Extrema_GenLocateExtPC_hxx <Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter.hxx>
-#include <Extrema_GenLocateExtPC.gxx>
+#include "../Extrema/Extrema_GenLocateExtPC.gxx"
#define TheCurveTool_hxx <Geom2dInt_Geom2dCurveTool.hxx>
#define IntCurve_Polygon2dGen Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter
#define IntCurve_Polygon2dGen_hxx <Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter.hxx>
-#include <IntCurve_Polygon2dGen.gxx>
+#include "../IntCurve/IntCurve_Polygon2dGen.gxx"
#define IntCurve_PCLocFOfTheLocateExtPC_hxx <Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx>
#define IntCurve_ProjPCurGen Geom2dInt_TheProjPCurOfGInter
#define IntCurve_ProjPCurGen_hxx <Geom2dInt_TheProjPCurOfGInter.hxx>
-#include <IntCurve_ProjPCurGen.gxx>
+#include "../IntCurve/IntCurve_ProjPCurGen.gxx"
#define Tool_hxx <Geom2dLProp_Curve2dTool.hxx>
#define LProp_CLProps Geom2dLProp_CLProps2d
#define LProp_CLProps_hxx <Geom2dLProp_CLProps2d.hxx>
-#include <LProp_CLProps.gxx>
+#include "../LProp/LProp_CLProps.gxx"
#define TheLine_hxx <GeomFill_Line.hxx>
#define AppBlend_AppSurf GeomFill_AppSurf
#define AppBlend_AppSurf_hxx <GeomFill_AppSurf.hxx>
-#include <AppBlend_AppSurf.gxx>
+#include "../AppBlend/AppBlend_AppSurf.gxx"
#define TheLine_hxx <GeomFill_Line.hxx>
#define AppBlend_AppSurf GeomFill_AppSweep
#define AppBlend_AppSurf_hxx <GeomFill_AppSweep.hxx>
-#include <AppBlend_AppSurf.gxx>
+#include "../AppBlend/AppBlend_AppSurf.gxx"
#define AppParCurves_BSpGradient_BFGS_hxx <GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx>
#define AppParCurves_BSpGradient GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox
#define AppParCurves_BSpGradient_hxx <GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_BSpGradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient_BFGS.gxx"
#define Squares_hxx <GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx>
#define AppParCurves_BSpFunction GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox
#define AppParCurves_BSpFunction_hxx <GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_BSpFunction.gxx>
+#include "../AppParCurves/AppParCurves_BSpFunction.gxx"
#define ToolLine_hxx <GeomInt_TheMultiLineToolOfWLApprox.hxx>
#define AppParCurves_LeastSquare GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox
#define AppParCurves_LeastSquare_hxx <GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
#define AppParCurves_Gradient_BFGS_hxx <GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
#define AppParCurves_Gradient GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox
#define AppParCurves_Gradient_hxx <GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
#define AppParCurves_Gradient_BFGS_hxx <GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
#define AppParCurves_Gradient GeomInt_MyGradientbisOfTheComputeLineOfWLApprox
#define AppParCurves_Gradient_hxx <GeomInt_MyGradientbisOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_Gradient_BFGS.gxx>
+#include "../AppParCurves/AppParCurves_Gradient_BFGS.gxx"
#define AppParCurves_BSpGradient_BFGS_hxx <GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx>
#define AppParCurves_BSpGradient GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox
#define AppParCurves_BSpGradient_hxx <GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_BSpGradient.gxx>
+#include "../AppParCurves/AppParCurves_BSpGradient.gxx"
#define AppParCurves_Gradient_BFGS_hxx <GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
#define AppParCurves_Gradient GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox
#define AppParCurves_Gradient_hxx <GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
#define AppParCurves_Gradient_BFGS_hxx <GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
#define AppParCurves_Gradient GeomInt_MyGradientbisOfTheComputeLineOfWLApprox
#define AppParCurves_Gradient_hxx <GeomInt_MyGradientbisOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_Gradient.gxx>
+#include "../AppParCurves/AppParCurves_Gradient.gxx"
#define ResolCons_hxx <GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
#define AppParCurves_Function GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox
#define AppParCurves_Function_hxx <GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
#define ResolCons_hxx <GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
#define AppParCurves_Function GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox
#define AppParCurves_Function_hxx <GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_Function.gxx>
+#include "../AppParCurves/AppParCurves_Function.gxx"
#define ToolLine_hxx <GeomInt_TheMultiLineToolOfWLApprox.hxx>
#define AppParCurves_LeastSquare GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox
#define AppParCurves_LeastSquare_hxx <GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
#define ToolLine_hxx <GeomInt_TheMultiLineToolOfWLApprox.hxx>
#define AppParCurves_LeastSquare GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox
#define AppParCurves_LeastSquare_hxx <GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_LeastSquare.gxx>
+#include "../AppParCurves/AppParCurves_LeastSquare.gxx"
#define ToolLine_hxx <GeomInt_TheMultiLineToolOfWLApprox.hxx>
#define AppParCurves_ResolConstraint GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox
#define AppParCurves_ResolConstraint_hxx <GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
#define ToolLine_hxx <GeomInt_TheMultiLineToolOfWLApprox.hxx>
#define AppParCurves_ResolConstraint GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox
#define AppParCurves_ResolConstraint_hxx <GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
-#include <AppParCurves_ResolConstraint.gxx>
+#include "../AppParCurves/AppParCurves_ResolConstraint.gxx"
#define Approx_Gradient_BFGSOfMyGradient_hxx <GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>
#define Approx_ComputeLine GeomInt_TheComputeLineBezierOfWLApprox
#define Approx_ComputeLine_hxx <GeomInt_TheComputeLineBezierOfWLApprox.hxx>
-#include <Approx_ComputeLine.gxx>
+#include "../Approx/Approx_ComputeLine.gxx"
#define Approx_Gradient_BFGSOfMyGradientbis_hxx <GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
#define Approx_BSplComputeLine GeomInt_TheComputeLineOfWLApprox
#define Approx_BSplComputeLine_hxx <GeomInt_TheComputeLineOfWLApprox.hxx>
-#include <Approx_BSplComputeLine.gxx>
+#include "../Approx/Approx_BSplComputeLine.gxx"
#define ThePSurfaceTool_hxx <Adaptor3d_HSurfaceTool.hxx>
#define IntImp_ZerParFunc GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox
#define IntImp_ZerParFunc_hxx <GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx>
-#include <IntImp_ZerParFunc.gxx>
+#include "../IntImp/IntImp_ZerParFunc.gxx"
#define ApproxInt_TheZerImpFunc_hxx <GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox.hxx>
#define ApproxInt_ImpPrmSvSurfaces GeomInt_TheImpPrmSvSurfacesOfWLApprox
#define ApproxInt_ImpPrmSvSurfaces_hxx <GeomInt_TheImpPrmSvSurfacesOfWLApprox.hxx>
-#include <ApproxInt_ImpPrmSvSurfaces.gxx>
+#include "../ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx"
#define IntImp_TheFunction_hxx <GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx>
#define IntImp_Int2S GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox
#define IntImp_Int2S_hxx <GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx>
-#include <IntImp_Int2S.gxx>
+#include "../IntImp/IntImp_Int2S.gxx"
#define TheSvSurfaces_hxx <ApproxInt_SvSurfaces.hxx>
#define ApproxInt_MultiLine GeomInt_TheMultiLineOfWLApprox
#define ApproxInt_MultiLine_hxx <GeomInt_TheMultiLineOfWLApprox.hxx>
-#include <ApproxInt_MultiLine.gxx>
+#include "../ApproxInt/ApproxInt_MultiLine.gxx"
#define ApproxInt_TheFunctionOfTheInt2S_hxx <GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx>
#define ApproxInt_PrmPrmSvSurfaces GeomInt_ThePrmPrmSvSurfacesOfWLApprox
#define ApproxInt_PrmPrmSvSurfaces_hxx <GeomInt_ThePrmPrmSvSurfacesOfWLApprox.hxx>
-#include <ApproxInt_PrmPrmSvSurfaces.gxx>
+#include "../ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx"
#define TheISurfaceTool_hxx <IntSurf_QuadricTool.hxx>
#define IntImp_ZerImpFunc GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox
#define IntImp_ZerImpFunc_hxx <GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox.hxx>
-#include <IntImp_ZerImpFunc.gxx>
+#include "../IntImp/IntImp_ZerImpFunc.gxx"
#define ApproxInt_MyGradientOfTheComputeLineBezier_hxx <GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx>
#define ApproxInt_Approx GeomInt_WLApprox
#define ApproxInt_Approx_hxx <GeomInt_WLApprox.hxx>
-#include <ApproxInt_Approx.gxx>
+#include "../ApproxInt/ApproxInt_Approx.gxx"
#define Tool_hxx <GeomLProp_CurveTool.hxx>
#define LProp_CLProps GeomLProp_CLProps
#define LProp_CLProps_hxx <GeomLProp_CLProps.hxx>
-#include <LProp_CLProps.gxx>
+#include "../LProp/LProp_CLProps.gxx"
#define Tool_hxx <GeomLProp_SurfaceTool.hxx>
#define LProp_SLProps GeomLProp_SLProps
#define LProp_SLProps_hxx <GeomLProp_SLProps.hxx>
-#include <LProp_SLProps.gxx>
+#include "../LProp/LProp_SLProps.gxx"
#define TheShape_hxx <HLRAlgo_Coincidence.hxx>
#define TopBas_Interference HLRAlgo_Interference
#define TopBas_Interference_hxx <HLRAlgo_Interference.hxx>
-#include <TopBas_Interference.gxx>
+#include "../TopBas/TopBas_Interference.gxx"
#define IntCurve_ExactIntersectionPointOfTheIntPCurvePCurve_hxx <HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx>
#define IntCurve_IntCurveCurveGen HLRBRep_CInter
#define IntCurve_IntCurveCurveGen_hxx <HLRBRep_CInter.hxx>
-#include <IntCurve_IntCurveCurveGen.gxx>
+#include "../IntCurve/IntCurve_IntCurveCurveGen.gxx"
#define Tool_hxx <HLRBRep_CLPropsATool.hxx>
#define LProp_CLProps HLRBRep_CLProps
#define LProp_CLProps_hxx <HLRBRep_CLProps.hxx>
-#include <LProp_CLProps.gxx>
+#include "../LProp/LProp_CLProps.gxx"
#define IntCurve_ExactIntersectionPoint_hxx <HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx>
#define IntCurve_IntPolyPolyGen HLRBRep_TheIntPCurvePCurveOfCInter
#define IntCurve_IntPolyPolyGen_hxx <HLRBRep_TheIntPCurvePCurveOfCInter.hxx>
-#include <IntCurve_ExactIntersectionPoint.gxx>
+#include "../IntCurve/IntCurve_ExactIntersectionPoint.gxx"
#define TheIntConicCurve_hxx <HLRBRep_TheIntConicCurveOfCInter.hxx>
#define IntCurve_UserIntConicCurveGen HLRBRep_IntConicCurveOfCInter
#define IntCurve_UserIntConicCurveGen_hxx <HLRBRep_IntConicCurveOfCInter.hxx>
-#include <IntCurve_UserIntConicCurveGen.gxx>
+#include "../IntCurve/IntCurve_UserIntConicCurveGen.gxx"
#define IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactInter_hxx <HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx>
#define IntCurveSurface_Inter HLRBRep_InterCSurf
#define IntCurveSurface_Inter_hxx <HLRBRep_InterCSurf.hxx>
-#include <IntCurveSurface_Inter.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Inter.gxx"
#define ParTool_hxx <HLRBRep_CurveTool.hxx>
#define IntImpParGen_ImpParTool HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter
#define IntImpParGen_ImpParTool_hxx <HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx>
-#include <IntImpParGen_ImpParTool.gxx>
+#include "../IntImpParGen/IntImpParGen_ImpParTool.gxx"
#define Extrema_SeqPC_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_FuncExtPC HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter
#define Extrema_FuncExtPC_hxx <HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx>
-#include <Extrema_FuncExtPC.gxx>
+#include "../Extrema/Extrema_FuncExtPC.gxx"
#define Tool_hxx <HLRBRep_SLPropsATool.hxx>
#define LProp_SLProps HLRBRep_SLProps
#define LProp_SLProps_hxx <HLRBRep_SLProps.hxx>
-#include <LProp_SLProps.gxx>
+#include "../LProp/LProp_SLProps.gxx"
#define TheCurveTool_hxx <HLRBRep_LineTool.hxx>
#define IntImp_ZerCSParFunc HLRBRep_TheCSFunctionOfInterCSurf
#define IntImp_ZerCSParFunc_hxx <HLRBRep_TheCSFunctionOfInterCSurf.hxx>
-#include <IntImp_ZerCSParFunc.gxx>
+#include "../IntImp/IntImp_ZerCSParFunc.gxx"
#define Pnt_hxx <gp_Pnt2d.hxx>
#define Extrema_CurveLocator HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter
#define Extrema_CurveLocator_hxx <HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter.hxx>
-#include <Extrema_CurveLocator.gxx>
+#include "../Extrema/Extrema_CurveLocator.gxx"
#define TheCurveTool_hxx <HLRBRep_CurveTool.hxx>
#define IntCurve_DistBetweenPCurvesGen HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter
#define IntCurve_DistBetweenPCurvesGen_hxx <HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.hxx>
-#include <IntCurve_DistBetweenPCurvesGen.gxx>
+#include "../IntCurve/IntCurve_DistBetweenPCurvesGen.gxx"
#define TheFunction_hxx <HLRBRep_TheCSFunctionOfInterCSurf.hxx>
#define IntImp_IntCS HLRBRep_TheExactInterCSurf
#define IntImp_IntCS_hxx <HLRBRep_TheExactInterCSurf.hxx>
-#include <IntImp_IntCS.gxx>
+#include "../IntImp/IntImp_IntCS.gxx"
#define IntCurve_MyImpParToolOfTheIntersector_hxx <HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx>
#define IntCurve_IntConicCurveGen HLRBRep_TheIntConicCurveOfCInter
#define IntCurve_IntConicCurveGen_hxx <HLRBRep_TheIntConicCurveOfCInter.hxx>
-#include <IntCurve_IntConicCurveGen.gxx>
+#include "../IntCurve/IntCurve_IntConicCurveGen.gxx"
#define IntCurve_ExactIntersectionPoint_hxx <HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx>
#define IntCurve_IntPolyPolyGen HLRBRep_TheIntPCurvePCurveOfCInter
#define IntCurve_IntPolyPolyGen_hxx <HLRBRep_TheIntPCurvePCurveOfCInter.hxx>
-#include <IntCurve_IntPolyPolyGen.gxx>
+#include "../IntCurve/IntCurve_IntPolyPolyGen.gxx"
#define ToolPolyh_hxx <HLRBRep_ThePolyhedronToolOfInterCSurf.hxx>
#define Intf_InterferencePolygonPolyhedron HLRBRep_TheInterferenceOfInterCSurf
#define Intf_InterferencePolygonPolyhedron_hxx <HLRBRep_TheInterferenceOfInterCSurf.hxx>
-#include <Intf_InterferencePolygonPolyhedron.gxx>
+#include "../Intf/Intf_InterferencePolygonPolyhedron.gxx"
#define IntImpParGen_MyImpParTool_hxx <HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx>
#define IntImpParGen_Intersector HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter
#define IntImpParGen_Intersector_hxx <HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter.hxx>
-#include <IntImpParGen_Intersector.gxx>
+#include "../IntImpParGen/IntImpParGen_Intersector.gxx"
#define Extrema_SeqPCOfPCLocF_hxx <Extrema_SequenceOfPOnCurv2d.hxx>
#define Extrema_GenLocateExtPC HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter
#define Extrema_GenLocateExtPC_hxx <HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx>
-#include <Extrema_GenLocateExtPC.gxx>
+#include "../Extrema/Extrema_GenLocateExtPC.gxx"
#define TheCurveTool_hxx <HLRBRep_CurveTool.hxx>
#define IntCurve_Polygon2dGen HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter
#define IntCurve_Polygon2dGen_hxx <HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter.hxx>
-#include <IntCurve_Polygon2dGen.gxx>
+#include "../IntCurve/IntCurve_Polygon2dGen.gxx"
#define TheCurveTool_hxx <HLRBRep_LineTool.hxx>
#define IntCurveSurface_Polygon HLRBRep_ThePolygonOfInterCSurf
#define IntCurveSurface_Polygon_hxx <HLRBRep_ThePolygonOfInterCSurf.hxx>
-#include <IntCurveSurface_Polygon.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Polygon.gxx"
#define TheBoundingBox_hxx <Bnd_Box.hxx>
#define IntCurveSurface_PolygonTool HLRBRep_ThePolygonToolOfInterCSurf
#define IntCurveSurface_PolygonTool_hxx <HLRBRep_ThePolygonToolOfInterCSurf.hxx>
-#include <IntCurveSurface_PolygonTool.gxx>
+#include "../IntCurveSurface/IntCurveSurface_PolygonTool.gxx"
#define ThePSurfaceTool_hxx <HLRBRep_SurfaceTool.hxx>
#define IntCurveSurface_Polyhedron HLRBRep_ThePolyhedronOfInterCSurf
#define IntCurveSurface_Polyhedron_hxx <HLRBRep_ThePolyhedronOfInterCSurf.hxx>
-#include <IntCurveSurface_Polyhedron.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Polyhedron.gxx"
#define ThePolyhedron_hxx <HLRBRep_ThePolyhedronOfInterCSurf.hxx>
#define IntCurveSurface_PolyhedronTool HLRBRep_ThePolyhedronToolOfInterCSurf
#define IntCurveSurface_PolyhedronTool_hxx <HLRBRep_ThePolyhedronToolOfInterCSurf.hxx>
-#include <IntCurveSurface_PolyhedronTool.gxx>
+#include "../IntCurveSurface/IntCurveSurface_PolyhedronTool.gxx"
#define IntCurve_PCLocFOfTheLocateExtPC_hxx <HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx>
#define IntCurve_ProjPCurGen HLRBRep_TheProjPCurOfCInter
#define IntCurve_ProjPCurGen_hxx <HLRBRep_TheProjPCurOfCInter.hxx>
-#include <IntCurve_ProjPCurGen.gxx>
+#include "../IntCurve/IntCurve_ProjPCurGen.gxx"
#define IntCurveSurface_TheQuadCurvFunc_hxx <HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx>
#define IntCurveSurface_QuadricCurveExactInter HLRBRep_TheQuadCurvExactInterCSurf
#define IntCurveSurface_QuadricCurveExactInter_hxx <HLRBRep_TheQuadCurvExactInterCSurf.hxx>
-#include <IntCurveSurface_QuadricCurveExactInter.gxx>
+#include "../IntCurveSurface/IntCurveSurface_QuadricCurveExactInter.gxx"
#define TheCurveTool_hxx <HLRBRep_LineTool.hxx>
#define IntCurveSurface_QuadricCurveFunc HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf
#define IntCurveSurface_QuadricCurveFunc_hxx <HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx>
-#include <IntCurveSurface_QuadricCurveFunc.gxx>
+#include "../IntCurveSurface/IntCurveSurface_QuadricCurveFunc.gxx"
#define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfIGESEntity
#define Interface_JaggedArray_hxx <IGESBasic_HArray1OfHArray1OfIGESEntity.hxx>
#define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfIGESEntity)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
#define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfInteger
#define Interface_JaggedArray_hxx <IGESBasic_HArray1OfHArray1OfInteger.hxx>
#define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfInteger)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
#define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfReal
#define Interface_JaggedArray_hxx <IGESBasic_HArray1OfHArray1OfReal.hxx>
#define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfReal)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
#define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfXYZ
#define Interface_JaggedArray_hxx <IGESBasic_HArray1OfHArray1OfXYZ.hxx>
#define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfXYZ)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
#define Interface_JaggedArray IGESBasic_HArray1OfHArray1OfXY
#define Interface_JaggedArray_hxx <IGESBasic_HArray1OfHArray1OfXY.hxx>
#define Handle_Interface_JaggedArray Handle(IGESBasic_HArray1OfHArray1OfXY)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
#define Interface_Recognizer IGESData_FileRecognizer
#define Interface_Recognizer_hxx <IGESData_FileRecognizer.hxx>
#define Handle_Interface_Recognizer Handle(IGESData_FileRecognizer)
-#include <Interface_Recognizer.gxx>
+#include "../Interface/Interface_Recognizer.gxx"
#define Handle_LibCtl_Node Handle(IGESData_NodeOfSpecificLib)
#define LibCtl_Library IGESData_SpecificLib
#define LibCtl_Library_hxx <IGESData_SpecificLib.hxx>
-#include <LibCtl_GlobalNode.gxx>
+#include "../LibCtl/LibCtl_GlobalNode.gxx"
#define Handle_LibCtl_Node Handle(IGESData_NodeOfWriterLib)
#define LibCtl_Library IGESData_WriterLib
#define LibCtl_Library_hxx <IGESData_WriterLib.hxx>
-#include <LibCtl_GlobalNode.gxx>
+#include "../LibCtl/LibCtl_GlobalNode.gxx"
#define Handle_LibCtl_Node Handle(IGESData_NodeOfSpecificLib)
#define LibCtl_Library IGESData_SpecificLib
#define LibCtl_Library_hxx <IGESData_SpecificLib.hxx>
-#include <LibCtl_Node.gxx>
+#include "../LibCtl/LibCtl_Node.gxx"
#define Handle_LibCtl_Node Handle(IGESData_NodeOfWriterLib)
#define LibCtl_Library IGESData_WriterLib
#define LibCtl_Library_hxx <IGESData_WriterLib.hxx>
-#include <LibCtl_Node.gxx>
+#include "../LibCtl/LibCtl_Node.gxx"
#define Handle_LibCtl_Node Handle(IGESData_NodeOfSpecificLib)
#define LibCtl_Library IGESData_SpecificLib
#define LibCtl_Library_hxx <IGESData_SpecificLib.hxx>
-#include <LibCtl_Library.gxx>
+#include "../LibCtl/LibCtl_Library.gxx"
#define Handle_LibCtl_Node Handle(IGESData_NodeOfWriterLib)
#define LibCtl_Library IGESData_WriterLib
#define LibCtl_Library_hxx <IGESData_WriterLib.hxx>
-#include <LibCtl_Library.gxx>
+#include "../LibCtl/LibCtl_Library.gxx"
#define Interface_JaggedArray IGESDefs_HArray1OfHArray1OfTextDisplayTemplate
#define Interface_JaggedArray_hxx <IGESDefs_HArray1OfHArray1OfTextDisplayTemplate.hxx>
#define Handle_Interface_JaggedArray Handle(IGESDefs_HArray1OfHArray1OfTextDisplayTemplate)
-#include <Interface_JaggedArray.gxx>
+#include "../Interface/Interface_JaggedArray.gxx"
#define IFSelect_FileModifier IGESSelect_FileModifier
#define IFSelect_FileModifier_hxx <IGESSelect_FileModifier.hxx>
#define Handle_IFSelect_FileModifier Handle(IGESSelect_FileModifier)
-#include <IFSelect_FileModifier.gxx>
+#include "../IFSelect/IFSelect_FileModifier.gxx"
#define IFSelect_ModelModifier IGESSelect_ModelModifier
#define IFSelect_ModelModifier_hxx <IGESSelect_ModelModifier.hxx>
#define Handle_IFSelect_ModelModifier Handle(IGESSelect_ModelModifier)
-#include <IFSelect_ModelModifier.gxx>
+#include "../IFSelect/IFSelect_ModelModifier.gxx"
#define IntImpParGen_MyImpParTool_hxx <IntCurve_MyImpParToolOfIntImpConicParConic.hxx>
#define IntImpParGen_Intersector IntCurve_IntImpConicParConic
#define IntImpParGen_Intersector_hxx <IntCurve_IntImpConicParConic.hxx>
-#include <IntImpParGen_Intersector.gxx>
+#include "../IntImpParGen/IntImpParGen_Intersector.gxx"
#define ParTool_hxx <IntCurve_PConicTool.hxx>
#define IntImpParGen_ImpParTool IntCurve_MyImpParToolOfIntImpConicParConic
#define IntImpParGen_ImpParTool_hxx <IntCurve_MyImpParToolOfIntImpConicParConic.hxx>
-#include <IntImpParGen_ImpParTool.gxx>
+#include "../IntImpParGen/IntImpParGen_ImpParTool.gxx"
#define IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactInter_hxx <IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter.hxx>
#define IntCurveSurface_Inter IntCurveSurface_HInter
#define IntCurveSurface_Inter_hxx <IntCurveSurface_HInter.hxx>
-#include <IntCurveSurface_Inter.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Inter.gxx"
#define TheCurveTool_hxx <IntCurveSurface_TheHCurveTool.hxx>
#define IntImp_ZerCSParFunc IntCurveSurface_TheCSFunctionOfHInter
#define IntImp_ZerCSParFunc_hxx <IntCurveSurface_TheCSFunctionOfHInter.hxx>
-#include <IntImp_ZerCSParFunc.gxx>
+#include "../IntImp/IntImp_ZerCSParFunc.gxx"
#define TheFunction_hxx <IntCurveSurface_TheCSFunctionOfHInter.hxx>
#define IntImp_IntCS IntCurveSurface_TheExactHInter
#define IntImp_IntCS_hxx <IntCurveSurface_TheExactHInter.hxx>
-#include <IntImp_IntCS.gxx>
+#include "../IntImp/IntImp_IntCS.gxx"
#define CurveGen_hxx <Adaptor3d_Curve.hxx>
#define IntCurveSurface_HCurveTool IntCurveSurface_TheHCurveTool
#define IntCurveSurface_HCurveTool_hxx <IntCurveSurface_TheHCurveTool.hxx>
-#include <IntCurveSurface_HCurveTool.gxx>
+#include "../IntCurveSurface/IntCurveSurface_HCurveTool.gxx"
#define ToolPolyh_hxx <IntCurveSurface_ThePolyhedronToolOfHInter.hxx>
#define Intf_InterferencePolygonPolyhedron IntCurveSurface_TheInterferenceOfHInter
#define Intf_InterferencePolygonPolyhedron_hxx <IntCurveSurface_TheInterferenceOfHInter.hxx>
-#include <Intf_InterferencePolygonPolyhedron.gxx>
+#include "../Intf/Intf_InterferencePolygonPolyhedron.gxx"
#define TheCurveTool_hxx <IntCurveSurface_TheHCurveTool.hxx>
#define IntCurveSurface_Polygon IntCurveSurface_ThePolygonOfHInter
#define IntCurveSurface_Polygon_hxx <IntCurveSurface_ThePolygonOfHInter.hxx>
-#include <IntCurveSurface_Polygon.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Polygon.gxx"
#define TheBoundingBox_hxx <Bnd_Box.hxx>
#define IntCurveSurface_PolygonTool IntCurveSurface_ThePolygonToolOfHInter
#define IntCurveSurface_PolygonTool_hxx <IntCurveSurface_ThePolygonToolOfHInter.hxx>
-#include <IntCurveSurface_PolygonTool.gxx>
+#include "../IntCurveSurface/IntCurveSurface_PolygonTool.gxx"
#define ThePSurfaceTool_hxx <Adaptor3d_HSurfaceTool.hxx>
#define IntCurveSurface_Polyhedron IntCurveSurface_ThePolyhedronOfHInter
#define IntCurveSurface_Polyhedron_hxx <IntCurveSurface_ThePolyhedronOfHInter.hxx>
-#include <IntCurveSurface_Polyhedron.gxx>
+#include "../IntCurveSurface/IntCurveSurface_Polyhedron.gxx"
#define ThePolyhedron_hxx <IntCurveSurface_ThePolyhedronOfHInter.hxx>
#define IntCurveSurface_PolyhedronTool IntCurveSurface_ThePolyhedronToolOfHInter
#define IntCurveSurface_PolyhedronTool_hxx <IntCurveSurface_ThePolyhedronToolOfHInter.hxx>
-#include <IntCurveSurface_PolyhedronTool.gxx>
+#include "../IntCurveSurface/IntCurveSurface_PolyhedronTool.gxx"
#define IntCurveSurface_TheQuadCurvFunc_hxx <IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter.hxx>
#define IntCurveSurface_QuadricCurveExactInter IntCurveSurface_TheQuadCurvExactHInter
#define IntCurveSurface_QuadricCurveExactInter_hxx <IntCurveSurface_TheQuadCurvExactHInter.hxx>
-#include <IntCurveSurface_QuadricCurveExactInter.gxx>
+#include "../IntCurveSurface/IntCurveSurface_QuadricCurveExactInter.gxx"
#define TheCurveTool_hxx <IntCurveSurface_TheHCurveTool.hxx>
#define IntCurveSurface_QuadricCurveFunc IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter
#define IntCurveSurface_QuadricCurveFunc_hxx <IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter.hxx>
-#include <IntCurveSurface_QuadricCurveFunc.gxx>
+#include "../IntCurveSurface/IntCurveSurface_QuadricCurveFunc.gxx"
#define TheFunction_hxx <IntPatch_CSFunction.hxx>
#define IntImp_IntCS IntPatch_CurvIntSurf
#define IntImp_IntCS_hxx <IntPatch_CurvIntSurf.hxx>
-#include <IntImp_IntCS.gxx>
+#include "../IntImp/IntImp_IntCS.gxx"
#include <IntPatch_GLine.hxx>
#include <IntPatch_HInterTool.hxx>
#include <IntPatch_ImpImpIntersection.hxx>
-#include <IntPatch_ImpImpIntersection_0.gxx>
-#include <IntPatch_ImpImpIntersection_1.gxx>
-#include <IntPatch_ImpImpIntersection_2.gxx>
-#include <IntPatch_ImpImpIntersection_3.gxx>
-#include <IntPatch_ImpImpIntersection_4.gxx>
-#include <IntPatch_ImpImpIntersection_5.gxx>
-#include <IntPatch_ImpImpIntersection_6.gxx>
+#include "../IntPatch/IntPatch_ImpImpIntersection_0.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_1.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_2.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_3.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_4.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_5.gxx"
+#include "../IntPatch/IntPatch_ImpImpIntersection_6.gxx"
#include <IntPatch_Line.hxx>
#include <IntPatch_Point.hxx>
#include <IntPatch_RLine.hxx>
#define IntWalk_IWLine IntPatch_TheIWLineOfTheIWalking
#define IntWalk_IWLine_hxx <IntPatch_TheIWLineOfTheIWalking.hxx>
#define Handle_IntWalk_IWLine Handle(IntPatch_TheIWLineOfTheIWalking)
-#include <IntWalk_IWLine.gxx>
+#include "../IntWalk/IntWalk_IWLine.gxx"
#define Handle_IntWalk_TheIWLine Handle(IntPatch_TheIWLineOfTheIWalking)
#define IntWalk_IWalking IntPatch_TheIWalking
#define IntWalk_IWalking_hxx <IntPatch_TheIWalking.hxx>
-#include <IntWalk_IWalking.gxx>
+#include "../IntWalk/IntWalk_IWalking.gxx"
#define TheArc_hxx <Adaptor2d_Curve2d.hxx>
#define IntStart_PathPoint IntPatch_ThePathPointOfTheSOnBounds
#define IntStart_PathPoint_hxx <IntPatch_ThePathPointOfTheSOnBounds.hxx>
-#include <IntStart_PathPoint.gxx>
+#include "../IntStart/IntStart_PathPoint.gxx"
#define IntStart_SequenceOfSegment_hxx <IntPatch_SequenceOfSegmentOfTheSOnBounds.hxx>
#define IntStart_SearchOnBoundaries IntPatch_TheSOnBounds
#define IntStart_SearchOnBoundaries_hxx <IntPatch_TheSOnBounds.hxx>
-#include <IntStart_SearchOnBoundaries.gxx>
+#include "../IntStart/IntStart_SearchOnBoundaries.gxx"
#define TheFunction_hxx <IntPatch_TheSurfFunction.hxx>
#define IntStart_SearchInside IntPatch_TheSearchInside
#define IntStart_SearchInside_hxx <IntPatch_TheSearchInside.hxx>
-#include <IntStart_SearchInside.gxx>
+#include "../IntStart/IntStart_SearchInside.gxx"
#define ThePathPoint_hxx <IntPatch_ThePathPointOfTheSOnBounds.hxx>
#define IntStart_Segment IntPatch_TheSegmentOfTheSOnBounds
#define IntStart_Segment_hxx <IntPatch_TheSegmentOfTheSOnBounds.hxx>
-#include <IntStart_Segment.gxx>
+#include "../IntStart/IntStart_Segment.gxx"
#define TheISurfaceTool_hxx <IntSurf_QuadricTool.hxx>
#define IntImp_ZerImpFunc IntPatch_TheSurfFunction
#define IntImp_ZerImpFunc_hxx <IntPatch_TheSurfFunction.hxx>
-#include <IntImp_ZerImpFunc.gxx>
+#include "../IntImp/IntImp_ZerImpFunc.gxx"
#include <TColgp_Array1OfPnt.hxx>
-#include <IntWalk_IWalking_1.gxx>
-#include <IntWalk_IWalking_2.gxx>
-#include <IntWalk_IWalking_3.gxx>
-#include <IntWalk_IWalking_4.gxx>
-#include <IntWalk_IWalking_5.gxx>
-#include <IntWalk_IWalking_6.gxx>
+#include "../IntWalk/IntWalk_IWalking_1.gxx"
+#include "../IntWalk/IntWalk_IWalking_2.gxx"
+#include "../IntWalk/IntWalk_IWalking_3.gxx"
+#include "../IntWalk/IntWalk_IWalking_4.gxx"
+#include "../IntWalk/IntWalk_IWalking_5.gxx"
+#include "../IntWalk/IntWalk_IWalking_6.gxx"
#define ThePSurfaceTool_hxx <Adaptor3d_HSurfaceTool.hxx>
#define IntImp_ZerParFunc IntWalk_TheFunctionOfTheInt2S
#define IntImp_ZerParFunc_hxx <IntWalk_TheFunctionOfTheInt2S.hxx>
-#include <IntImp_ZerParFunc.gxx>
+#include "../IntImp/IntImp_ZerParFunc.gxx"
#define IntImp_TheFunction_hxx <IntWalk_TheFunctionOfTheInt2S.hxx>
#define IntImp_Int2S IntWalk_TheInt2S
#define IntImp_Int2S_hxx <IntWalk_TheInt2S.hxx>
-#include <IntImp_Int2S.gxx>
+#include "../IntImp/IntImp_Int2S.gxx"
#define Handle_LibCtl_Node Handle(Interface_NodeOfGeneralLib)
#define LibCtl_Library Interface_GeneralLib
#define LibCtl_Library_hxx <Interface_GeneralLib.hxx>
-#include <LibCtl_Library.gxx>
+#include "../LibCtl/LibCtl_Library.gxx"
#define Handle_LibCtl_Node Handle(Interface_NodeOfGeneralLib)
#define LibCtl_Library Interface_GeneralLib
#define LibCtl_Library_hxx <Interface_GeneralLib.hxx>
-#include <LibCtl_GlobalNode.gxx>
+#include "../LibCtl/LibCtl_GlobalNode.gxx"
#define Handle_LibCtl_Node Handle(Interface_NodeOfReaderLib)
#define LibCtl_Library Interface_ReaderLib
#define LibCtl_Library_hxx <Interface_ReaderLib.hxx>
-#include <LibCtl_GlobalNode.gxx>
+#include "../LibCtl/LibCtl_GlobalNode.gxx"
#define Handle_LibCtl_Node Handle(Interface_NodeOfGeneralLib)
#define LibCtl_Library Interface_GeneralLib
#define LibCtl_Library_hxx <Interface_GeneralLib.hxx>
-#include <LibCtl_Node.gxx>
+#include "../LibCtl/LibCtl_Node.gxx"
#define Handle_LibCtl_Node Handle(Interface_NodeOfReaderLib)
#define LibCtl_Library Interface_ReaderLib
#define LibCtl_Library_hxx <Interface_ReaderLib.hxx>
-#include <LibCtl_Node.gxx>
+#include "../LibCtl/LibCtl_Node.gxx"
#define Handle_LibCtl_Node Handle(Interface_NodeOfReaderLib)
#define LibCtl_Library Interface_ReaderLib
#define LibCtl_Library_hxx <Interface_ReaderLib.hxx>
-#include <LibCtl_Library.gxx>
+#include "../LibCtl/LibCtl_Library.gxx"
#define Tool_hxx <LProp3d_CurveTool.hxx>
#define LProp_CLProps LProp3d_CLProps
#define LProp_CLProps_hxx <LProp3d_CLProps.hxx>
-#include <LProp_CLProps.gxx>
+#include "../LProp/LProp_CLProps.gxx"
#define Tool_hxx <LProp3d_SurfaceTool.hxx>
#define LProp_SLProps LProp3d_SLProps
#define LProp_SLProps_hxx <LProp3d_SLProps.hxx>
-#include <LProp_SLProps.gxx>
+#include "../LProp/LProp_SLProps.gxx"
#define MAT_TList MAT_ListOfBisector
#define MAT_TList_hxx <MAT_ListOfBisector.hxx>
#define Handle_MAT_TList Handle(MAT_ListOfBisector)
-#include <MAT_TList.gxx>
+#include "../MAT/MAT_TList.gxx"
#define MAT_TList MAT_ListOfEdge
#define MAT_TList_hxx <MAT_ListOfEdge.hxx>
#define Handle_MAT_TList Handle(MAT_ListOfEdge)
-#include <MAT_TList.gxx>
+#include "../MAT/MAT_TList.gxx"
#define MAT_TList MAT_ListOfBisector
#define MAT_TList_hxx <MAT_ListOfBisector.hxx>
#define Handle_MAT_TList Handle(MAT_ListOfBisector)
-#include <MAT_TListNode.gxx>
+#include "../MAT/MAT_TListNode.gxx"
#define MAT_TList MAT_ListOfEdge
#define MAT_TList_hxx <MAT_ListOfEdge.hxx>
#define Handle_MAT_TList Handle(MAT_ListOfEdge)
-#include <MAT_TListNode.gxx>
+#include "../MAT/MAT_TListNode.gxx"
#define Interface_Recognizer StepData_FileRecognizer
#define Interface_Recognizer_hxx <StepData_FileRecognizer.hxx>
#define Handle_Interface_Recognizer Handle(StepData_FileRecognizer)
-#include <Interface_Recognizer.gxx>
+#include "../Interface/Interface_Recognizer.gxx"
#define Handle_LibCtl_Node Handle(StepData_NodeOfWriterLib)
#define LibCtl_Library StepData_WriterLib
#define LibCtl_Library_hxx <StepData_WriterLib.hxx>
-#include <LibCtl_GlobalNode.gxx>
+#include "../LibCtl/LibCtl_GlobalNode.gxx"
#define Handle_LibCtl_Node Handle(StepData_NodeOfWriterLib)
#define LibCtl_Library StepData_WriterLib
#define LibCtl_Library_hxx <StepData_WriterLib.hxx>
-#include <LibCtl_Node.gxx>
+#include "../LibCtl/LibCtl_Node.gxx"
#define Handle_LibCtl_Node Handle(StepData_NodeOfWriterLib)
#define LibCtl_Library StepData_WriterLib
#define LibCtl_Library_hxx <StepData_WriterLib.hxx>
-#include <LibCtl_Library.gxx>
+#include "../LibCtl/LibCtl_Library.gxx"
#define IFSelect_FileModifier StepSelect_FileModifier
#define IFSelect_FileModifier_hxx <StepSelect_FileModifier.hxx>
#define Handle_IFSelect_FileModifier Handle(StepSelect_FileModifier)
-#include <IFSelect_FileModifier.gxx>
+#include "../IFSelect/IFSelect_FileModifier.gxx"
#define IFSelect_ModelModifier StepSelect_ModelModifier
#define IFSelect_ModelModifier_hxx <StepSelect_ModelModifier.hxx>
#define Handle_IFSelect_ModelModifier Handle(StepSelect_ModelModifier)
-#include <IFSelect_ModelModifier.gxx>
+#include "../IFSelect/IFSelect_ModelModifier.gxx"
#define TheShape_hxx <Standard_Integer.hxx>
#define TopBas_Interference TopBas_TestInterference
#define TopBas_Interference_hxx <TopBas_TestInterference.hxx>
-#include <TopBas_Interference.gxx>
+#include "../TopBas/TopBas_Interference.gxx"