mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0032630: Coding - get rid of unsused forward declarations [BinMDF to IFSelect]
This commit is contained in:
@@ -38,16 +38,6 @@ class Adaptor3d_Curve;
|
||||
class Geom_BSplineSurface;
|
||||
class Geom_BezierSurface;
|
||||
class Geom_Surface;
|
||||
class gp_Pnt2d;
|
||||
class GeomLib_MakeCurvefromApprox;
|
||||
class GeomLib_Interpolate;
|
||||
class GeomLib_DenominatorMultiplier;
|
||||
class GeomLib_CheckBSplineCurve;
|
||||
class GeomLib_Check2dBSplineCurve;
|
||||
class GeomLib_IsPlanarSurface;
|
||||
class GeomLib_Tool;
|
||||
class GeomLib_PolyFunc;
|
||||
class GeomLib_LogSample;
|
||||
|
||||
typedef class Adaptor2d_Curve2d Adaptor2d_Curve2d;
|
||||
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
class Geom2d_BSplineCurve;
|
||||
class StdFail_NotDone;
|
||||
class Standard_OutOfRange;
|
||||
|
||||
|
||||
//! Checks for the end tangents : whether or not those
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
class Geom_BSplineCurve;
|
||||
class StdFail_NotDone;
|
||||
class Standard_OutOfRange;
|
||||
|
||||
|
||||
//! Checks for the end tangents : whether or not those
|
||||
|
@@ -24,8 +24,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Geom_BSplineSurface;
|
||||
class Standard_OutOfRange;
|
||||
class Standard_ConstructionError;
|
||||
|
||||
|
||||
//! this defines an evaluator for a function of 2 variables
|
||||
|
@@ -27,8 +27,6 @@
|
||||
#include <TColgp_Array1OfPnt.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
class Geom_BSplineCurve;
|
||||
class StdFail_NotDone;
|
||||
class Standard_OutOfRange;
|
||||
|
||||
|
||||
//! this class is used to construct a BSpline curve by
|
||||
|
@@ -24,9 +24,7 @@
|
||||
#include <gp_Pln.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Geom_Surface;
|
||||
class gp_Pln;
|
||||
|
||||
|
||||
//! Find if a surface is a planar surface.
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <math_FunctionSample.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class Standard_OutOfRange;
|
||||
|
||||
|
||||
|
||||
|
@@ -24,9 +24,6 @@
|
||||
#include <AdvApprox_ApproxAFunction.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_OutOfRange;
|
||||
class AdvApprox_ApproxAFunction;
|
||||
class Geom2d_BSplineCurve;
|
||||
class Geom_BSplineCurve;
|
||||
|
||||
|
Reference in New Issue
Block a user