1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0032630: Coding - get rid of unsused forward declarations [BinMDF to IFSelect]

This commit is contained in:
aml
2021-10-18 09:46:19 +03:00
committed by smoskvin
parent 5f69cfa70c
commit 5b756182c2
305 changed files with 0 additions and 895 deletions

View File

@@ -24,61 +24,6 @@
#include <Standard_Real.hxx>
class TopoDS_Edge;
class HLRBRep_Curve;
class HLRBRep_CurveTool;
class HLRBRep_BCurveTool;
class HLRBRep_Curve;
class HLRBRep_SurfaceTool;
class HLRBRep_BSurfaceTool;
class HLRBRep_Surface;
class HLRBRep_CLPropsATool;
class HLRBRep_CLProps;
class HLRBRep_SLPropsATool;
class HLRBRep_SLProps;
class HLRBRep_CInter;
class HLRBRep_LineTool;
class HLRBRep_InterCSurf;
class HLRBRep_EdgeFaceTool;
class HLRBRep_Intersector;
class HLRBRep_EdgeData;
class HLRBRep_FaceData;
class HLRBRep_FaceIterator;
class HLRBRep_Data;
class HLRBRep_ShapeToHLR;
class HLRBRep_HLRToShape;
class HLRBRep_ShapeBounds;
class HLRBRep_EdgeInterferenceTool;
class HLRBRep_VertexList;
class HLRBRep_EdgeIList;
class HLRBRep_AreaLimit;
class HLRBRep_EdgeBuilder;
class HLRBRep_Hider;
class HLRBRep_InternalAlgo;
class HLRBRep_Algo;
class HLRBRep_PolyAlgo;
class HLRBRep_BiPoint;
class HLRBRep_BiPnt2D;
class HLRBRep_PolyHLRToShape;
class HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter;
class HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter;
class HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter;
class HLRBRep_TheProjPCurOfCInter;
class HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter;
class HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter;
class HLRBRep_TheIntConicCurveOfCInter;
class HLRBRep_IntConicCurveOfCInter;
class HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter;
class HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter;
class HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter;
class HLRBRep_TheIntPCurvePCurveOfCInter;
class HLRBRep_ThePolygonOfInterCSurf;
class HLRBRep_ThePolygonToolOfInterCSurf;
class HLRBRep_ThePolyhedronOfInterCSurf;
class HLRBRep_ThePolyhedronToolOfInterCSurf;
class HLRBRep_TheInterferenceOfInterCSurf;
class HLRBRep_TheCSFunctionOfInterCSurf;
class HLRBRep_TheExactInterCSurf;
class HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf;
class HLRBRep_TheQuadCurvExactInterCSurf;
//! Hidden Lines Removal

View File

@@ -24,7 +24,6 @@
#include <Standard_Boolean.hxx>
#include <TopAbs_State.hxx>
#include <Standard_Transient.hxx>
class HLRAlgo_Intersection;
class HLRBRep_AreaLimit;

View File

@@ -35,9 +35,6 @@
#include <gp_Hypr.hxx>
#include <gp_Parab.hxx>
#include <TColgp_Array1OfPnt.hxx>
class Standard_OutOfRange;
class Standard_NoSuchObject;
class Standard_DomainError;
class BRepAdaptor_Curve;
class gp_Pnt;
class gp_Vec;

View File

@@ -32,11 +32,6 @@
#include <gp_Pnt2d.hxx>
#include <TColgp_Array1OfPnt2d.hxx>
#include <TColStd_Array1OfInteger.hxx>
class Standard_NoSuchObject;
class Standard_DomainError;
class Standard_OutOfRange;
class StdFail_UndefinedDerivative;
class BRepAdaptor_Curve;
class TopoDS_Edge;
class gp_Pnt;
class gp_Vec;

View File

@@ -35,9 +35,6 @@
#include <gp_Elips2d.hxx>
#include <gp_Hypr2d.hxx>
#include <gp_Parab2d.hxx>
class Standard_OutOfRange;
class Standard_NoSuchObject;
class Standard_DomainError;
class gp_Pnt2d;
class gp_Vec2d;
class Geom2d_BezierCurve;

View File

@@ -43,9 +43,6 @@
#include <TopAbs_State.hxx>
#include <HLRAlgo_InterferenceList.hxx>
class BRepTopAdaptor_TopolTool;
class StdFail_UndefinedDerivative;
class HLRAlgo_Projector;
class HLRAlgo_Interference;
class gp_Dir2d;
class HLRBRep_EdgeData;
class HLRBRep_FaceData;

View File

@@ -26,9 +26,6 @@
#include <Standard_Boolean.hxx>
#include <TopAbs_Orientation.hxx>
class HLRBRep_AreaLimit;
class Standard_NoMoreObject;
class Standard_NoSuchObject;
class Standard_DomainError;
class HLRBRep_VertexList;
class HLRAlgo_Intersection;

View File

@@ -27,7 +27,6 @@
#include <TopAbs_Orientation.hxx>
#include <Standard_Real.hxx>
class HLRBRep_Data;
class HLRAlgo_Intersection;
class gp_Dir;
class HLRAlgo_Interference;

View File

@@ -29,7 +29,6 @@
#include <Standard_Integer.hxx>
class HLRAlgo_WiresBlock;
class TopoDS_Face;
class HLRBRep_Surface;

View File

@@ -27,8 +27,6 @@
#include <Standard_Transient.hxx>
#include <Standard_Integer.hxx>
class HLRBRep_Data;
class Standard_OutOfRange;
class HLRAlgo_Projector;
class HLRTopoBRep_OutLiner;
class HLRBRep_ShapeBounds;

View File

@@ -28,9 +28,7 @@
#include <Standard_Address.hxx>
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
class StdFail_UndefinedDerivative;
class gp_Lin;
class IntRes2d_IntersectionPoint;
class IntCurveSurface_IntersectionPoint;
class IntRes2d_IntersectionSegment;
class IntCurveSurface_IntersectionSegment;

View File

@@ -35,7 +35,6 @@
#include <TopTools_SequenceOfShape.hxx>
class Geom_Surface;
class HLRAlgo_Projector;
class TopoDS_Edge;
class HLRAlgo_PolyInternalData;
class HLRAlgo_EdgeStatus;

View File

@@ -25,7 +25,6 @@
#include <Standard_Integer.hxx>
class HLRTopoBRep_OutLiner;
class Standard_Transient;
//! Contains a Shape and the bounds of its vertices,

View File

@@ -36,10 +36,6 @@
#include <gp_Sphere.hxx>
#include <gp_Torus.hxx>
#include <gp_Ax1.hxx>
class Standard_OutOfRange;
class Standard_NoSuchObject;
class Standard_DomainError;
class BRepAdaptor_Surface;
class TopoDS_Face;
class gp_Pnt;
class gp_Vec;

View File

@@ -25,7 +25,6 @@
#include <HLRBRep_EdgeInterferenceTool.hxx>
#include <Standard_Boolean.hxx>
#include <TopAbs_Orientation.hxx>
class HLRBRep_EdgeInterferenceTool;
class HLRAlgo_Intersection;