1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +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

@ -22,10 +22,6 @@
class BinMDF_ADriverTable;
class Message_Messenger;
class BinMDF_ADriver;
class BinMDF_ReferenceDriver;
class BinMDF_TagSourceDriver;
class BinMDF_ADriverTable;
//! This package provides classes and methods to

View File

@ -28,9 +28,7 @@
#include <BinObjMgt_SRelocationTable.hxx>
class Message_Messenger;
class TDF_Attribute;
class TCollection_AsciiString;
class BinObjMgt_Persistent;
class TCollection_ExtendedString;
class BinMDF_ADriver;

View File

@ -24,7 +24,6 @@
#include <GCE2d_Root.hxx>
#include <Geom2d_TrimmedCurve.hxx>
class StdFail_NotDone;
class gp_Circ2d;
class gp_Pnt2d;
class gp_Vec2d;

View File

@ -24,7 +24,6 @@
#include <GCE2d_Root.hxx>
#include <Geom2d_TrimmedCurve.hxx>
class StdFail_NotDone;
class gp_Elips2d;
class gp_Pnt2d;

View File

@ -24,7 +24,6 @@
#include <GCE2d_Root.hxx>
#include <Geom2d_TrimmedCurve.hxx>
class StdFail_NotDone;
class gp_Hypr2d;
class gp_Pnt2d;

View File

@ -24,7 +24,6 @@
#include <GCE2d_Root.hxx>
#include <Geom2d_TrimmedCurve.hxx>
class StdFail_NotDone;
class gp_Parab2d;
class gp_Pnt2d;

View File

@ -24,7 +24,6 @@
#include <GCE2d_Root.hxx>
#include <Geom2d_Circle.hxx>
class StdFail_NotDone;
class gp_Circ2d;
class gp_Ax2d;
class gp_Ax22d;

View File

@ -24,7 +24,6 @@
#include <GCE2d_Root.hxx>
#include <Geom2d_Ellipse.hxx>
class StdFail_NotDone;
class gp_Elips2d;
class gp_Ax2d;
class gp_Ax22d;

View File

@ -24,7 +24,6 @@
#include <GCE2d_Root.hxx>
#include <Geom2d_Hyperbola.hxx>
class StdFail_NotDone;
class gp_Hypr2d;
class gp_Ax2d;
class gp_Ax22d;

View File

@ -24,7 +24,6 @@
#include <GCE2d_Root.hxx>
#include <Geom2d_Line.hxx>
class StdFail_NotDone;
class gp_Ax2d;
class gp_Lin2d;
class gp_Pnt2d;

View File

@ -24,7 +24,6 @@
#include <GCE2d_Root.hxx>
#include <Geom2d_Parabola.hxx>
class StdFail_NotDone;
class gp_Parab2d;
class gp_Ax22d;
class gp_Ax2d;

View File

@ -24,7 +24,6 @@
#include <GCE2d_Root.hxx>
#include <Geom2d_TrimmedCurve.hxx>
class StdFail_NotDone;
class gp_Pnt2d;
class gp_Dir2d;
class gp_Lin2d;

View File

@ -19,7 +19,6 @@
#include <math_MultipleVarFunction.hxx>
#include <Adaptor3d_Curve.hxx>
class gp_Pnt;
//! Class to define function, which calculates square distance between point on curve
//! C(u), U1 <= u <= U2 and line passing through points C(U1) and C(U2)

View File

@ -19,7 +19,6 @@
#include <math_MultipleVarFunction.hxx>
#include <Adaptor2d_Curve2d.hxx>
class gp_Pnt2d;
//! Class to define function, which calculates square distance between point on curve
//! C(u), U1 <= u <= U2 and line passing through points C(U1) and C(U2)

View File

@ -24,13 +24,6 @@
#include <Standard_Real.hxx>
class gp_Pnt;
class gp_Mat;
class GProp_GProps;
class GProp_PGProps;
class GProp_CelGProps;
class GProp_SelGProps;
class GProp_VelGProps;
class GProp_PrincipalProps;
class GProp_PEquation;

View File

@ -24,9 +24,6 @@
#include <gp_Pnt.hxx>
#include <Standard_Real.hxx>
#include <gp_Mat.hxx>
class Standard_DomainError;
class gp_Pnt;
class gp_Mat;
class gp_Ax1;
class GProp_PrincipalProps;

View File

@ -27,11 +27,8 @@
#include <TColgp_Array1OfPnt.hxx>
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
class Standard_NoSuchObject;
class gp_Pln;
class gp_Lin;
class gp_Pnt;
class gp_Vec;
//! A framework to analyze a collection - or cloud

View File

@ -27,8 +27,6 @@
#include <TColgp_Array2OfPnt.hxx>
#include <TColStd_Array1OfReal.hxx>
#include <TColStd_Array2OfReal.hxx>
class Standard_DimensionError;
class Standard_DomainError;
class gp_Pnt;

View File

@ -26,9 +26,6 @@
#include <gp_Pnt.hxx>
#include <GProp_GProps.hxx>
#include <Standard_Boolean.hxx>
class GProp_UndefinedAxis;
class gp_Vec;
class gp_Pnt;

View File

@ -27,8 +27,6 @@ class GccEnt_QualifiedLin;
class gp_Lin2d;
class GccEnt_QualifiedCirc;
class gp_Circ2d;
class GccEnt_QualifiedLin;
class GccEnt_QualifiedCirc;
//! This package provides an implementation of the qualified

View File

@ -24,7 +24,6 @@
#include <gp_Circ2d.hxx>
#include <GccEnt_Position.hxx>
#include <Standard_Boolean.hxx>
class gp_Circ2d;
//! Creates a qualified 2d Circle.

View File

@ -24,7 +24,6 @@
#include <GccEnt_Position.hxx>
#include <gp_Lin2d.hxx>
#include <Standard_Boolean.hxx>
class gp_Lin2d;
//! Describes a qualified 2D line.

View File

@ -23,7 +23,6 @@
#include <gp_Circ2d.hxx>
#include <GccInt_Bisec.hxx>
#include <GccInt_IType.hxx>
class gp_Circ2d;
class GccInt_BCirc;

View File

@ -23,7 +23,6 @@
#include <gp_Elips2d.hxx>
#include <GccInt_Bisec.hxx>
#include <GccInt_IType.hxx>
class gp_Elips2d;
class GccInt_BElips;

View File

@ -23,7 +23,6 @@
#include <gp_Hypr2d.hxx>
#include <GccInt_Bisec.hxx>
#include <GccInt_IType.hxx>
class gp_Hypr2d;
class GccInt_BHyper;

View File

@ -23,7 +23,6 @@
#include <gp_Lin2d.hxx>
#include <GccInt_Bisec.hxx>
#include <GccInt_IType.hxx>
class gp_Lin2d;
class GccInt_BLine;

View File

@ -23,7 +23,6 @@
#include <gp_Parab2d.hxx>
#include <GccInt_Bisec.hxx>
#include <GccInt_IType.hxx>
class gp_Parab2d;
class GccInt_BParab;

View File

@ -23,7 +23,6 @@
#include <gp_Pnt2d.hxx>
#include <GccInt_Bisec.hxx>
#include <GccInt_IType.hxx>
class gp_Pnt2d;
class GccInt_BPoint;

View File

@ -22,7 +22,6 @@
#include <Standard_Transient.hxx>
#include <GccInt_IType.hxx>
class Standard_DomainError;
class gp_Pnt2d;
class gp_Lin2d;
class gp_Circ2d;

View File

@ -22,10 +22,8 @@
#include <gp_Dir.hxx>
#include <Geom_AxisPlacement.hxx>
class Standard_ConstructionError;
class gp_Ax2;
class gp_Pnt;
class gp_Dir;
class gp_Trsf;
class Geom_Geometry;

View File

@ -23,8 +23,6 @@
#include <gp_Ax1.hxx>
#include <Geom_Geometry.hxx>
#include <Standard_Real.hxx>
class Standard_ConstructionError;
class gp_Ax1;
class gp_Dir;
class gp_Pnt;

View File

@ -33,13 +33,6 @@
#include <TColgp_Array1OfPnt.hxx>
#include <TColStd_Array1OfReal.hxx>
#include <TColStd_Array1OfInteger.hxx>
class Standard_ConstructionError;
class Standard_DimensionError;
class Standard_DomainError;
class Standard_OutOfRange;
class Standard_RangeError;
class Standard_NoSuchObject;
class Geom_UndefinedDerivative;
class gp_Pnt;
class gp_Vec;
class gp_Trsf;

View File

@ -36,13 +36,6 @@
#include <TColStd_Array1OfInteger.hxx>
#include <TColStd_Array2OfReal.hxx>
#include <TColgp_Array1OfPnt.hxx>
class Standard_ConstructionError;
class Standard_DimensionError;
class Standard_DomainError;
class Standard_OutOfRange;
class Standard_NoSuchObject;
class Standard_RangeError;
class Geom_UndefinedDerivative;
class gp_Pnt;
class gp_Vec;
class Geom_Curve;

View File

@ -31,10 +31,6 @@
#include <GeomAbs_Shape.hxx>
#include <BSplCLib.hxx>
class Standard_ConstructionError;
class Standard_DimensionError;
class Standard_RangeError;
class Standard_OutOfRange;
class gp_Pnt;
class gp_Vec;
class gp_Trsf;

View File

@ -33,10 +33,6 @@
#include <GeomAbs_Shape.hxx>
#include <BSplSLib.hxx>
class Standard_ConstructionError;
class Standard_DimensionError;
class Standard_RangeError;
class Standard_OutOfRange;
class gp_Pnt;
class gp_Vec;
class Geom_Curve;

View File

@ -23,7 +23,6 @@
#include <gp_Pnt.hxx>
#include <Geom_Point.hxx>
#include <Standard_Real.hxx>
class gp_Pnt;
class gp_Trsf;
class Geom_Geometry;

View File

@ -24,8 +24,6 @@
#include <Geom_Conic.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_RangeError;
class gp_Circ;
class gp_Ax2;
class gp_Pnt;

View File

@ -24,8 +24,6 @@
#include <Geom_ElementarySurface.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_RangeError;
class gp_Ax3;
class gp_Cone;
class gp_Trsf;

View File

@ -25,10 +25,6 @@
#include <Standard_Boolean.hxx>
#include <GeomAbs_Shape.hxx>
#include <Standard_Integer.hxx>
class Standard_RangeError;
class Standard_NoSuchObject;
class Geom_UndefinedDerivative;
class Geom_UndefinedValue;
class gp_Trsf;
class gp_Pnt;
class gp_Vec;

View File

@ -24,8 +24,6 @@
#include <Geom_ElementarySurface.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_RangeError;
class gp_Ax3;
class gp_Cylinder;
class gp_Trsf;

View File

@ -22,9 +22,7 @@
#include <Geom_Vector.hxx>
#include <Standard_Real.hxx>
class Standard_ConstructionError;
class gp_Dir;
class Geom_Vector;
class gp_Trsf;
class Geom_Geometry;

View File

@ -24,8 +24,6 @@
#include <Geom_Conic.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_RangeError;
class gp_Elips;
class gp_Ax2;
class gp_Ax1;

View File

@ -22,7 +22,6 @@
#include <Standard_Transient.hxx>
#include <Standard_Real.hxx>
class Standard_ConstructionError;
class gp_Pnt;
class gp_Ax1;
class gp_Ax2;

View File

@ -24,9 +24,6 @@
#include <Geom_Conic.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_DomainError;
class Standard_RangeError;
class gp_Hypr;
class gp_Ax2;
class gp_Ax1;

View File

@ -26,8 +26,6 @@
#include <Standard_Boolean.hxx>
#include <GeomAbs_Shape.hxx>
#include <Standard_Integer.hxx>
class Standard_RangeError;
class gp_Ax1;
class gp_Lin;
class gp_Pnt;
class gp_Dir;

View File

@ -28,13 +28,6 @@
#include <Standard_Integer.hxx>
#include <GeomEvaluator_OffsetCurve.hxx>
class Geom_Curve;
class Standard_ConstructionError;
class Standard_RangeError;
class Standard_NoSuchObject;
class Geom_UndefinedDerivative;
class Geom_UndefinedValue;
class gp_Dir;
class gp_Pnt;
class gp_Vec;
class gp_Trsf;

View File

@ -27,12 +27,6 @@
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
#include <GeomEvaluator_OffsetSurface.hxx>
class Geom_Surface;
class Standard_ConstructionError;
class Standard_RangeError;
class Standard_NoSuchObject;
class Geom_UndefinedDerivative;
class Geom_UndefinedValue;
class Geom_Curve;
class gp_Pnt;
class gp_Vec;

View File

@ -24,8 +24,6 @@
#include <Geom_Conic.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_RangeError;
class gp_Parab;
class gp_Ax2;
class gp_Ax1;

View File

@ -24,8 +24,6 @@
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_RangeError;
class gp_Ax3;
class gp_Pln;
class gp_Pnt;

View File

@ -26,11 +26,6 @@
#include <GeomAbs_Shape.hxx>
#include <Standard_Integer.hxx>
class Geom_Surface;
class Standard_ConstructionError;
class Standard_RangeError;
class Standard_NoSuchObject;
class Geom_UndefinedDerivative;
class Geom_UndefinedValue;
class Geom_Curve;
class gp_Pnt;
class gp_Vec;

View File

@ -24,8 +24,6 @@
#include <Geom_ElementarySurface.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_RangeError;
class gp_Ax3;
class gp_Sphere;
class Geom_Curve;

View File

@ -25,8 +25,6 @@
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_RangeError;
class Geom_UndefinedDerivative;
class Geom_Curve;
class gp_Dir;
class gp_Pnt;

View File

@ -26,13 +26,9 @@
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_RangeError;
class Geom_UndefinedDerivative;
class Geom_Curve;
class gp_Ax1;
class gp_Dir;
class gp_Pnt;
class gp_Ax2;
class gp_Trsf;
class gp_GTrsf2d;

View File

@ -24,7 +24,6 @@
#include <GeomAbs_Shape.hxx>
#include <Geom_Surface.hxx>
class Geom_Curve;
class gp_Dir;
class Geom_SweptSurface;

View File

@ -25,9 +25,6 @@
#include <TColStd_Array1OfReal.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_DimensionError;
class Standard_RangeError;
class gp_Ax3;
class gp_Torus;
class Geom_Curve;

View File

@ -26,11 +26,6 @@
#include <GeomAbs_Shape.hxx>
#include <Standard_Integer.hxx>
class Geom_Curve;
class Standard_ConstructionError;
class Standard_RangeError;
class Standard_NoSuchObject;
class Geom_UndefinedDerivative;
class Geom_UndefinedValue;
class gp_Pnt;
class gp_Vec;
class gp_Trsf;

View File

@ -23,10 +23,6 @@
#include <gp_Vec.hxx>
#include <Geom_Geometry.hxx>
#include <Standard_Real.hxx>
class Standard_ConstructionError;
class Standard_DomainError;
class gp_VectorWithNullMagnitude;
class gp_Vec;
class Geom_Vector;

View File

@ -22,10 +22,8 @@
#include <Geom_Vector.hxx>
#include <Standard_Real.hxx>
class Standard_ConstructionError;
class gp_Vec;
class gp_Pnt;
class Geom_Vector;
class gp_Trsf;
class Geom_Geometry;

View File

@ -23,11 +23,9 @@
#include <gp_Ax2d.hxx>
#include <Geom2d_Geometry.hxx>
#include <Standard_Real.hxx>
class gp_Ax2d;
class gp_Pnt2d;
class gp_Dir2d;
class gp_Trsf2d;
class Geom2d_Geometry;
class Geom2d_AxisPlacement;

View File

@ -33,13 +33,6 @@
#include <TColgp_Array1OfPnt2d.hxx>
#include <TColStd_Array1OfReal.hxx>
#include <TColStd_Array1OfInteger.hxx>
class Standard_ConstructionError;
class Standard_DimensionError;
class Standard_DomainError;
class Standard_OutOfRange;
class Standard_RangeError;
class Standard_NoSuchObject;
class Geom2d_UndefinedDerivative;
class gp_Pnt2d;
class gp_Vec2d;
class gp_Trsf2d;

View File

@ -31,10 +31,6 @@
#include <GeomAbs_Shape.hxx>
#include <BSplCLib.hxx>
class Standard_ConstructionError;
class Standard_DimensionError;
class Standard_RangeError;
class Standard_OutOfRange;
class gp_Pnt2d;
class gp_Vec2d;
class gp_Trsf2d;

View File

@ -23,7 +23,6 @@
#include <gp_Pnt2d.hxx>
#include <Geom2d_Point.hxx>
#include <Standard_Real.hxx>
class gp_Pnt2d;
class gp_Trsf2d;
class Geom2d_Geometry;

View File

@ -24,8 +24,6 @@
#include <Geom2d_Conic.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_RangeError;
class gp_Circ2d;
class gp_Ax2d;
class gp_Ax22d;

View File

@ -25,10 +25,6 @@
#include <Standard_Boolean.hxx>
#include <GeomAbs_Shape.hxx>
#include <Standard_Integer.hxx>
class Standard_RangeError;
class Standard_NoSuchObject;
class Geom2d_UndefinedDerivative;
class Geom2d_UndefinedValue;
class gp_Trsf2d;
class gp_Pnt2d;
class gp_Vec2d;

View File

@ -22,9 +22,7 @@
#include <Geom2d_Vector.hxx>
#include <Standard_Real.hxx>
class Standard_ConstructionError;
class gp_Dir2d;
class Geom2d_Vector;
class gp_Trsf2d;
class Geom2d_Geometry;

View File

@ -24,8 +24,6 @@
#include <Geom2d_Conic.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_RangeError;
class gp_Elips2d;
class gp_Ax2d;
class gp_Ax22d;

View File

@ -22,7 +22,6 @@
#include <Standard_Transient.hxx>
#include <Standard_Real.hxx>
class Standard_ConstructionError;
class gp_Pnt2d;
class gp_Ax2d;
class gp_Vec2d;

View File

@ -24,9 +24,6 @@
#include <Geom2d_Conic.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_DomainError;
class Standard_RangeError;
class gp_Hypr2d;
class gp_Ax2d;
class gp_Ax22d;

View File

@ -26,8 +26,6 @@
#include <Standard_Boolean.hxx>
#include <GeomAbs_Shape.hxx>
#include <Standard_Integer.hxx>
class Standard_RangeError;
class gp_Ax2d;
class gp_Lin2d;
class gp_Pnt2d;
class gp_Dir2d;

View File

@ -27,13 +27,6 @@
#include <Standard_Integer.hxx>
#include <Geom2dEvaluator_OffsetCurve.hxx>
class Geom2d_Curve;
class Standard_ConstructionError;
class Standard_RangeError;
class Standard_NoSuchObject;
class Geom2d_UndefinedDerivative;
class Geom2d_UndefinedValue;
class Standard_NotImplemented;
class gp_Pnt2d;
class gp_Vec2d;
class gp_Trsf2d;

View File

@ -24,8 +24,6 @@
#include <Geom2d_Conic.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_RangeError;
class gp_Parab2d;
class gp_Ax2d;
class gp_Ax22d;

View File

@ -26,9 +26,6 @@
#include <Standard_Boolean.hxx>
#include <gp_TrsfForm.hxx>
#include <Standard_Integer.hxx>
class Standard_ConstructionError;
class Standard_OutOfRange;
class gp_Trsf2d;
class gp_Pnt2d;
class gp_Ax2d;
class gp_Vec2d;

View File

@ -26,11 +26,6 @@
#include <GeomAbs_Shape.hxx>
#include <Standard_Integer.hxx>
class Geom2d_Curve;
class Standard_ConstructionError;
class Standard_RangeError;
class Standard_NoSuchObject;
class Geom2d_UndefinedDerivative;
class Geom2d_UndefinedValue;
class gp_Pnt2d;
class gp_Vec2d;
class gp_Trsf2d;

View File

@ -23,9 +23,6 @@
#include <gp_Vec2d.hxx>
#include <Geom2d_Geometry.hxx>
#include <Standard_Real.hxx>
class Standard_DomainError;
class gp_VectorWithNullMagnitude;
class gp_Vec2d;
class Geom2d_Vector;

View File

@ -22,10 +22,8 @@
#include <Geom2d_Vector.hxx>
#include <Standard_Real.hxx>
class Standard_ConstructionError;
class gp_Vec2d;
class gp_Pnt2d;
class Geom2d_Vector;
class gp_Trsf2d;
class Geom2d_Geometry;

View File

@ -25,11 +25,8 @@
#include <Standard_Integer.hxx>
#include <Extrema_ExtCC2d.hxx>
#include <Geom2dAdaptor_Curve.hxx>
class Standard_OutOfRange;
class StdFail_NotDone;
class Geom2d_Curve;
class gp_Pnt2d;
class Extrema_ExtCC2d;
//! Describes functions for computing all the extrema

View File

@ -26,10 +26,7 @@
#include <Standard_Real.hxx>
#include <Standard_Integer.hxx>
class Geom2d_Curve;
class Standard_OutOfRange;
class Standard_NullObject;
class gp_Pnt2d;
class Geom2dInt_GInter;
//! This class implements methods for computing

View File

@ -29,8 +29,6 @@
#include <TColStd_HArray1OfReal.hxx>
#include <TColgp_Array1OfVec2d.hxx>
class Geom2d_BSplineCurve;
class StdFail_NotDone;
class Standard_ConstructionError;
class gp_Vec2d;

View File

@ -29,8 +29,6 @@
#include <TColStd_Array1OfReal.hxx>
#include <Approx_ParametrizationType.hxx>
class Geom2d_BSplineCurve;
class StdFail_NotDone;
class Standard_OutOfRange;
//! This class is used to approximate a BsplineCurve

View File

@ -25,11 +25,8 @@
#include <Standard_Integer.hxx>
#include <Extrema_ExtPC2d.hxx>
#include <Geom2dAdaptor_Curve.hxx>
class Standard_OutOfRange;
class StdFail_NotDone;
class gp_Pnt2d;
class Geom2d_Curve;
class Extrema_ExtPC2d;

View File

@ -28,8 +28,6 @@
#include <Standard_NullObject.hxx>
#include <TColStd_Array1OfReal.hxx>
class Standard_OutOfRange;
class Standard_DomainError;
class gp_Vec2d;
class gp_Lin2d;
class gp_Circ2d;

View File

@ -31,10 +31,6 @@
#include <TColStd_HArray1OfInteger.hxx>
class Geom2d_BSplineCurve;
class Geom2d_Curve;
class Geom2dConvert_BSplineCurveKnotSplitting;
class Geom2dConvert_BSplineCurveToBezierCurve;
class Geom2dConvert_CompCurveToBSplineCurve;
class Geom2dConvert_ApproxCurve;

View File

@ -22,7 +22,6 @@
#include <Standard_OStream.hxx>
class Geom2d_BSplineCurve;
class Standard_OutOfRange;
class Geom2d_Curve;
//! A framework to convert a 2D curve to a BSpline.

View File

@ -23,8 +23,6 @@
#include <TColStd_HArray1OfInteger.hxx>
#include <Standard_Integer.hxx>
#include <TColStd_Array1OfInteger.hxx>
class Standard_DimensionError;
class Standard_RangeError;
class Geom2d_BSplineCurve;

View File

@ -26,9 +26,6 @@
#include <TColGeom2d_Array1OfBezierCurve.hxx>
#include <TColStd_Array1OfReal.hxx>
class Geom2d_BSplineCurve;
class Standard_DimensionError;
class Standard_DomainError;
class Standard_OutOfRange;
class Geom2d_BezierCurve;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More