mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0032630: Coding - get rid of unsused forward declarations [BinMDF to IFSelect]
This commit is contained in:
@@ -23,31 +23,6 @@
|
||||
|
||||
class Geom2dGcc_QualifiedCurve;
|
||||
class Geom2dAdaptor_Curve;
|
||||
class Geom2dGcc_CurveTool;
|
||||
class Geom2dGcc_QualifiedCurve;
|
||||
class Geom2dGcc_Circ2d3Tan;
|
||||
class Geom2dGcc_Circ2d2TanRad;
|
||||
class Geom2dGcc_Circ2d2TanOn;
|
||||
class Geom2dGcc_Circ2dTanOnRad;
|
||||
class Geom2dGcc_Circ2dTanCen;
|
||||
class Geom2dGcc_Lin2d2Tan;
|
||||
class Geom2dGcc_Lin2dTanObl;
|
||||
class Geom2dGcc_QCurve;
|
||||
class Geom2dGcc_CurveToolGeo;
|
||||
class Geom2dGcc_Circ2d2TanOnGeo;
|
||||
class Geom2dGcc_Circ2d2TanRadGeo;
|
||||
class Geom2dGcc_Circ2dTanCenGeo;
|
||||
class Geom2dGcc_Circ2dTanOnRadGeo;
|
||||
class Geom2dGcc_Circ2d3TanIter;
|
||||
class Geom2dGcc_FunctionTanCuCuCu;
|
||||
class Geom2dGcc_Circ2d2TanOnIter;
|
||||
class Geom2dGcc_FunctionTanCuCuOnCu;
|
||||
class Geom2dGcc_Lin2dTanOblIter;
|
||||
class Geom2dGcc_FunctionTanObl;
|
||||
class Geom2dGcc_Lin2d2TanIter;
|
||||
class Geom2dGcc_FunctionTanCuCu;
|
||||
class Geom2dGcc_FunctionTanCuPnt;
|
||||
class Geom2dGcc_FunctionTanCirCu;
|
||||
|
||||
|
||||
//! The Geom2dGcc package describes qualified 2D
|
||||
|
@@ -30,9 +30,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <GccEnt_Position.hxx>
|
||||
class StdFail_NotDone;
|
||||
class GccEnt_BadQualifier;
|
||||
class Standard_OutOfRange;
|
||||
class Geom2dGcc_QualifiedCurve;
|
||||
class Geom2dAdaptor_Curve;
|
||||
class Geom2d_Point;
|
||||
|
@@ -30,9 +30,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <GccEnt_Position.hxx>
|
||||
class StdFail_NotDone;
|
||||
class GccEnt_BadQualifier;
|
||||
class Standard_OutOfRange;
|
||||
class GccEnt_QualifiedCirc;
|
||||
class Geom2dAdaptor_Curve;
|
||||
class GccEnt_QualifiedLin;
|
||||
|
@@ -26,13 +26,10 @@
|
||||
#include <GccEnt_Position.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class StdFail_NotDone;
|
||||
class GccEnt_QualifiedCirc;
|
||||
class Geom2dGcc_QCurve;
|
||||
class gp_Lin2d;
|
||||
class GccEnt_QualifiedLin;
|
||||
class gp_Pnt2d;
|
||||
class gp_Circ2d;
|
||||
class Geom2dAdaptor_Curve;
|
||||
|
||||
|
||||
|
@@ -30,10 +30,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <GccEnt_Position.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class GccEnt_BadQualifier;
|
||||
class StdFail_NotDone;
|
||||
class Standard_NegativeValue;
|
||||
class Geom2dGcc_QualifiedCurve;
|
||||
class Geom2d_Point;
|
||||
class GccAna_Circ2d2TanRad;
|
||||
|
@@ -30,10 +30,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <GccEnt_Position.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class GccEnt_BadQualifier;
|
||||
class StdFail_NotDone;
|
||||
class Standard_NegativeValue;
|
||||
class GccEnt_QualifiedCirc;
|
||||
class Geom2dGcc_QCurve;
|
||||
class GccEnt_QualifiedLin;
|
||||
|
@@ -30,8 +30,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <GccEnt_Position.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_OutOfRange;
|
||||
class Geom2dGcc_QualifiedCurve;
|
||||
class Geom2d_Point;
|
||||
class GccAna_Circ2d3Tan;
|
||||
|
@@ -26,12 +26,9 @@
|
||||
#include <GccEnt_Position.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class StdFail_NotDone;
|
||||
class GccEnt_QualifiedCirc;
|
||||
class Geom2dGcc_QCurve;
|
||||
class GccEnt_QualifiedLin;
|
||||
class gp_Pnt2d;
|
||||
class gp_Circ2d;
|
||||
|
||||
|
||||
//! This class implements the algorithms used to
|
||||
|
@@ -30,9 +30,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <GccEnt_Position.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class GccEnt_BadQualifier;
|
||||
class StdFail_NotDone;
|
||||
class Geom2dGcc_QualifiedCurve;
|
||||
class Geom2d_Point;
|
||||
class gp_Circ2d;
|
||||
|
@@ -29,9 +29,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <GccEnt_Position.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class GccEnt_BadQualifier;
|
||||
class StdFail_NotDone;
|
||||
class Geom2dGcc_QCurve;
|
||||
class gp_Pnt2d;
|
||||
class gp_Circ2d;
|
||||
|
@@ -30,10 +30,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <GccEnt_Position.hxx>
|
||||
class Standard_NegativeValue;
|
||||
class Standard_OutOfRange;
|
||||
class GccEnt_BadQualifier;
|
||||
class StdFail_NotDone;
|
||||
class Geom2dGcc_QualifiedCurve;
|
||||
class Geom2dAdaptor_Curve;
|
||||
class Geom2d_Point;
|
||||
|
@@ -30,10 +30,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <GccEnt_Position.hxx>
|
||||
class Standard_NegativeValue;
|
||||
class Standard_OutOfRange;
|
||||
class GccEnt_BadQualifier;
|
||||
class StdFail_NotDone;
|
||||
class Geom2dGcc_QCurve;
|
||||
class gp_Lin2d;
|
||||
class gp_Circ2d;
|
||||
|
@@ -26,8 +26,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <math_FunctionWithDerivative.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class gp_Circ2d;
|
||||
class Geom2dAdaptor_Curve;
|
||||
|
||||
|
||||
//! This abstract class describes a Function of 1 Variable
|
||||
|
@@ -28,9 +28,6 @@
|
||||
#include <math_Vector.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Standard_ConstructionError;
|
||||
class Geom2dAdaptor_Curve;
|
||||
class gp_Circ2d;
|
||||
class gp_Pnt2d;
|
||||
class gp_Vec2d;
|
||||
class math_Matrix;
|
||||
|
@@ -29,10 +29,6 @@
|
||||
#include <math_Vector.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Standard_ConstructionError;
|
||||
class Geom2dAdaptor_Curve;
|
||||
class gp_Circ2d;
|
||||
class gp_Lin2d;
|
||||
class gp_Pnt2d;
|
||||
class gp_Vec2d;
|
||||
class math_Matrix;
|
||||
|
@@ -31,11 +31,6 @@
|
||||
#include <math_Vector.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Standard_ConstructionError;
|
||||
class Geom2dAdaptor_Curve;
|
||||
class gp_Circ2d;
|
||||
class gp_Lin2d;
|
||||
class gp_Pnt2d;
|
||||
class gp_Vec2d;
|
||||
class math_Matrix;
|
||||
|
||||
|
@@ -26,8 +26,6 @@
|
||||
#include <math_FunctionWithDerivative.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Geom2dAdaptor_Curve;
|
||||
class gp_Pnt2d;
|
||||
|
||||
|
||||
//! This abstract class describes a Function of 1 Variable
|
||||
|
@@ -26,8 +26,6 @@
|
||||
#include <math_FunctionWithDerivative.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Geom2dAdaptor_Curve;
|
||||
class gp_Dir2d;
|
||||
|
||||
|
||||
//! This class describe a function of a single variable.
|
||||
|
@@ -29,9 +29,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <GccEnt_Position.hxx>
|
||||
class StdFail_NotDone;
|
||||
class GccEnt_BadQualifier;
|
||||
class Standard_OutOfRange;
|
||||
class Geom2dGcc_QualifiedCurve;
|
||||
class gp_Pnt2d;
|
||||
class gp_Lin2d;
|
||||
|
@@ -26,12 +26,8 @@
|
||||
#include <GccEnt_Position.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class GccEnt_BadQualifier;
|
||||
class StdFail_NotDone;
|
||||
class Geom2dGcc_QCurve;
|
||||
class gp_Pnt2d;
|
||||
class GccEnt_QualifiedCirc;
|
||||
class gp_Lin2d;
|
||||
|
||||
|
||||
//! This class implements the algorithms used to
|
||||
|
@@ -29,10 +29,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <GccEnt_Position.hxx>
|
||||
class GccEnt_BadQualifier;
|
||||
class StdFail_NotDone;
|
||||
class Geom2dGcc_IsParallel;
|
||||
class Standard_OutOfRange;
|
||||
class Geom2dGcc_QualifiedCurve;
|
||||
class gp_Lin2d;
|
||||
class gp_Pnt2d;
|
||||
|
@@ -26,12 +26,7 @@
|
||||
#include <GccEnt_Position.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class GccEnt_BadQualifier;
|
||||
class StdFail_NotDone;
|
||||
class Geom2dGcc_IsParallel;
|
||||
class Geom2dGcc_QCurve;
|
||||
class gp_Lin2d;
|
||||
class gp_Pnt2d;
|
||||
|
||||
|
||||
//! This class implements the algorithms used to
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <GccEnt_Position.hxx>
|
||||
#include <Geom2dAdaptor_Curve.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Geom2dAdaptor_Curve;
|
||||
|
||||
|
||||
//! Creates a qualified 2d line.
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <GccEnt_Position.hxx>
|
||||
#include <Geom2dAdaptor_Curve.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Geom2dAdaptor_Curve;
|
||||
|
||||
|
||||
//! Describes functions for building a qualified 2D curve.
|
||||
|
Reference in New Issue
Block a user