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

0032641: Coding - get rid of unused forward declarations [IGESAppli to LDOM]

This commit is contained in:
aml
2021-10-25 07:50:25 +03:00
committed by smoskvin
parent 209ae313a5
commit f706c128c2
398 changed files with 0 additions and 1002 deletions

View File

@@ -35,8 +35,6 @@ class Geom_Surface;
class IntTools_Context;
class TopoDS_Edge;
class TopoDS_Face;
class BRepAdaptor_Curve;
class BRepAdaptor_Surface;
class IntTools_CurveRangeSample;
class Bnd_Box;
class IntTools_SurfaceRangeSample;

View File

@@ -27,9 +27,6 @@
#include <IntTools_SequenceOfRanges.hxx>
#include <Standard_Boolean.hxx>
#include <gp_Pnt.hxx>
class TopoDS_Edge;
class IntTools_Range;
class gp_Pnt;
//! The class is to describe a common part

View File

@@ -44,7 +44,6 @@ class TopoDS_Vertex;
class gp_Pnt2d;
class IntTools_Curve;
class Bnd_Box;
class TopoDS_Shape;
class Bnd_OBB;
//! The intersection Context contains geometrical

View File

@@ -29,10 +29,7 @@
#include <IntTools_SequenceOfRanges.hxx>
#include <TopAbs_ShapeEnum.hxx>
class Geom_Curve;
class TopoDS_Edge;
class IntTools_Range;
class Bnd_Box;
class BRepAdaptor_Curve;

View File

@@ -31,11 +31,7 @@
#include <IntTools_SequenceOfCommonPrts.hxx>
#include <IntTools_Range.hxx>
class IntTools_Context;
class TopoDS_Edge;
class TopoDS_Face;
class IntTools_Range;
class gp_Pnt;
class BRepAdaptor_Surface;
class IntTools_CommonPrt;
//! The class provides Edge/Face intersection algorithm to determine

View File

@@ -30,7 +30,6 @@
#include <TopAbs_State.hxx>
#include <memory>
class TopoDS_Face;
class gp_Pnt2d;
//! Class provides an algorithm to classify a 2d Point

View File

@@ -22,7 +22,6 @@
#include <Standard_Boolean.hxx>
#include <IntTools_PntOnFace.hxx>
class IntTools_PntOnFace;
//! Contains two points PntOnFace from IntTools and a flag

View File

@@ -24,8 +24,6 @@
#include <gp_Pnt.hxx>
#include <Standard_Real.hxx>
#include <TopoDS_Face.hxx>
class TopoDS_Face;
class gp_Pnt;
//! Contains a Face, a 3d point, corresponded UV parameters and a flag

View File

@@ -25,9 +25,6 @@
#include <Bnd_Box.hxx>
#include <Standard_Integer.hxx>
class IntTools_Context;
class TopoDS_Edge;
class TopoDS_Vertex;
class Bnd_Box;

View File

@@ -24,7 +24,6 @@
#include <Standard_Integer.hxx>
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
class IntTools_CurveRangeSample;
class IntTools_Range;

View File

@@ -21,7 +21,6 @@
class TopoDS_Face;
class GeomInt_LineConstructor;
class IntTools_Context;
class Adaptor3d_TopolTool;
//! IntTools_WLineTool provides set of static methods related to walking lines.
class IntTools_WLineTool