1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

CR32614 Coding - get rid of unsused forward declarations [Adaptor2d to GccAna]

Packages from Adaptor2d to GccAna are processed.
This commit is contained in:
aml
2021-10-12 07:44:06 +03:00
committed by smoskvin
parent 16f9b46dbb
commit 0c9c466e9d
386 changed files with 0 additions and 961 deletions

View File

@@ -23,11 +23,6 @@
class TopoDS_Shell;
class TopoDS_Solid;
class BRepClass3d_Intersector3d;
class BRepClass3d_SolidExplorer;
class BRepClass3d_SolidPassiveClassifier;
class BRepClass3d_SClassifier;
class BRepClass3d_SolidClassifier;

View File

@@ -28,8 +28,6 @@
#include <TopAbs_State.hxx>
#include <TopoDS_Face.hxx>
class gp_Lin;
class TopoDS_Face;
class gp_Pnt;

View File

@@ -26,10 +26,8 @@
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
#include <TopAbs_State.hxx>
class Standard_DomainError;
class BRepClass3d_SolidExplorer;
class gp_Pnt;
class TopoDS_Face;
//! Provides an algorithm to classify a point in a solid.

View File

@@ -25,7 +25,6 @@
#include <BRepClass3d_SolidExplorer.hxx>
#include <BRepClass3d_SClassifier.hxx>
#include <Standard_Real.hxx>
class Standard_DomainError;
class TopoDS_Shape;
class gp_Pnt;