mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0032630: Coding - get rid of unsused forward declarations [BinMDF to IFSelect]
This commit is contained in:
@@ -33,14 +33,6 @@ class Geom_BSplineCurve;
|
||||
class Geom_BSplineSurface;
|
||||
class Geom_Curve;
|
||||
class Geom_Surface;
|
||||
class GeomConvert_BSplineCurveKnotSplitting;
|
||||
class GeomConvert_BSplineSurfaceKnotSplitting;
|
||||
class GeomConvert_BSplineCurveToBezierCurve;
|
||||
class GeomConvert_CompCurveToBSplineCurve;
|
||||
class GeomConvert_BSplineSurfaceToBezierSurface;
|
||||
class GeomConvert_CompBezierSurfacesToBSplineSurface;
|
||||
class GeomConvert_ApproxSurface;
|
||||
class GeomConvert_ApproxCurve;
|
||||
|
||||
|
||||
//! The GeomConvert package provides some global functions as follows
|
||||
|
@@ -22,8 +22,6 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
|
||||
class Geom_BSplineCurve;
|
||||
class Standard_OutOfRange;
|
||||
class Standard_ConstructionError;
|
||||
class Geom_Curve;
|
||||
|
||||
//! A framework to convert a 3D curve to a 3D BSpline.
|
||||
|
@@ -23,8 +23,6 @@
|
||||
#include <TColStd_HArray1OfInteger.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
class Standard_DimensionError;
|
||||
class Standard_RangeError;
|
||||
class Geom_BSplineCurve;
|
||||
|
||||
|
||||
|
@@ -26,9 +26,6 @@
|
||||
#include <TColGeom_Array1OfBezierCurve.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
class Geom_BSplineCurve;
|
||||
class Standard_DimensionError;
|
||||
class Standard_DomainError;
|
||||
class Standard_OutOfRange;
|
||||
class Geom_BezierCurve;
|
||||
|
||||
|
||||
|
@@ -23,8 +23,6 @@
|
||||
#include <TColStd_HArray1OfInteger.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
class Standard_DimensionError;
|
||||
class Standard_RangeError;
|
||||
class Geom_BSplineSurface;
|
||||
|
||||
|
||||
|
@@ -26,9 +26,6 @@
|
||||
#include <TColGeom_Array2OfBezierSurface.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
class Geom_BSplineSurface;
|
||||
class Standard_DimensionError;
|
||||
class Standard_DomainError;
|
||||
class Standard_OutOfRange;
|
||||
class Geom_BezierSurface;
|
||||
|
||||
|
||||
|
@@ -30,9 +30,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
class Standard_DimensionError;
|
||||
class Standard_NotImplemented;
|
||||
class Standard_ConstructionError;
|
||||
|
||||
|
||||
//! An algorithm to convert a grid of adjacent
|
||||
|
Reference in New Issue
Block a user