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:
@@ -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;
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -22,7 +22,6 @@
|
||||
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <IntTools_PntOnFace.hxx>
|
||||
class IntTools_PntOnFace;
|
||||
|
||||
|
||||
//! Contains two points PntOnFace from IntTools and a flag
|
||||
|
@@ -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
|
||||
|
@@ -25,9 +25,6 @@
|
||||
#include <Bnd_Box.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class IntTools_Context;
|
||||
class TopoDS_Edge;
|
||||
class TopoDS_Vertex;
|
||||
class Bnd_Box;
|
||||
|
||||
|
||||
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class IntTools_CurveRangeSample;
|
||||
class IntTools_Range;
|
||||
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user