1
0
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:
aml
2021-10-18 09:46:19 +03:00
committed by smoskvin
parent 5f69cfa70c
commit 5b756182c2
305 changed files with 0 additions and 895 deletions

View File

@@ -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;

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -24,7 +24,6 @@
#include <Standard_Real.hxx>
#include <math_FunctionSample.hxx>
#include <Standard_Integer.hxx>
class Standard_OutOfRange;

View File

@@ -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;