]> OCCT Git - occt.git/commit
Coding - Rework of Math global functions to stl (#833) IR master
authorDmitrii Kulikov <164657232+AtheneNoctuaPt@users.noreply.github.com>
Mon, 17 Nov 2025 14:20:24 +0000 (14:20 +0000)
committerGitHub <noreply@github.com>
Mon, 17 Nov 2025 14:20:24 +0000 (14:20 +0000)
commitc479f6e0008e99c01cf2115b4e3e9529d17287b7
tree288261651454e1426ca4735e71a0bebe07d82d40
parent1a246afa2e14e0523e574602e76c862b4875c4e7
Coding - Rework of Math global functions to stl (#833)

Majority of functions now simply call same functions from std namespace.
Functions that duplicate std namespace functionality are declared
deprecated.
Calls of deprecated functions are replaced with std functions calls.
1205 files changed:
adm/cmake/occt_defs_flags.cmake
samples/CSharp/OCCTProxy/OCCTProxy.cpp
samples/CSharp/OCCTProxy_D3D/OCCTProxyD3D.cpp
samples/ios/UIKitSample/UIKitSample/GLViewController.mm
samples/mfc/standard/01_Geometry/src/StdAfx.h
samples/mfc/standard/02_Modeling/src/StdAfx.h
samples/mfc/standard/03_ImportExport/src/StdAfx.h
samples/mfc/standard/04_HLR/src/StdAfx.h
samples/mfc/standard/Common/StdAfx.h
samples/qt/Common/src/View.cxx
samples/qt/OCCTOverview/code/AdaptorCurve2d_AIS.cxx
samples/qt/OCCTOverview/src/OcctWindow.cxx
src/ApplicationFramework/TKBinL/BinObjMgt/BinObjMgt_Persistent.cxx
src/ApplicationFramework/TKCDF/CDM/CDM_Document.cxx
src/ApplicationFramework/TKCDF/LDOM/LDOM_DeclareSequence.hxx
src/ApplicationFramework/TKCDF/LDOM/LDOM_OSStream.cxx
src/ApplicationFramework/TKStd/StdStorage/StdStorage_TypeData.cxx
src/ApplicationFramework/TKVCAF/TPrsStd/TPrsStd_ConstraintTools.cxx
src/DataExchange/TKDEGLTF/RWGltf/RWGltf_CafReader.cxx
src/DataExchange/TKDEGLTF/RWGltf/RWGltf_CafWriter.cxx
src/DataExchange/TKDEGLTF/RWGltf/RWGltf_GltfJsonParser.cxx
src/DataExchange/TKDEIGES/BRepToIGES/BRepToIGES_BRWire.cxx
src/DataExchange/TKDEIGES/GeomToIGES/GeomToIGES_GeomCurve.cxx
src/DataExchange/TKDEIGES/GeomToIGES/GeomToIGES_GeomSurface.cxx
src/DataExchange/TKDEIGES/IGESCAFControl/IGESCAFControl.cxx
src/DataExchange/TKDEIGES/IGESControl/IGESControl_IGESBoundary.cxx
src/DataExchange/TKDEIGES/IGESControl/IGESControl_Writer.cxx
src/DataExchange/TKDEIGES/IGESData/IGESData_GlobalSection.cxx
src/DataExchange/TKDEIGES/IGESData/IGESData_ToolLocation.cxx
src/DataExchange/TKDEIGES/IGESDimen/IGESDimen_FlagNote.cxx
src/DataExchange/TKDEIGES/IGESDraw/IGESDraw_DrawingWithRotation.cxx
src/DataExchange/TKDEIGES/IGESGeom/IGESGeom_BSplineCurve.cxx
src/DataExchange/TKDEIGES/IGESGeom/IGESGeom_BSplineSurface.cxx
src/DataExchange/TKDEIGES/IGESGeom/IGESGeom_CircularArc.cxx
src/DataExchange/TKDEIGES/IGESGeom/IGESGeom_ConicArc.cxx
src/DataExchange/TKDEIGES/IGESGeom/IGESGeom_ToolCircularArc.cxx
src/DataExchange/TKDEIGES/IGESGraph/IGESGraph_Color.cxx
src/DataExchange/TKDEIGES/IGESToBRep/IGESToBRep_Actor.cxx
src/DataExchange/TKDEIGES/IGESToBRep/IGESToBRep_BasicCurve.cxx
src/DataExchange/TKDEIGES/IGESToBRep/IGESToBRep_BasicSurface.cxx
src/DataExchange/TKDEIGES/IGESToBRep/IGESToBRep_CurveAndSurface.cxx
src/DataExchange/TKDEIGES/IGESToBRep/IGESToBRep_IGESBoundary.cxx
src/DataExchange/TKDEIGES/IGESToBRep/IGESToBRep_Reader.cxx
src/DataExchange/TKDEIGES/IGESToBRep/IGESToBRep_TopoSurface.cxx
src/DataExchange/TKDEOBJ/RWObj/RWObj_MtlReader.cxx
src/DataExchange/TKDEOBJ/RWObj/RWObj_Reader.cxx
src/DataExchange/TKDESTEP/GTests/STEPConstruct_RenderingProperties_Test.cxx
src/DataExchange/TKDESTEP/GeomToStep/GeomToStep_MakeRectangularTrimmedSurface.cxx
src/DataExchange/TKDESTEP/RWStepGeom/RWStepGeom_RWBSplineCurveWithKnots.cxx
src/DataExchange/TKDESTEP/RWStepGeom/RWStepGeom_RWBSplineSurfaceWithKnots.cxx
src/DataExchange/TKDESTEP/RWStepGeom/RWStepGeom_RWCartesianPoint.cxx
src/DataExchange/TKDESTEP/RWStepGeom/RWStepGeom_RWDirection.cxx
src/DataExchange/TKDESTEP/RWStepGeom/RWStepGeom_RWVector.cxx
src/DataExchange/TKDESTEP/RWStepShape/RWStepShape_RWEdgeCurve.cxx
src/DataExchange/TKDESTEP/RWStepVisual/RWStepVisual_RWCoordinatesList.cxx
src/DataExchange/TKDESTEP/STEPCAFControl/STEPCAFControl_Reader.cxx
src/DataExchange/TKDESTEP/STEPCAFControl/STEPCAFControl_Writer.cxx
src/DataExchange/TKDESTEP/STEPConstruct/STEPConstruct_RenderingProperties.cxx
src/DataExchange/TKDESTEP/STEPControl/STEPControl_ActorRead.cxx
src/DataExchange/TKDESTEP/STEPControl/STEPControl_ActorWrite.cxx
src/DataExchange/TKDESTEP/StepTidy/StepTidy_CircleHasher.pxx
src/DataExchange/TKDESTEP/StepToGeom/StepToGeom.cxx
src/DataExchange/TKDESTEP/StepToTopoDS/StepToTopoDS_GeometricTool.cxx
src/DataExchange/TKDESTEP/StepToTopoDS/StepToTopoDS_TranslateEdge.cxx
src/DataExchange/TKDESTEP/StepToTopoDS/StepToTopoDS_TranslateEdgeLoop.cxx
src/DataExchange/TKDESTEP/TopoDSToStep/TopoDSToStep_MakeStepEdge.cxx
src/DataExchange/TKDESTL/RWStl/RWStl_Reader.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_AsciiText.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Cone.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Coordinate3.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Cube.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Cylinder.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_DirectionalLight.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_FontStyle.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_LOD.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Material.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_MatrixTransform.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Normal.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_OrthographicCamera.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_PerspectiveCamera.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_PointLight.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Rotation.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Scale.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_ShapeHints.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Sphere.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_SpotLight.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Texture2Transform.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_TextureCoordinate2.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Transform.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_Translation.cxx
src/DataExchange/TKDEVRML/Vrml/Vrml_WWWInline.cxx
src/DataExchange/TKDEVRML/VrmlConverter/VrmlConverter_Curve.cxx
src/DataExchange/TKDEVRML/VrmlConverter/VrmlConverter_DeflectionCurve.cxx
src/DataExchange/TKDEVRML/VrmlConverter/VrmlConverter_HLRShape.cxx
src/DataExchange/TKDEVRML/VrmlConverter/VrmlConverter_Projector.cxx
src/DataExchange/TKDEVRML/VrmlConverter/VrmlConverter_WFDeflectionRestrictedFace.cxx
src/DataExchange/TKDEVRML/VrmlConverter/VrmlConverter_WFDeflectionShape.cxx
src/DataExchange/TKDEVRML/VrmlData/VrmlData_Scene.cxx
src/DataExchange/TKDEVRML/VrmlData/VrmlData_ShapeConvert.cxx
src/DataExchange/TKRWMesh/RWMesh/RWMesh_CoordinateSystemConverter.cxx
src/DataExchange/TKXCAF/XCAFDoc/XCAFDoc_DimTolTool.cxx
src/DataExchange/TKXCAF/XCAFDoc/XCAFDoc_Editor.cxx
src/DataExchange/TKXSBase/MoniTool/MoniTool_Timer.cxx
src/DataExchange/TKXSBase/XSAlgo/XSAlgo_ShapeProcessor.cxx
src/Draw/TKDCAF/DrawDim/DrawDim_PlanarAngle.cxx
src/Draw/TKDraw/DBRep/DBRep.cxx
src/Draw/TKDraw/DBRep/DBRep_DrawableShape.cxx
src/Draw/TKDraw/DBRep/DBRep_IsoBuilder.cxx
src/Draw/TKDraw/Draw/Draw.cxx
src/Draw/TKDraw/Draw/Draw_Display.cxx
src/Draw/TKDraw/Draw/Draw_GraphicCommands.cxx
src/Draw/TKDraw/Draw/Draw_Grid.cxx
src/Draw/TKDraw/Draw/Draw_ProgressIndicator.cxx
src/Draw/TKDraw/Draw/Draw_VariableCommands.cxx
src/Draw/TKDraw/Draw/Draw_Viewer.cxx
src/Draw/TKDraw/DrawTrSurf/DrawTrSurf_BSplineCurve.cxx
src/Draw/TKDraw/DrawTrSurf/DrawTrSurf_BSplineSurface.cxx
src/Draw/TKDraw/DrawTrSurf/DrawTrSurf_Curve.cxx
src/Draw/TKDraw/DrawTrSurf/DrawTrSurf_Curve2d.cxx
src/Draw/TKDraw/DrawTrSurf/DrawTrSurf_Surface.cxx
src/Draw/TKDraw/DrawTrSurf/DrawTrSurf_Surface.hxx
src/Draw/TKQADraw/QABugs/QABugs_11.cxx
src/Draw/TKQADraw/QABugs/QABugs_12.cxx
src/Draw/TKQADraw/QABugs/QABugs_19.cxx
src/Draw/TKQADraw/QABugs/QABugs_20.cxx
src/Draw/TKTopTest/BRepTest/BRepTest_BasicCommands.cxx
src/Draw/TKTopTest/BRepTest/BRepTest_CheckCommands.cxx
src/Draw/TKTopTest/BRepTest/BRepTest_CurveCommands.cxx
src/Draw/TKTopTest/BRepTest/BRepTest_FeatureCommands.cxx
src/Draw/TKTopTest/BRepTest/BRepTest_FilletCommands.cxx
src/Draw/TKTopTest/BRepTest/BRepTest_FillingCommands.cxx
src/Draw/TKTopTest/BRepTest/BRepTest_GPropCommands.cxx
src/Draw/TKTopTest/BRepTest/BRepTest_MatCommands.cxx
src/Draw/TKTopTest/BRepTest/BRepTest_SweepCommands.cxx
src/Draw/TKTopTest/GeometryTest/GeometryTest_ConstraintCommands.cxx
src/Draw/TKTopTest/GeometryTest/GeometryTest_CurveCommands.cxx
src/Draw/TKTopTest/GeomliteTest/GeomliteTest_ApproxCommands.cxx
src/Draw/TKTopTest/GeomliteTest/GeomliteTest_CurveCommands.cxx
src/Draw/TKTopTest/GeomliteTest/GeomliteTest_SurfaceCommands.cxx
src/Draw/TKTopTest/MeshTest/MeshTest.cxx
src/Draw/TKTopTest/MeshTest/MeshTest_CheckTopology.cxx
src/Draw/TKTopTest/SWDRAW/SWDRAW_ShapeAnalysis.cxx
src/Draw/TKViewerTest/ViewerTest/ViewerTest_EventManager.cxx
src/Draw/TKViewerTest/ViewerTest/ViewerTest_ObjectCommands.cxx
src/Draw/TKViewerTest/ViewerTest/ViewerTest_OpenGlCommands.cxx
src/Draw/TKViewerTest/ViewerTest/ViewerTest_RelationCommands.cxx
src/Draw/TKViewerTest/ViewerTest/ViewerTest_ViewerCommands.cxx
src/Draw/TKXDEDRAW/XDEDRAW/XDEDRAW_Notes.cxx
src/Draw/TKXDEDRAW/XDEDRAW/XDEDRAW_Props.cxx
src/Draw/TKXSDRAWPLY/XSDRAWPLY/XSDRAWPLY.cxx
src/Draw/TKXSDRAWVRML/XSDRAWVRML/XSDRAWVRML.cxx
src/FoundationClasses/TKMath/BSplCLib/BSplCLib.cxx
src/FoundationClasses/TKMath/BSplCLib/BSplCLib_2.cxx
src/FoundationClasses/TKMath/BSplCLib/BSplCLib_CacheParams.hxx
src/FoundationClasses/TKMath/BSplCLib/BSplCLib_CurveComputation.gxx [new file with mode: 0644]
src/FoundationClasses/TKMath/BSplCLib/BSplCLib_CurveComputation.pxx
src/FoundationClasses/TKMath/BSplSLib/BSplSLib.cxx
src/FoundationClasses/TKMath/BSplSLib/BSplSLib.hxx
src/FoundationClasses/TKMath/BSplSLib/BSplSLib_Cache.cxx
src/FoundationClasses/TKMath/BVH/BVH_BinaryTree.hxx
src/FoundationClasses/TKMath/BVH/BVH_BinnedBuilder.hxx
src/FoundationClasses/TKMath/BVH/BVH_Box.hxx
src/FoundationClasses/TKMath/BVH/BVH_DistanceField.lxx
src/FoundationClasses/TKMath/BVH/BVH_LinearBuilder.hxx
src/FoundationClasses/TKMath/BVH/BVH_RadixSorter.hxx
src/FoundationClasses/TKMath/BVH/BVH_Tools.hxx
src/FoundationClasses/TKMath/Bnd/Bnd_B2.hxx
src/FoundationClasses/TKMath/Bnd/Bnd_B3.hxx
src/FoundationClasses/TKMath/Bnd/Bnd_Box.cxx
src/FoundationClasses/TKMath/Bnd/Bnd_Box.hxx
src/FoundationClasses/TKMath/Bnd/Bnd_Box2d.cxx
src/FoundationClasses/TKMath/Bnd/Bnd_OBB.cxx
src/FoundationClasses/TKMath/Bnd/Bnd_OBB.hxx
src/FoundationClasses/TKMath/Bnd/Bnd_Range.cxx
src/FoundationClasses/TKMath/Bnd/Bnd_Range.hxx
src/FoundationClasses/TKMath/CSLib/CSLib.cxx
src/FoundationClasses/TKMath/CSLib/CSLib_NormalPolyDef.cxx
src/FoundationClasses/TKMath/Convert/Convert_CircleToBSplineCurve.cxx
src/FoundationClasses/TKMath/Convert/Convert_CircleToBSplineCurve.hxx
src/FoundationClasses/TKMath/Convert/Convert_CompBezierCurves2dToBSplineCurve2d.cxx
src/FoundationClasses/TKMath/Convert/Convert_CompBezierCurvesToBSplineCurve.cxx
src/FoundationClasses/TKMath/Convert/Convert_CompPolynomialToPoles.cxx
src/FoundationClasses/TKMath/Convert/Convert_ConeToBSplineSurface.cxx
src/FoundationClasses/TKMath/Convert/Convert_ConeToBSplineSurface.hxx
src/FoundationClasses/TKMath/Convert/Convert_ConicToBSplineCurve.cxx
src/FoundationClasses/TKMath/Convert/Convert_CylinderToBSplineSurface.cxx
src/FoundationClasses/TKMath/Convert/Convert_CylinderToBSplineSurface.hxx
src/FoundationClasses/TKMath/Convert/Convert_EllipseToBSplineCurve.cxx
src/FoundationClasses/TKMath/Convert/Convert_EllipseToBSplineCurve.hxx
src/FoundationClasses/TKMath/Convert/Convert_GridPolynomialToPoles.cxx
src/FoundationClasses/TKMath/Convert/Convert_HyperbolaToBSplineCurve.cxx
src/FoundationClasses/TKMath/Convert/Convert_HyperbolaToBSplineCurve.hxx
src/FoundationClasses/TKMath/Convert/Convert_ParabolaToBSplineCurve.cxx
src/FoundationClasses/TKMath/Convert/Convert_PolynomialCosAndSin.cxx
src/FoundationClasses/TKMath/Convert/Convert_SphereToBSplineSurface.cxx
src/FoundationClasses/TKMath/Convert/Convert_SphereToBSplineSurface.hxx
src/FoundationClasses/TKMath/Convert/Convert_TorusToBSplineSurface.cxx
src/FoundationClasses/TKMath/Convert/Convert_TorusToBSplineSurface.hxx
src/FoundationClasses/TKMath/ElCLib/ElCLib.cxx
src/FoundationClasses/TKMath/ElCLib/ElCLib.hxx
src/FoundationClasses/TKMath/ElSLib/ElSLib.cxx
src/FoundationClasses/TKMath/ElSLib/ElSLib.hxx
src/FoundationClasses/TKMath/GTests/PLib_HermitJacobi_Test.cxx
src/FoundationClasses/TKMath/GTests/PLib_JacobiPolynomial_Test.cxx
src/FoundationClasses/TKMath/GTests/math_EigenValuesSearcher_Test.cxx
src/FoundationClasses/TKMath/GTests/math_FunctionRoot_Test.cxx
src/FoundationClasses/TKMath/GTests/math_Vector_Test.cxx
src/FoundationClasses/TKMath/PLib/PLib.cxx
src/FoundationClasses/TKMath/PLib/PLib.hxx
src/FoundationClasses/TKMath/PLib/PLib_HermitJacobi.cxx
src/FoundationClasses/TKMath/PLib/PLib_JacobiPolynomial.cxx
src/FoundationClasses/TKMath/Poly/Poly.cxx
src/FoundationClasses/TKMath/Poly/Poly_MakeLoops.cxx
src/FoundationClasses/TKMath/Poly/Poly_MakeLoops.hxx
src/FoundationClasses/TKMath/Poly/Poly_MergeNodesTool.hxx
src/FoundationClasses/TKMath/gp/gp_Ax2.hxx
src/FoundationClasses/TKMath/gp/gp_Ax3.hxx
src/FoundationClasses/TKMath/gp/gp_Cone.cxx
src/FoundationClasses/TKMath/gp/gp_Cone.hxx
src/FoundationClasses/TKMath/gp/gp_Dir.hxx
src/FoundationClasses/TKMath/gp/gp_Dir2d.hxx
src/FoundationClasses/TKMath/gp/gp_GTrsf.cxx
src/FoundationClasses/TKMath/gp/gp_GTrsf2d.cxx
src/FoundationClasses/TKMath/gp/gp_Lin2d.hxx
src/FoundationClasses/TKMath/gp/gp_Mat.cxx
src/FoundationClasses/TKMath/gp/gp_Mat2d.cxx
src/FoundationClasses/TKMath/gp/gp_Pln.hxx
src/FoundationClasses/TKMath/gp/gp_Pnt.hxx
src/FoundationClasses/TKMath/gp/gp_Quaternion.cxx
src/FoundationClasses/TKMath/gp/gp_Quaternion.hxx
src/FoundationClasses/TKMath/gp/gp_QuaternionSLerp.hxx
src/FoundationClasses/TKMath/gp/gp_Trsf.cxx
src/FoundationClasses/TKMath/gp/gp_Trsf2d.cxx
src/FoundationClasses/TKMath/gp/gp_TrsfNLerp.hxx
src/FoundationClasses/TKMath/gp/gp_Vec.cxx
src/FoundationClasses/TKMath/gp/gp_Vec.hxx
src/FoundationClasses/TKMath/gp/gp_Vec2d.cxx
src/FoundationClasses/TKMath/gp/gp_Vec2d.hxx
src/FoundationClasses/TKMath/gp/gp_XY.hxx
src/FoundationClasses/TKMath/gp/gp_XYZ.hxx
src/FoundationClasses/TKMath/math/math_BFGS.cxx
src/FoundationClasses/TKMath/math/math_BissecNewton.cxx
src/FoundationClasses/TKMath/math/math_BissecNewton.lxx
src/FoundationClasses/TKMath/math/math_BracketMinimum.cxx
src/FoundationClasses/TKMath/math/math_BracketedRoot.cxx
src/FoundationClasses/TKMath/math/math_BrentMinimum.cxx
src/FoundationClasses/TKMath/math/math_ComputeGaussPointsAndWeights.cxx
src/FoundationClasses/TKMath/math/math_ComputeKronrodPointsAndWeights.cxx
src/FoundationClasses/TKMath/math/math_Crout.cxx
src/FoundationClasses/TKMath/math/math_DirectPolynomialRoots.cxx
src/FoundationClasses/TKMath/math/math_EigenValuesSearcher.cxx
src/FoundationClasses/TKMath/math/math_FunctionAllRoots.cxx
src/FoundationClasses/TKMath/math/math_FunctionRoots.cxx
src/FoundationClasses/TKMath/math/math_FunctionSetRoot.cxx
src/FoundationClasses/TKMath/math/math_FunctionSetRoot.hxx
src/FoundationClasses/TKMath/math/math_GaussSingleIntegration.cxx
src/FoundationClasses/TKMath/math/math_GlobOptMin.cxx
src/FoundationClasses/TKMath/math/math_Householder.cxx
src/FoundationClasses/TKMath/math/math_KronrodSingleIntegration.cxx
src/FoundationClasses/TKMath/math/math_KronrodSingleIntegration.hxx
src/FoundationClasses/TKMath/math/math_Matrix.lxx
src/FoundationClasses/TKMath/math/math_NewtonFunctionRoot.cxx
src/FoundationClasses/TKMath/math/math_NewtonFunctionSetRoot.lxx
src/FoundationClasses/TKMath/math/math_NewtonMinimum.cxx
src/FoundationClasses/TKMath/math/math_NewtonMinimum.lxx
src/FoundationClasses/TKMath/math/math_PSO.cxx
src/FoundationClasses/TKMath/math/math_SVD.cxx
src/FoundationClasses/TKMath/math/math_TrigonometricEquationFunction.hxx
src/FoundationClasses/TKMath/math/math_TrigonometricFunctionRoots.cxx
src/FoundationClasses/TKMath/math/math_TrigonometricFunctionRoots.hxx
src/FoundationClasses/TKMath/math/math_Uzawa.cxx
src/FoundationClasses/TKMath/math/math_VectorBase.lxx
src/FoundationClasses/TKernel/Message/Message_AttributeMeter.cxx
src/FoundationClasses/TKernel/Message/Message_Msg.cxx
src/FoundationClasses/TKernel/Message/Message_ProgressIndicator.hxx
src/FoundationClasses/TKernel/Message/Message_ProgressScope.hxx
src/FoundationClasses/TKernel/NCollection/NCollection_AliasedArray.hxx
src/FoundationClasses/TKernel/NCollection/NCollection_Array1.hxx
src/FoundationClasses/TKernel/NCollection/NCollection_Array2.hxx
src/FoundationClasses/TKernel/OSD/OSD_Parallel_Threads.cxx
src/FoundationClasses/TKernel/OSD/OSD_ThreadPool.cxx
src/FoundationClasses/TKernel/OSD/OSD_signal.cxx
src/FoundationClasses/TKernel/Precision/Precision.hxx
src/FoundationClasses/TKernel/Quantity/Quantity_Color.cxx
src/FoundationClasses/TKernel/Quantity/Quantity_Color.hxx
src/FoundationClasses/TKernel/Quantity/Quantity_ColorRGBA.hxx
src/FoundationClasses/TKernel/Quantity/Quantity_Period.cxx
src/FoundationClasses/TKernel/Standard/Standard_Failure.cxx
src/FoundationClasses/TKernel/Standard/Standard_Integer.hxx
src/FoundationClasses/TKernel/Standard/Standard_Real.cxx
src/FoundationClasses/TKernel/Standard/Standard_Real.hxx
src/FoundationClasses/TKernel/Standard/Standard_ShortReal.hxx
src/FoundationClasses/TKernel/UnitsMethods/UnitsMethods.cxx
src/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_BOP.cxx
src/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_MakePeriodic.cxx
src/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_MakePeriodic.hxx
src/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_Options.cxx
src/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_PaveFiller_10.cxx
src/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_PaveFiller_3.cxx
src/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_PaveFiller_5.cxx
src/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_PaveFiller_6.cxx
src/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_PaveFiller_8.cxx
src/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_Tools.cxx
src/ModelingAlgorithms/TKBO/BOPAlgo/BOPAlgo_WireSplitter_1.cxx
src/ModelingAlgorithms/TKBO/BOPDS/BOPDS_DS.cxx
src/ModelingAlgorithms/TKBO/BOPDS/BOPDS_Iterator.cxx
src/ModelingAlgorithms/TKBO/BOPDS/BOPDS_IteratorSI.cxx
src/ModelingAlgorithms/TKBO/BOPDS/BOPDS_PaveBlock.cxx
src/ModelingAlgorithms/TKBO/BOPDS/BOPDS_SubIterator.cxx
src/ModelingAlgorithms/TKBO/BOPTools/BOPTools_AlgoTools.cxx
src/ModelingAlgorithms/TKBO/BOPTools/BOPTools_AlgoTools2D.cxx
src/ModelingAlgorithms/TKBO/BOPTools/BOPTools_AlgoTools3D.cxx
src/ModelingAlgorithms/TKBO/BOPTools/BOPTools_AlgoTools_1.cxx
src/ModelingAlgorithms/TKBO/GTests/BOPTest_Utilities.pxx
src/ModelingAlgorithms/TKBO/IntTools/IntTools_BeanFaceIntersector.cxx
src/ModelingAlgorithms/TKBO/IntTools/IntTools_Context.cxx
src/ModelingAlgorithms/TKBO/IntTools/IntTools_EdgeEdge.cxx
src/ModelingAlgorithms/TKBO/IntTools/IntTools_EdgeEdge.lxx
src/ModelingAlgorithms/TKBO/IntTools/IntTools_EdgeFace.cxx
src/ModelingAlgorithms/TKBO/IntTools/IntTools_EdgeFace.hxx
src/ModelingAlgorithms/TKBO/IntTools/IntTools_FClass2d.cxx
src/ModelingAlgorithms/TKBO/IntTools/IntTools_FaceFace.cxx
src/ModelingAlgorithms/TKBO/IntTools/IntTools_MarkedRangeSet.cxx
src/ModelingAlgorithms/TKBO/IntTools/IntTools_Tools.cxx
src/ModelingAlgorithms/TKBO/IntTools/IntTools_TopolTool.cxx
src/ModelingAlgorithms/TKBool/BRepAlgo/BRepAlgo.cxx
src/ModelingAlgorithms/TKBool/BRepAlgo/BRepAlgo_Loop.cxx
src/ModelingAlgorithms/TKBool/BRepAlgo/BRepAlgo_NormalProjection.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_AdvancedEvolved.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_CompatibleWires.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_Draft.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_Evolved.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_Filling.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_Generator.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_LocationLaw.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_MultiLine.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_NSections.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_OffsetWire.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_Pipe.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_PipeShell.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_SectionPlacement.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_ShapeLaw.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_Sweep.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_TrimEdgeTool.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_TrimShellCorner.cxx
src/ModelingAlgorithms/TKBool/BRepFill/BRepFill_TrimSurfaceTool.cxx
src/ModelingAlgorithms/TKBool/BRepProj/BRepProj_Projection.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_DSFiller.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_EdgesIntersector.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_EdgesIntersector_1.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_FaceEdgeIntersector.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_FacesFiller_1.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_FacesIntersector.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_Hctxff2d.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_LineInter.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_PointGeomTool.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_ProcessGR.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_ProcessSectionEdges.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_ShapeIntersector.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_VPointInterClassifier.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_kpart.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRep/TopOpeBRep_vpr.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_Builder1_1.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_BuilderON.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_End.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_FuseFace.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_GridSS.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_PaveClassifier.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_PaveSet.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_Section.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_ShapeSet.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_Tools.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_Tools_1.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_WireEdgeClassifier.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_fctwes.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepBuild/TopOpeBRepBuild_makefaces.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepDS/TopOpeBRepDS_BuildTool.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepDS/TopOpeBRepDS_EXPORT.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepDS/TopOpeBRepDS_Edge3dInterferenceTool.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepDS/TopOpeBRepDS_FaceInterferenceTool.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepDS/TopOpeBRepDS_GapFiller.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepDS/TopOpeBRepDS_HDataStructure.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepDS/TopOpeBRepDS_Point.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepDS/TopOpeBRepDS_ProcessEdgeInterferences.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepDS/TopOpeBRepDS_ProcessFaceInterferences.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepDS/TopOpeBRepDS_ProcessInterferencesTool.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_2d.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_CLASSI.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_CORRISO.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_CurveTool.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_DRAW.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_FuseEdges.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_GEOMETRY.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_HBoxTool.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_PROJECT.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_PURGE.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_REGUW.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_RegularizeW.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_ShapeTool.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_TOOL.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_TOPOLOGY.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_makeTransition.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_mkTondgE.cxx
src/ModelingAlgorithms/TKBool/TopOpeBRepTool/TopOpeBRepTool_tol.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_Absolute.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_ArcCosine.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_ArcSine.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_ArcTangent.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_ArgCosh.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_ArgSinh.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_ArgTanh.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_Cosh.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_Cosine.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_Exponential.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_Exponentiate.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_LogOf10.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_LogOfe.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_Sine.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_Sinh.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_SquareRoot.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_Tangent.cxx
src/ModelingAlgorithms/TKExpress/Expr/Expr_Tanh.cxx
src/ModelingAlgorithms/TKFeat/BRepFeat/BRepFeat.cxx
src/ModelingAlgorithms/TKFeat/BRepFeat/BRepFeat_Form.cxx
src/ModelingAlgorithms/TKFeat/BRepFeat/BRepFeat_MakeCylindricalHole.cxx
src/ModelingAlgorithms/TKFeat/BRepFeat/BRepFeat_MakeDPrism.cxx
src/ModelingAlgorithms/TKFeat/BRepFeat/BRepFeat_MakePrism.cxx
src/ModelingAlgorithms/TKFeat/BRepFeat/BRepFeat_MakeRevol.cxx
src/ModelingAlgorithms/TKFeat/BRepFeat/BRepFeat_MakeRevolutionForm.cxx
src/ModelingAlgorithms/TKFeat/LocOpe/LocOpe_DPrism.cxx
src/ModelingAlgorithms/TKFeat/LocOpe/LocOpe_FindEdges.cxx
src/ModelingAlgorithms/TKFeat/LocOpe/LocOpe_FindEdgesInFace.cxx
src/ModelingAlgorithms/TKFeat/LocOpe/LocOpe_Generator.cxx
src/ModelingAlgorithms/TKFeat/LocOpe/LocOpe_Gluer.cxx
src/ModelingAlgorithms/TKFeat/LocOpe/LocOpe_Pipe.cxx
src/ModelingAlgorithms/TKFeat/LocOpe/LocOpe_Prism.cxx
src/ModelingAlgorithms/TKFeat/LocOpe/LocOpe_SplitDrafts.cxx
src/ModelingAlgorithms/TKFeat/LocOpe/LocOpe_SplitShape.cxx
src/ModelingAlgorithms/TKFeat/LocOpe/LocOpe_WiresOnShape.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_AppFuncRoot.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_AppSurface.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_BlendTool.hxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_CSWalking.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_CurvPointRadInv.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_RstRstConstRad.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_RstRstEvolRad.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_RstRstLineBuilder.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfCurvConstRadInv.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfCurvEvolRadInv.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfPointConstRadInv.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfPointEvolRadInv.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfRstConstRad.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfRstEvolRad.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_SurfRstLineBuilder.cxx
src/ModelingAlgorithms/TKFillet/BRepBlend/BRepBlend_Walking.cxx
src/ModelingAlgorithms/TKFillet/BRepFilletAPI/BRepFilletAPI_MakeFillet.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_CSCircular.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_CSConstRad.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_ChAsym.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_ChAsymInv.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_Chamfer.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_ConstRad.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_ConstRadInv.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_ConstThroat.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_ConstThroatInv.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_ConstThroatWithPenetration.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_ConstThroatWithPenetrationInv.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_Corde.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_EvolRad.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_EvolRadInv.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_Ruled.cxx
src/ModelingAlgorithms/TKFillet/BlendFunc/BlendFunc_RuledInv.cxx
src/ModelingAlgorithms/TKFillet/ChFi2d/ChFi2d_Builder.cxx
src/ModelingAlgorithms/TKFillet/ChFi2d/ChFi2d_ChamferAPI.cxx
src/ModelingAlgorithms/TKFillet/ChFi2d/ChFi2d_FilletAlgo.cxx
src/ModelingAlgorithms/TKFillet/ChFi2d/ChFi2d_FilletAlgo.hxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_Builder.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_Builder_0.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_Builder_1.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_Builder_2.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_Builder_6.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_Builder_C1.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_Builder_C2.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_Builder_CnCrn.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_Builder_SpKP.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_ChBuilder.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_ChBuilder_C3.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_FilBuilder.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_FilBuilder_C2.cxx
src/ModelingAlgorithms/TKFillet/ChFi3d/ChFi3d_FilBuilder_C3.cxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_FilSpine.cxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_Regul.cxx
src/ModelingAlgorithms/TKFillet/ChFiDS/ChFiDS_Spine.cxx
src/ModelingAlgorithms/TKFillet/ChFiKPart/ChFiKPart_ComputeData_ChAsymPlnCon.cxx
src/ModelingAlgorithms/TKFillet/ChFiKPart/ChFiKPart_ComputeData_ChAsymPlnCyl.cxx
src/ModelingAlgorithms/TKFillet/ChFiKPart/ChFiKPart_ComputeData_ChAsymPlnPln.cxx
src/ModelingAlgorithms/TKFillet/ChFiKPart/ChFiKPart_ComputeData_ChPlnCon.cxx
src/ModelingAlgorithms/TKFillet/ChFiKPart/ChFiKPart_ComputeData_ChPlnCyl.cxx
src/ModelingAlgorithms/TKFillet/ChFiKPart/ChFiKPart_ComputeData_ChPlnPln.cxx
src/ModelingAlgorithms/TKFillet/ChFiKPart/ChFiKPart_ComputeData_FilPlnCon.cxx
src/ModelingAlgorithms/TKFillet/ChFiKPart/ChFiKPart_ComputeData_FilPlnCyl.cxx
src/ModelingAlgorithms/TKFillet/ChFiKPart/ChFiKPart_ComputeData_FilPlnPln.cxx
src/ModelingAlgorithms/TKFillet/ChFiKPart/ChFiKPart_ComputeData_Sphere.cxx
src/ModelingAlgorithms/TKGeomAlgo/AppBlend/AppBlend_AppSurf.gxx
src/ModelingAlgorithms/TKGeomAlgo/ApproxInt/ApproxInt_Approx.gxx
src/ModelingAlgorithms/TKGeomAlgo/ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx
src/ModelingAlgorithms/TKGeomAlgo/ApproxInt/ApproxInt_KnotTools.cxx
src/ModelingAlgorithms/TKGeomAlgo/ApproxInt/ApproxInt_MultiLine.gxx
src/ModelingAlgorithms/TKGeomAlgo/ApproxInt/ApproxInt_PrmPrmSvSurfaces.gxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_Batten.cxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_DistributionOfJerk.cxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_DistributionOfSagging.cxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_Energy.cxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_MinimalVariation.cxx
src/ModelingAlgorithms/TKGeomAlgo/FairCurve/FairCurve_Newton.cxx
src/ModelingAlgorithms/TKGeomAlgo/GTests/Geom2dAPI_InterCurveCurve_Test.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanOn.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanOn_1.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanOn_10.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanOn_11.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanOn_2.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanOn_3.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanOn_4.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanOn_5.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanOn_6.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanOn_7.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanOn_8.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanRad.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanRad_1.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanRad_2.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanRad_3.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d2TanRad_5.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d3Tan.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d3Tan_1.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d3Tan_2.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d3Tan_3.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d3Tan_4.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d3Tan_5.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d3Tan_6.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d3Tan_7.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2d3Tan_8.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2dBisec.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2dTanCen.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2dTanOnRad.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2dTanOnRad_1.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2dTanOnRad_2.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2dTanOnRad_3.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2dTanOnRad_4.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Circ2dTanOnRad_5.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_CircLin2dBisec.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_CircPnt2dBisec.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Lin2d2Tan.cxx
src/ModelingAlgorithms/TKGeomAlgo/GccAna/GccAna_Lin2dTanObl.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dAPI/Geom2dAPI_Interpolate.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Circ2d2TanOnGeo.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Circ2d2TanOnIter.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Circ2d2TanRadGeo.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Circ2d3TanIter.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Circ2dTanCenGeo.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Circ2dTanOnRadGeo.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_FunctionTanCirCu.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Lin2d2Tan.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Lin2d2TanIter.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Lin2dTanObl.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dGcc/Geom2dGcc_Lin2dTanOblIter.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dHatch/Geom2dHatch_Elements.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dHatch/Geom2dHatch_Hatcher.cxx
src/ModelingAlgorithms/TKGeomAlgo/Geom2dInt/Geom2dInt_Geom2dCurveTool.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_Interpolate.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_PointsToBSplineSurface.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomAPI/GeomAPI_PointsToBSplineSurface.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_BSplineCurves.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_BezierCurves.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_BoundWithSurf.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_CircularBlendFunc.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_ConstrainedFilling.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_CorrectedFrenet.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_CurveAndTrihedron.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_DiscreteTrihedron.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_DraftTrihedron.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_EvolvedSection.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_Frenet.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_FunctionDraft.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_FunctionGuide.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_GuideTrihedronPlan.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_LocationDraft.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_LocationGuide.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_NSections.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_Pipe.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_PolynomialConvertor.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_Profiler.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_QuasiAngularConvertor.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_SectionPlacement.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_Sweep.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomFill/GeomFill_SweepSectionGenerator.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomInt/GeomInt_IntSS_1.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomInt/GeomInt_LineConstructor.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomInt/GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox.hxx
src/ModelingAlgorithms/TKGeomAlgo/GeomPlate/GeomPlate_BuildAveragePlane.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomPlate/GeomPlate_BuildPlateSurface.cxx
src/ModelingAlgorithms/TKGeomAlgo/GeomPlate/GeomPlate_PlateG0Criterion.cxx
src/ModelingAlgorithms/TKGeomAlgo/Hatch/Hatch_Hatcher.cxx
src/ModelingAlgorithms/TKGeomAlgo/Hatch/Hatch_Line.cxx
src/ModelingAlgorithms/TKGeomAlgo/HatchGen/HatchGen_PointOnElement.cxx
src/ModelingAlgorithms/TKGeomAlgo/HatchGen/HatchGen_PointOnHatching.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurve/IntCurve_IConicTool.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurve/IntCurve_IntConicConic.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurve/IntCurve_IntConicConic_1.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurve/IntCurve_IntConicConic_Tool.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurve/IntCurve_IntConicConic_Tool.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurve/IntCurve_IntPolyPolyGen.gxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurve/IntCurve_Polygon2dGen.gxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurveSurface/IntCurveSurface_Inter.gxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurveSurface/IntCurveSurface_Intersection.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurveSurface/IntCurveSurface_Polyhedron.gxx
src/ModelingAlgorithms/TKGeomAlgo/IntCurveSurface/IntCurveSurface_TheHCurveTool.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntImp/IntImp_ComputeTangence.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntImp/IntImp_Int2S.gxx
src/ModelingAlgorithms/TKGeomAlgo/IntImp/IntImp_IntCS.gxx
src/ModelingAlgorithms/TKGeomAlgo/IntImpParGen/IntImpParGen.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntImpParGen/IntImpParGen_Intersector.gxx
src/ModelingAlgorithms/TKGeomAlgo/IntImpParGen/IntImpParGen_Tool.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_ALine.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_ALineToWLine.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_ArcFunction.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_GLine.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_HInterTool.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_ImpImpIntersection.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_ImpPrmIntersection.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_InterferencePolyhedron.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_Intersection.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_LineConstructor.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_PointLine.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_PolyArc.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_PolyLine.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_Polyhedron.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_PrmPrmIntersection.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_RstInt.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_SpecialPoints.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_TheSurfFunction.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_WLine.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_WLine.lxx
src/ModelingAlgorithms/TKGeomAlgo/IntPatch/IntPatch_WLineTool.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPolyh/IntPolyh_Intersection.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPolyh/IntPolyh_MaillageAffinage.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPolyh/IntPolyh_Point.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPolyh/IntPolyh_StartPoint.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPolyh/IntPolyh_Tools.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntPolyh/IntPolyh_Triangle.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntRes2d/IntRes2d_Domain.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntRes2d/IntRes2d_Intersection.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntStart/IntStart_SearchInside.gxx
src/ModelingAlgorithms/TKGeomAlgo/IntStart/IntStart_SearchOnBoundaries.gxx
src/ModelingAlgorithms/TKGeomAlgo/IntSurf/IntSurf_Quadric.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntWalk/IntWalk_IWalking.gxx
src/ModelingAlgorithms/TKGeomAlgo/IntWalk/IntWalk_PWalking.cxx
src/ModelingAlgorithms/TKGeomAlgo/IntWalk/IntWalk_PWalking.hxx
src/ModelingAlgorithms/TKGeomAlgo/IntWalk/IntWalk_PWalking.lxx
src/ModelingAlgorithms/TKGeomAlgo/Intf/Intf_InterferencePolygon2d.cxx
src/ModelingAlgorithms/TKGeomAlgo/Intf/Intf_InterferencePolygonPolyhedron.gxx
src/ModelingAlgorithms/TKGeomAlgo/Intf/Intf_TangentZone.cxx
src/ModelingAlgorithms/TKGeomAlgo/Intf/Intf_Tool.cxx
src/ModelingAlgorithms/TKGeomAlgo/Law/Law_BSpFunc.cxx
src/ModelingAlgorithms/TKGeomAlgo/Law/Law_BSpline.cxx
src/ModelingAlgorithms/TKGeomAlgo/Law/Law_BSpline.hxx
src/ModelingAlgorithms/TKGeomAlgo/Law/Law_Interpolate.cxx
src/ModelingAlgorithms/TKGeomAlgo/LocalAnalysis/LocalAnalysis_CurveContinuity.cxx
src/ModelingAlgorithms/TKGeomAlgo/LocalAnalysis/LocalAnalysis_SurfaceContinuity.cxx
src/ModelingAlgorithms/TKGeomAlgo/TopTrans/TopTrans_CurveTransition.cxx
src/ModelingAlgorithms/TKGeomAlgo/TopTrans/TopTrans_SurfaceTransition.cxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_ArcFunction.cxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_ArcFunction.lxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_ContAna.cxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_Contour.cxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_HContTool.hxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_SurfFunction.cxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_SurfFunction.hxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_SurfFunction.lxx
src/ModelingAlgorithms/TKHLR/Contap/Contap_SurfProps.cxx
src/ModelingAlgorithms/TKHLR/HLRAlgo/HLRAlgo_Projector.cxx
src/ModelingAlgorithms/TKHLR/HLRBRep/HLRBRep.cxx
src/ModelingAlgorithms/TKHLR/HLRBRep/HLRBRep_Curve.cxx
src/ModelingAlgorithms/TKHLR/HLRBRep/HLRBRep_Data.cxx
src/ModelingAlgorithms/TKHLR/HLRBRep/HLRBRep_EdgeIList.cxx
src/ModelingAlgorithms/TKHLR/HLRBRep/HLRBRep_PolyAlgo.cxx
src/ModelingAlgorithms/TKHLR/HLRBRep/HLRBRep_Surface.cxx
src/ModelingAlgorithms/TKHLR/HLRTopoBRep/HLRTopoBRep_FaceIsoLiner.cxx
src/ModelingAlgorithms/TKHLR/HLRTopoBRep/HLRTopoBRep_OutLiner.cxx
src/ModelingAlgorithms/TKHLR/Intrv/Intrv_Interval.lxx
src/ModelingAlgorithms/TKHelix/HelixBRep/HelixBRep_BuilderHelix.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_BaseMeshAlgo.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_CircleTool.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_Classifier.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_ConeRangeSplitter.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_CurveTessellator.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_CylinderRangeSplitter.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_DataStructureOfDelaun.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_DefaultRangeSplitter.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_Deflection.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_DelabellaBaseMeshAlgo.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_Delaun.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_DelaunayDeflectionControlMeshAlgo.hxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_FaceChecker.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_GeomTool.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_IncrementalMesh.hxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_MeshTool.hxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_ModelBuilder.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_ModelHealer.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_ModelPreProcessor.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_NURBSRangeSplitter.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_NodeInsertionMeshAlgo.hxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_ShapeTool.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_TorusRangeSplitter.cxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_Vertex.hxx
src/ModelingAlgorithms/TKMesh/BRepMesh/BRepMesh_VertexTool.cxx
src/ModelingAlgorithms/TKOffset/BRepOffset/BRepOffset.cxx
src/ModelingAlgorithms/TKOffset/BRepOffset/BRepOffset_Analyse.cxx
src/ModelingAlgorithms/TKOffset/BRepOffset/BRepOffset_Inter2d.cxx
src/ModelingAlgorithms/TKOffset/BRepOffset/BRepOffset_Inter3d.cxx
src/ModelingAlgorithms/TKOffset/BRepOffset/BRepOffset_MakeOffset.cxx
src/ModelingAlgorithms/TKOffset/BRepOffset/BRepOffset_MakeOffset_1.cxx
src/ModelingAlgorithms/TKOffset/BRepOffset/BRepOffset_MakeSimpleOffset.cxx
src/ModelingAlgorithms/TKOffset/BRepOffset/BRepOffset_Offset.cxx
src/ModelingAlgorithms/TKOffset/BRepOffset/BRepOffset_SimpleOffset.cxx
src/ModelingAlgorithms/TKOffset/BRepOffset/BRepOffset_Tool.cxx
src/ModelingAlgorithms/TKOffset/BRepOffsetAPI/BRepOffsetAPI_DraftAngle.cxx
src/ModelingAlgorithms/TKOffset/BRepOffsetAPI/BRepOffsetAPI_MakeEvolved.cxx
src/ModelingAlgorithms/TKOffset/BRepOffsetAPI/BRepOffsetAPI_MakeOffset.cxx
src/ModelingAlgorithms/TKOffset/BRepOffsetAPI/BRepOffsetAPI_MiddlePath.cxx
src/ModelingAlgorithms/TKOffset/BRepOffsetAPI/BRepOffsetAPI_ThruSections.cxx
src/ModelingAlgorithms/TKOffset/BiTgte/BiTgte_Blend.cxx
src/ModelingAlgorithms/TKOffset/Draft/Draft.cxx
src/ModelingAlgorithms/TKOffset/Draft/Draft_EdgeInfo.cxx
src/ModelingAlgorithms/TKOffset/Draft/Draft_Modification.cxx
src/ModelingAlgorithms/TKOffset/Draft/Draft_Modification_1.cxx
src/ModelingAlgorithms/TKPrim/BRepPreviewAPI/BRepPreviewAPI_MakeBox.cxx
src/ModelingAlgorithms/TKPrim/BRepPrim/BRepPrim_Cone.cxx
src/ModelingAlgorithms/TKPrim/BRepPrim/BRepPrim_Cone.hxx
src/ModelingAlgorithms/TKPrim/BRepPrim/BRepPrim_OneAxis.cxx
src/ModelingAlgorithms/TKPrim/BRepPrim/BRepPrim_OneAxis.hxx
src/ModelingAlgorithms/TKPrim/BRepPrimAPI/BRepPrimAPI_MakeBox.cxx
src/ModelingAlgorithms/TKPrim/BRepPrimAPI/BRepPrimAPI_MakeSphere.cxx
src/ModelingAlgorithms/TKPrim/BRepSweep/BRepSweep_Revol.cxx
src/ModelingAlgorithms/TKPrim/BRepSweep/BRepSweep_Rotation.cxx
src/ModelingAlgorithms/TKPrim/BRepSweep/BRepSweep_Trsf.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAlgo/ShapeAlgo_AlgoContainer.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_BoxBndTree.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_CanonicalRecognition.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_CheckSmallFace.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_Curve.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_Edge.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_FreeBounds.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_FreeBoundsProperties.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_Geom.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_Surface.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_TransferParametersProj.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_Wire.cxx
src/ModelingAlgorithms/TKShHealing/ShapeAnalysis/ShapeAnalysis_WireOrder.cxx
src/ModelingAlgorithms/TKShHealing/ShapeBuild/ShapeBuild_Edge.cxx
src/ModelingAlgorithms/TKShHealing/ShapeConstruct/ShapeConstruct.cxx
src/ModelingAlgorithms/TKShHealing/ShapeConstruct/ShapeConstruct_Curve.cxx
src/ModelingAlgorithms/TKShHealing/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx
src/ModelingAlgorithms/TKShHealing/ShapeCustom/ShapeCustom_BSplineRestriction.cxx
src/ModelingAlgorithms/TKShHealing/ShapeCustom/ShapeCustom_ConvertToRevolution.cxx
src/ModelingAlgorithms/TKShHealing/ShapeCustom/ShapeCustom_Surface.cxx
src/ModelingAlgorithms/TKShHealing/ShapeCustom/ShapeCustom_TrsfModification.cxx
src/ModelingAlgorithms/TKShHealing/ShapeFix/ShapeFix_ComposeShell.cxx
src/ModelingAlgorithms/TKShHealing/ShapeFix/ShapeFix_Edge.cxx
src/ModelingAlgorithms/TKShHealing/ShapeFix/ShapeFix_EdgeProjAux.cxx
src/ModelingAlgorithms/TKShHealing/ShapeFix/ShapeFix_Face.cxx
src/ModelingAlgorithms/TKShHealing/ShapeFix/ShapeFix_IntersectionTool.cxx
src/ModelingAlgorithms/TKShHealing/ShapeFix/ShapeFix_Root.lxx
src/ModelingAlgorithms/TKShHealing/ShapeFix/ShapeFix_SplitTool.cxx
src/ModelingAlgorithms/TKShHealing/ShapeFix/ShapeFix_Wire.cxx
src/ModelingAlgorithms/TKShHealing/ShapeFix/ShapeFix_Wire_1.cxx
src/ModelingAlgorithms/TKShHealing/ShapeFix/ShapeFix_Wireframe.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_ConvertCurve2dToBezier.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_ConvertCurve3dToBezier.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_ConvertSurfaceToBezierBasis.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_FaceDivide.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_FixSmallBezierCurves.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_SplitCurve2d.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_SplitCurve3d.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_SplitSurface.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_SplitSurfaceArea.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_SplitSurfaceContinuity.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_Tool.lxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_UnifySameDomain.cxx
src/ModelingAlgorithms/TKShHealing/ShapeUpgrade/ShapeUpgrade_WireDivide.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepApprox/BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox.hxx
src/ModelingAlgorithms/TKTopAlgo/BRepBndLib/BRepBndLib.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepBuilderAPI/BRepBuilderAPI_FastSewing.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepBuilderAPI/BRepBuilderAPI_MakeShapeOnMesh.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepBuilderAPI/BRepBuilderAPI_Transform.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepCheck/BRepCheck_Analyzer.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepCheck/BRepCheck_Edge.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepCheck/BRepCheck_Face.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepCheck/BRepCheck_Vertex.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepCheck/BRepCheck_Wire.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepClass/BRepClass_FaceExplorer.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepClass/BRepClass_Intersector.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepClass3d/BRepClass3d_SClassifier.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepClass3d/BRepClass3d_SolidExplorer.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepClass3d/BRepClass3d_SolidPassiveClassifier.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepExtrema/BRepExtrema_DistShapeShape.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepExtrema/BRepExtrema_DistanceSS.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepExtrema/BRepExtrema_ExtCC.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepExtrema/BRepExtrema_ExtCF.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepExtrema/BRepExtrema_ExtFF.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepExtrema/BRepExtrema_ExtPC.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepExtrema/BRepExtrema_ExtPF.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepExtrema/BRepExtrema_OverlapTool.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepExtrema/BRepExtrema_ProximityDistTool.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepExtrema/BRepExtrema_ProximityValueTool.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepGProp/BRepGProp.hxx
src/ModelingAlgorithms/TKTopAlgo/BRepGProp/BRepGProp_Cinert.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepGProp/BRepGProp_Face.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepGProp/BRepGProp_Gauss.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepGProp/BRepGProp_Gauss.hxx
src/ModelingAlgorithms/TKTopAlgo/BRepGProp/BRepGProp_MeshCinert.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepGProp/BRepGProp_MeshProps.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepGProp/BRepGProp_TFunction.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepGProp/BRepGProp_Vinert.hxx
src/ModelingAlgorithms/TKTopAlgo/BRepGProp/BRepGProp_VinertGK.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepLib/BRepLib.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepLib/BRepLib_1.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepLib/BRepLib_FindSurface.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepLib/BRepLib_FuseEdges.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepLib/BRepLib_MakeEdge.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepLib/BRepLib_MakeFace.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepLib/BRepLib_PointCloudShape.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepLib/BRepLib_ValidateEdge.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepMAT2d/BRepMAT2d_LinkTopoBilo.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx
src/ModelingAlgorithms/TKTopAlgo/BRepTopAdaptor/BRepTopAdaptor_HVertex.cxx
src/ModelingAlgorithms/TKTopAlgo/Bisector/Bisector_Bisec.cxx
src/ModelingAlgorithms/TKTopAlgo/Bisector/Bisector_BisecAna.cxx
src/ModelingAlgorithms/TKTopAlgo/Bisector/Bisector_BisecCC.cxx
src/ModelingAlgorithms/TKTopAlgo/Bisector/Bisector_BisecPC.cxx
src/ModelingAlgorithms/TKTopAlgo/Bisector/Bisector_FunctionInter.cxx
src/ModelingAlgorithms/TKTopAlgo/Bisector/Bisector_Inter.cxx
src/ModelingAlgorithms/TKTopAlgo/Bisector/Bisector_PolyBis.cxx
src/ModelingAlgorithms/TKTopAlgo/IntCurvesFace/IntCurvesFace_Intersector.cxx
src/ModelingAlgorithms/TKTopAlgo/MAT2d/MAT2d_Circuit.cxx
src/ModelingAlgorithms/TKTopAlgo/MAT2d/MAT2d_Tool2d.cxx
src/ModelingData/TKBRep/BRep/BRep_Tool.cxx
src/ModelingData/TKBRep/BRepAdaptor/BRepAdaptor_CompCurve.cxx
src/ModelingData/TKBRep/BRepLProp/BRepLProp.cxx
src/ModelingData/TKBRep/BRepLProp/BRepLProp_SurfaceTool.cxx
src/ModelingData/TKBRep/BRepTools/BRepTools.cxx
src/ModelingData/TKBRep/BRepTools/BRepTools.hxx
src/ModelingData/TKBRep/BRepTools/BRepTools_GTrsfModification.cxx
src/ModelingData/TKBRep/BRepTools/BRepTools_NurbsConvertModification.cxx
src/ModelingData/TKBRep/BRepTools/BRepTools_PurgeLocations.cxx
src/ModelingData/TKBRep/BRepTools/BRepTools_PurgeLocations.hxx
src/ModelingData/TKBRep/BRepTools/BRepTools_TrsfModification.cxx
src/ModelingData/TKBRep/BRepTools/BRepTools_WireExplorer.cxx
src/ModelingData/TKBRep/TopoDS/TopoDS_Shape.hxx
src/ModelingData/TKG2d/Adaptor2d/Adaptor2d_OffsetCurve.cxx
src/ModelingData/TKG2d/Geom2d/Geom2d_BSplineCurve.cxx
src/ModelingData/TKG2d/Geom2d/Geom2d_BSplineCurve.hxx
src/ModelingData/TKG2d/Geom2d/Geom2d_BSplineCurve_1.cxx
src/ModelingData/TKG2d/Geom2d/Geom2d_BezierCurve.cxx
src/ModelingData/TKG2d/Geom2d/Geom2d_Circle.cxx
src/ModelingData/TKG2d/Geom2d/Geom2d_Circle.hxx
src/ModelingData/TKG2d/Geom2d/Geom2d_Direction.cxx
src/ModelingData/TKG2d/Geom2d/Geom2d_Direction.hxx
src/ModelingData/TKG2d/Geom2d/Geom2d_Ellipse.cxx
src/ModelingData/TKG2d/Geom2d/Geom2d_Ellipse.hxx
src/ModelingData/TKG2d/Geom2d/Geom2d_Hyperbola.cxx
src/ModelingData/TKG2d/Geom2d/Geom2d_Hyperbola.hxx
src/ModelingData/TKG2d/Geom2d/Geom2d_Line.cxx
src/ModelingData/TKG2d/Geom2d/Geom2d_OffsetCurve.cxx
src/ModelingData/TKG2d/Geom2d/Geom2d_Parabola.cxx
src/ModelingData/TKG2d/Geom2d/Geom2d_TrimmedCurve.cxx
src/ModelingData/TKG2d/Geom2dAdaptor/Geom2dAdaptor.cxx
src/ModelingData/TKG2d/Geom2dAdaptor/Geom2dAdaptor_Curve.cxx
src/ModelingData/TKG2d/Geom2dEvaluator/Geom2dEvaluator.cxx
src/ModelingData/TKG2d/Geom2dEvaluator/Geom2dEvaluator_OffsetCurve.cxx
src/ModelingData/TKG2d/Geom2dLProp/Geom2dLProp_FuncCurExt.cxx
src/ModelingData/TKG2d/Geom2dLProp/Geom2dLProp_FuncCurNul.cxx
src/ModelingData/TKG2d/LProp/LProp_CLProps.gxx
src/ModelingData/TKG2d/LProp/LProp_SLProps.gxx
src/ModelingData/TKG3d/Adaptor3d/Adaptor3d_CurveOnSurface.cxx
src/ModelingData/TKG3d/Adaptor3d/Adaptor3d_IsoCurve.cxx
src/ModelingData/TKG3d/Adaptor3d/Adaptor3d_TopolTool.cxx
src/ModelingData/TKG3d/AdvApprox/AdvApprox_ApproxAFunction.cxx
src/ModelingData/TKG3d/AdvApprox/AdvApprox_DichoCutting.cxx
src/ModelingData/TKG3d/AdvApprox/AdvApprox_PrefAndRec.cxx
src/ModelingData/TKG3d/AdvApprox/AdvApprox_PrefCutting.cxx
src/ModelingData/TKG3d/GProp/GProp_CelGProps.cxx
src/ModelingData/TKG3d/GProp/GProp_GProps.cxx
src/ModelingData/TKG3d/GProp/GProp_PEquation.cxx
src/ModelingData/TKG3d/GProp/GProp_PrincipalProps.cxx
src/ModelingData/TKG3d/GProp/GProp_SelGProps.cxx
src/ModelingData/TKG3d/GProp/GProp_VelGProps.cxx
src/ModelingData/TKG3d/Geom/Geom_BSplineCurve.cxx
src/ModelingData/TKG3d/Geom/Geom_BSplineCurve.hxx
src/ModelingData/TKG3d/Geom/Geom_BSplineCurve_1.cxx
src/ModelingData/TKG3d/Geom/Geom_BSplineSurface.cxx
src/ModelingData/TKG3d/Geom/Geom_BSplineSurface.hxx
src/ModelingData/TKG3d/Geom/Geom_BSplineSurface_1.cxx
src/ModelingData/TKG3d/Geom/Geom_BezierCurve.cxx
src/ModelingData/TKG3d/Geom/Geom_BezierSurface.cxx
src/ModelingData/TKG3d/Geom/Geom_Circle.cxx
src/ModelingData/TKG3d/Geom/Geom_Circle.hxx
src/ModelingData/TKG3d/Geom/Geom_ConicalSurface.cxx
src/ModelingData/TKG3d/Geom/Geom_ConicalSurface.hxx
src/ModelingData/TKG3d/Geom/Geom_CylindricalSurface.cxx
src/ModelingData/TKG3d/Geom/Geom_Direction.cxx
src/ModelingData/TKG3d/Geom/Geom_Direction.hxx
src/ModelingData/TKG3d/Geom/Geom_Ellipse.cxx
src/ModelingData/TKG3d/Geom/Geom_Ellipse.hxx
src/ModelingData/TKG3d/Geom/Geom_Hyperbola.cxx
src/ModelingData/TKG3d/Geom/Geom_Hyperbola.hxx
src/ModelingData/TKG3d/Geom/Geom_Line.cxx
src/ModelingData/TKG3d/Geom/Geom_OffsetSurface.cxx
src/ModelingData/TKG3d/Geom/Geom_OsculatingSurface.cxx
src/ModelingData/TKG3d/Geom/Geom_Parabola.cxx
src/ModelingData/TKG3d/Geom/Geom_Plane.cxx
src/ModelingData/TKG3d/Geom/Geom_Plane.hxx
src/ModelingData/TKG3d/Geom/Geom_RectangularTrimmedSurface.cxx
src/ModelingData/TKG3d/Geom/Geom_SphericalSurface.cxx
src/ModelingData/TKG3d/Geom/Geom_SurfaceOfLinearExtrusion.cxx
src/ModelingData/TKG3d/Geom/Geom_ToroidalSurface.cxx
src/ModelingData/TKG3d/Geom/Geom_ToroidalSurface.hxx
src/ModelingData/TKG3d/Geom/Geom_TrimmedCurve.cxx
src/ModelingData/TKG3d/GeomAdaptor/GeomAdaptor_Curve.cxx
src/ModelingData/TKG3d/GeomAdaptor/GeomAdaptor_Surface.cxx
src/ModelingData/TKG3d/GeomAdaptor/GeomAdaptor_SurfaceOfRevolution.cxx
src/ModelingData/TKG3d/GeomEvaluator/GeomEvaluator_OffsetCurve.cxx
src/ModelingData/TKG3d/GeomEvaluator/GeomEvaluator_OffsetSurface.cxx
src/ModelingData/TKG3d/GeomLProp/GeomLProp.cxx
src/ModelingData/TKG3d/LProp3d/LProp3d_SurfaceTool.cxx
src/ModelingData/TKGeomBase/AdvApp2Var/AdvApp2Var_ApproxAFunc2Var.cxx
src/ModelingData/TKGeomBase/AdvApp2Var/AdvApp2Var_Network.cxx
src/ModelingData/TKGeomBase/AdvApp2Var/AdvApp2Var_Node.cxx
src/ModelingData/TKGeomBase/AdvApp2Var/AdvApp2Var_Patch.cxx
src/ModelingData/TKGeomBase/AppCont/AppCont_LeastSquare.cxx
src/ModelingData/TKGeomBase/AppDef/AppDef_LinearCriteria.cxx
src/ModelingData/TKGeomBase/AppDef/AppDef_Variational.cxx
src/ModelingData/TKGeomBase/AppParCurves/AppParCurves_BSpFunction.gxx
src/ModelingData/TKGeomBase/AppParCurves/AppParCurves_BSpGradient.gxx
src/ModelingData/TKGeomBase/AppParCurves/AppParCurves_Function.gxx
src/ModelingData/TKGeomBase/AppParCurves/AppParCurves_Gradient.gxx
src/ModelingData/TKGeomBase/AppParCurves/AppParCurves_LeastSquare.gxx
src/ModelingData/TKGeomBase/AppParCurves/AppParCurves_ResolConstraint.gxx
src/ModelingData/TKGeomBase/Approx/Approx_BSplComputeLine.gxx
src/ModelingData/TKGeomBase/Approx/Approx_ComputeCLine.gxx
src/ModelingData/TKGeomBase/Approx/Approx_ComputeLine.gxx
src/ModelingData/TKGeomBase/Approx/Approx_CurveOnSurface.cxx
src/ModelingData/TKGeomBase/Approx/Approx_CurvilinearParameter.cxx
src/ModelingData/TKGeomBase/Approx/Approx_CurvlinFunc.cxx
src/ModelingData/TKGeomBase/Approx/Approx_SameParameter.cxx
src/ModelingData/TKGeomBase/Approx/Approx_SweepApproximation.cxx
src/ModelingData/TKGeomBase/BndLib/BndLib.cxx
src/ModelingData/TKGeomBase/BndLib/BndLib_Add2dCurve.cxx
src/ModelingData/TKGeomBase/BndLib/BndLib_Add3dCurve.cxx
src/ModelingData/TKGeomBase/BndLib/BndLib_AddSurface.cxx
src/ModelingData/TKGeomBase/CPnts/CPnts_AbscissaPoint.cxx
src/ModelingData/TKGeomBase/CPnts/CPnts_UniformDeflection.cxx
src/ModelingData/TKGeomBase/CPnts/CPnts_UniformDeflection.hxx
src/ModelingData/TKGeomBase/Extrema/Extrema_Curve2dTool.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_CurveLocator.gxx
src/ModelingData/TKGeomBase/Extrema/Extrema_CurveTool.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtCC.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtCC2d.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtCS.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtElC.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtElC2d.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtElCS.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtPElC.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtPElC2d.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtPElS.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtPExtS.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtPRevS.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_ExtPS.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_FuncExtCC.gxx
src/ModelingData/TKGeomBase/Extrema/Extrema_FuncExtPC.gxx
src/ModelingData/TKGeomBase/Extrema/Extrema_GExtPC.gxx
src/ModelingData/TKGeomBase/Extrema/Extrema_GLocateExtPC.gxx
src/ModelingData/TKGeomBase/Extrema/Extrema_GenExtCC.gxx
src/ModelingData/TKGeomBase/Extrema/Extrema_GenExtCS.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_GenExtPS.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_GenLocateExtPC.gxx
src/ModelingData/TKGeomBase/Extrema/Extrema_GenLocateExtPS.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_GlobOptFuncCQuadric.cxx
src/ModelingData/TKGeomBase/Extrema/Extrema_GlobOptFuncConicS.cxx
src/ModelingData/TKGeomBase/FEmTool/FEmTool_Assembly.cxx
src/ModelingData/TKGeomBase/FEmTool/FEmTool_Curve.cxx
src/ModelingData/TKGeomBase/FEmTool/FEmTool_LinearFlexion.cxx
src/ModelingData/TKGeomBase/FEmTool/FEmTool_LinearJerk.cxx
src/ModelingData/TKGeomBase/FEmTool/FEmTool_LinearTension.cxx
src/ModelingData/TKGeomBase/FEmTool/FEmTool_ProfileMatrix.cxx
src/ModelingData/TKGeomBase/GC/GC_MakeCylindricalSurface.cxx
src/ModelingData/TKGeomBase/GC/GC_MakePlane.cxx
src/ModelingData/TKGeomBase/GC/GC_MakePlane.hxx
src/ModelingData/TKGeomBase/GCPnts/GCPnts_AbscissaPoint.cxx
src/ModelingData/TKGeomBase/GCPnts/GCPnts_QuasiUniformDeflection.cxx
src/ModelingData/TKGeomBase/GCPnts/GCPnts_TangentialDeflection.cxx
src/ModelingData/TKGeomBase/GCPnts/GCPnts_UniformAbscissa.cxx
src/ModelingData/TKGeomBase/GCPnts/GCPnts_UniformDeflection.cxx
src/ModelingData/TKGeomBase/Geom2dConvert/Geom2dConvert.cxx
src/ModelingData/TKGeomBase/Geom2dConvert/Geom2dConvert_ApproxArcsSegments.cxx
src/ModelingData/TKGeomBase/Geom2dConvert/Geom2dConvert_CompCurveToBSplineCurve.cxx
src/ModelingData/TKGeomBase/GeomConvert/GeomConvert.cxx
src/ModelingData/TKGeomBase/GeomConvert/GeomConvert_1.cxx
src/ModelingData/TKGeomBase/GeomConvert/GeomConvert_CompCurveToBSplineCurve.cxx
src/ModelingData/TKGeomBase/GeomConvert/GeomConvert_CurveToAnaCurve.cxx
src/ModelingData/TKGeomBase/GeomConvert/GeomConvert_SurfToAnaSurf.cxx
src/ModelingData/TKGeomBase/GeomConvert/GeomConvert_Units.cxx
src/ModelingData/TKGeomBase/GeomLib/GeomLib.cxx
src/ModelingData/TKGeomBase/GeomLib/GeomLib_Check2dBSplineCurve.cxx
src/ModelingData/TKGeomBase/GeomLib/GeomLib_CheckBSplineCurve.cxx
src/ModelingData/TKGeomBase/GeomLib/GeomLib_CheckCurveOnSurface.cxx
src/ModelingData/TKGeomBase/GeomLib/GeomLib_LogSample.cxx
src/ModelingData/TKGeomBase/GeomLib/GeomLib_Tool.cxx
src/ModelingData/TKGeomBase/GeomProjLib/GeomProjLib.cxx
src/ModelingData/TKGeomBase/Hermit/Hermit.cxx
src/ModelingData/TKGeomBase/IntAna/IntAna_Curve.cxx
src/ModelingData/TKGeomBase/IntAna/IntAna_IntConicQuad.cxx
src/ModelingData/TKGeomBase/IntAna/IntAna_IntQuadQuad.cxx
src/ModelingData/TKGeomBase/IntAna/IntAna_QuadQuadGeo.cxx
src/ModelingData/TKGeomBase/IntAna/IntAna_Quadric.cxx
src/ModelingData/TKGeomBase/IntAna2d/IntAna2d_AnaIntersection_1.cxx
src/ModelingData/TKGeomBase/IntAna2d/IntAna2d_AnaIntersection_2.cxx
src/ModelingData/TKGeomBase/IntAna2d/IntAna2d_AnaIntersection_3.cxx
src/ModelingData/TKGeomBase/IntAna2d/IntAna2d_AnaIntersection_5.cxx
src/ModelingData/TKGeomBase/IntAna2d/IntAna2d_AnaIntersection_6.cxx
src/ModelingData/TKGeomBase/IntAna2d/IntAna2d_AnaIntersection_8.cxx
src/ModelingData/TKGeomBase/IntAna2d/IntAna2d_Outils.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_CompProjectedCurve.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_ComputeApprox.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_Cone.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_Cylinder.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_PrjFunc.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_ProjectOnPlane.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_ProjectOnSurface.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_ProjectedCurve.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_Projector.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_Sphere.cxx
src/ModelingData/TKGeomBase/ProjLib/ProjLib_Torus.cxx
src/ModelingData/TKGeomBase/gce/gce_MakeCirc.cxx
src/ModelingData/TKGeomBase/gce/gce_MakeCirc2d.cxx
src/ModelingData/TKGeomBase/gce/gce_MakeCone.cxx
src/ModelingData/TKGeomBase/gce/gce_MakeCylinder.cxx
src/ModelingData/TKGeomBase/gce/gce_MakeDir.hxx
src/ModelingData/TKGeomBase/gce/gce_MakeDir2d.hxx
src/ModelingData/TKGeomBase/gce/gce_MakeLin2d.hxx
src/ModelingData/TKGeomBase/gce/gce_MakePln.hxx
src/Visualization/TKMeshVS/MeshVS/MeshVS_Tool.cxx
src/Visualization/TKMeshVS/MeshVS/MeshVS_VectorPrsBuilder.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_AspectsSprite.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_BackgroundArray.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_Context.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_Context.hxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_Font.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_FrameBuffer.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_FrameStats.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_FrameStatsPrs.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_Sampler.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_SceneGeometry.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_ShaderManager.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_ShaderProgram.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_ShaderStates.hxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_ShadowMap.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_Structure.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_Text.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_Texture.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_TextureSetPairIterator.hxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_TileSampler.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_TileSampler.hxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_View.cxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_View.hxx
src/Visualization/TKOpenGl/OpenGl/OpenGl_View_Raytrace.cxx
src/Visualization/TKService/Aspect/Aspect_CircularGrid.cxx
src/Visualization/TKService/Aspect/Aspect_OpenVRSession.cxx
src/Visualization/TKService/Aspect/Aspect_RectangularGrid.cxx
src/Visualization/TKService/Aspect/Aspect_VKeySet.cxx
src/Visualization/TKService/Font/Font_FTFont.cxx
src/Visualization/TKService/Font/Font_TextFormatter.cxx
src/Visualization/TKService/GTests/Graphic3d_BndBox_Test.cxx
src/Visualization/TKService/Graphic3d/Graphic3d_ArrayOfPrimitives.hxx
src/Visualization/TKService/Graphic3d/Graphic3d_ArrayOfQuadrangleStrips.hxx
src/Visualization/TKService/Graphic3d/Graphic3d_ArrayOfTriangleFans.hxx
src/Visualization/TKService/Graphic3d/Graphic3d_ArrayOfTriangleStrips.hxx
src/Visualization/TKService/Graphic3d/Graphic3d_BufferRange.hxx
src/Visualization/TKService/Graphic3d/Graphic3d_CLight.cxx
src/Visualization/TKService/Graphic3d/Graphic3d_CView.cxx
src/Visualization/TKService/Graphic3d/Graphic3d_Camera.cxx
src/Visualization/TKService/Graphic3d/Graphic3d_Camera.hxx
src/Visualization/TKService/Graphic3d/Graphic3d_CameraTile.hxx
src/Visualization/TKService/Graphic3d/Graphic3d_CullingTool.cxx
src/Visualization/TKService/Graphic3d/Graphic3d_FrameStats.cxx
src/Visualization/TKService/Graphic3d/Graphic3d_FrameStatsData.cxx
src/Visualization/TKService/Graphic3d/Graphic3d_Layer.cxx
src/Visualization/TKService/Graphic3d/Graphic3d_MarkerImage.cxx
src/Visualization/TKService/Graphic3d/Graphic3d_ShaderObject.cxx
src/Visualization/TKService/Graphic3d/Graphic3d_TransformPers.hxx
src/Visualization/TKService/Graphic3d/Graphic3d_TransformUtils.hxx
src/Visualization/TKService/Image/Image_DDSParser.cxx
src/Visualization/TKService/Image/Image_Diff.cxx
src/Visualization/TKService/Media/Media_FormatContext.cxx
src/Visualization/TKService/WNT/WNT_Window.cxx
src/Visualization/TKService/Xw/Xw_Window.cxx
src/Visualization/TKV3d/AIS/AIS_Animation.cxx
src/Visualization/TKV3d/AIS/AIS_Animation.hxx
src/Visualization/TKV3d/AIS/AIS_Circle.cxx
src/Visualization/TKV3d/AIS/AIS_ColorScale.cxx
src/Visualization/TKV3d/AIS/AIS_InteractiveContext.cxx
src/Visualization/TKV3d/AIS/AIS_LightSource.cxx
src/Visualization/TKV3d/AIS/AIS_Manipulator.cxx
src/Visualization/TKV3d/AIS/AIS_Plane.cxx
src/Visualization/TKV3d/AIS/AIS_TextLabel.cxx
src/Visualization/TKV3d/AIS/AIS_ViewController.cxx
src/Visualization/TKV3d/AIS/AIS_ViewCube.cxx
src/Visualization/TKV3d/AIS/AIS_ViewCube.hxx
src/Visualization/TKV3d/AIS/AIS_WalkDelta.hxx
src/Visualization/TKV3d/DsgPrs/DsgPrs.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_AnglePresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_EllipseRadiusPresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_EqualDistancePresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_EqualRadiusPresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_FilletRadiusPresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_IdenticPresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_LengthPresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_MidPointPresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_OffsetPresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_ParalPresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_RadiusPresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_ShapeDirPresentation.cxx
src/Visualization/TKV3d/DsgPrs/DsgPrs_SymmetricPresentation.cxx
src/Visualization/TKV3d/Prs3d/Prs3d.cxx
src/Visualization/TKV3d/Prs3d/Prs3d.hxx
src/Visualization/TKV3d/Prs3d/Prs3d_Arrow.cxx
src/Visualization/TKV3d/Prs3d/Prs3d_Point.hxx
src/Visualization/TKV3d/Prs3d/Prs3d_ToolCylinder.cxx
src/Visualization/TKV3d/Prs3d/Prs3d_ToolDisk.cxx
src/Visualization/TKV3d/Prs3d/Prs3d_ToolSector.cxx
src/Visualization/TKV3d/Prs3d/Prs3d_ToolSphere.cxx
src/Visualization/TKV3d/Prs3d/Prs3d_ToolTorus.cxx
src/Visualization/TKV3d/PrsDim/PrsDim.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_AngleDimension.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_Chamf2dDimension.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_Chamf3dDimension.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_ConcentricRelation.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_DiameterDimension.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_Dimension.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_EllipseRadiusDimension.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_EqualDistanceRelation.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_EqualRadiusRelation.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_FixRelation.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_IdenticRelation.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_LengthDimension.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_MaxRadiusDimension.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_MidPointRelation.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_MinRadiusDimension.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_OffsetDimension.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_ParallelRelation.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_PerpendicularRelation.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_SymmetricRelation.cxx
src/Visualization/TKV3d/PrsDim/PrsDim_TangentRelation.cxx
src/Visualization/TKV3d/Select3D/Select3D_SensitiveCylinder.cxx
src/Visualization/TKV3d/Select3D/Select3D_SensitiveGroup.cxx
src/Visualization/TKV3d/Select3D/Select3D_SensitivePoly.cxx
src/Visualization/TKV3d/Select3D/Select3D_SensitivePrimitiveArray.cxx
src/Visualization/TKV3d/Select3D/Select3D_SensitiveSegment.cxx
src/Visualization/TKV3d/Select3D/Select3D_SensitiveTriangle.cxx
src/Visualization/TKV3d/Select3D/Select3D_SensitiveTriangulation.cxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_AxisIntersector.cxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_BVHThreadPool.cxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_BaseIntersector.cxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_Frustum.lxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_RectangularFrustum.cxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_Selection.cxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_SelectionImageFiller.cxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_SortCriterion.hxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_ToleranceMap.cxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_TriangularFrustum.cxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_TriangularFrustumSet.cxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_ViewClipRange.cxx
src/Visualization/TKV3d/SelectMgr/SelectMgr_ViewerSelector.cxx
src/Visualization/TKV3d/StdPrs/StdPrs_Curve.cxx
src/Visualization/TKV3d/StdPrs/StdPrs_DeflectionCurve.cxx
src/Visualization/TKV3d/StdPrs/StdPrs_Isolines.cxx
src/Visualization/TKV3d/StdPrs/StdPrs_Plane.cxx
src/Visualization/TKV3d/StdPrs/StdPrs_PoleCurve.cxx
src/Visualization/TKV3d/StdPrs/StdPrs_ToolTriangulatedShape.cxx
src/Visualization/TKV3d/StdPrs/StdPrs_WFDeflectionRestrictedFace.cxx
src/Visualization/TKV3d/StdPrs/StdPrs_WFDeflectionSurface.cxx
src/Visualization/TKV3d/StdSelect/StdSelect_BRepSelectionTool.cxx
src/Visualization/TKV3d/V3d/V3d.cxx
src/Visualization/TKV3d/V3d/V3d_CircularGrid.cxx
src/Visualization/TKV3d/V3d/V3d_RectangularGrid.cxx
src/Visualization/TKV3d/V3d/V3d_Trihedron.cxx
src/Visualization/TKV3d/V3d/V3d_View.cxx