mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024002: Overall code and build procedure refactoring -- automatic
Automatic upgrade of OCCT code by command "occt_upgrade . -nocdl": - WOK-generated header files from inc and sources from drv are moved to src - CDL files removed - All packages are converted to nocdlpack
This commit is contained in:
@@ -16,25 +16,31 @@
|
||||
|
||||
//#define No_Standard_OutOfRange
|
||||
|
||||
#include <HLRBRep_Data.ixx>
|
||||
|
||||
#include <StdFail_UndefinedDerivative.hxx>
|
||||
#include <Precision.hxx>
|
||||
#include <gp_Dir.hxx>
|
||||
#include <BRepTopAdaptor_Tool.hxx>
|
||||
#include <BRepTopAdaptor_TopolTool.hxx>
|
||||
#include <ElCLib.hxx>
|
||||
#include <Geom2d_Curve.hxx>
|
||||
#include <IntRes2d_IntersectionPoint.hxx>
|
||||
#include <IntRes2d_IntersectionSegment.hxx>
|
||||
#include <gp.hxx>
|
||||
#include <gp_Dir.hxx>
|
||||
#include <gp_Dir2d.hxx>
|
||||
#include <HLRAlgo.hxx>
|
||||
#include <HLRAlgo_Interference.hxx>
|
||||
#include <HLRAlgo_ListIteratorOfInterferenceList.hxx>
|
||||
#include <HLRAlgo_Projector.hxx>
|
||||
#include <HLRBRep_Data.hxx>
|
||||
#include <HLRBRep_EdgeData.hxx>
|
||||
#include <HLRBRep_EdgeFaceTool.hxx>
|
||||
#include <HLRBRep_FaceData.hxx>
|
||||
#include <IntCurveSurface_IntersectionPoint.hxx>
|
||||
#include <IntCurveSurface_TransitionOnCurve.hxx>
|
||||
#include <IntRes2d_IntersectionPoint.hxx>
|
||||
#include <IntRes2d_IntersectionSegment.hxx>
|
||||
#include <Precision.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <StdFail_UndefinedDerivative.hxx>
|
||||
#include <TColStd_ListIteratorOfListOfInteger.hxx>
|
||||
#include <HLRAlgo.hxx>
|
||||
#include <HLRAlgo_ListIteratorOfInterferenceList.hxx>
|
||||
#include <HLRBRep_EdgeFaceTool.hxx>
|
||||
#include <ElCLib.hxx>
|
||||
#include <gp.hxx>
|
||||
#include <stdio.h>
|
||||
#include <BRepTopAdaptor_Tool.hxx>
|
||||
|
||||
#include <stdio.h>
|
||||
Standard_Integer nbOkIntersection;
|
||||
Standard_Integer nbPtIntersection;
|
||||
Standard_Integer nbSegIntersection;
|
||||
|
Reference in New Issue
Block a user