mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0032603: Coding - get rid of unsused forward declarations
Packages from Adaptor2d to BRepMesh are processed.
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include <BRepBlend_AppFuncRoot.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <math_Vector.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class BRepBlend_Line;
|
||||
class Blend_Function;
|
||||
class Blend_AppFunction;
|
||||
|
@@ -36,10 +36,7 @@
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
class BRepBlend_Line;
|
||||
class Standard_OutOfRange;
|
||||
class Blend_AppFunction;
|
||||
class gp_Pnt;
|
||||
class Blend_Point;
|
||||
|
||||
|
||||
class BRepBlend_AppFuncRoot;
|
||||
|
@@ -23,7 +23,6 @@
|
||||
#include <BRepBlend_AppFuncRoot.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <math_Vector.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class BRepBlend_Line;
|
||||
class Blend_SurfRstFunction;
|
||||
class Blend_AppFunction;
|
||||
|
@@ -23,7 +23,6 @@
|
||||
#include <BRepBlend_AppFuncRoot.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <math_Vector.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class BRepBlend_Line;
|
||||
class Blend_RstRstFunction;
|
||||
class Blend_AppFunction;
|
||||
|
@@ -33,9 +33,6 @@
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
#include <TColgp_Array1OfPnt2d.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_DomainError;
|
||||
class Standard_OutOfRange;
|
||||
class Approx_SweepFunction;
|
||||
|
||||
|
||||
|
@@ -29,7 +29,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
|
||||
class math_Matrix;
|
||||
class gp_Pnt;
|
||||
|
||||
|
||||
//! Function of reframing between a point and a curve.
|
||||
|
@@ -28,10 +28,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class Adaptor3d_HVertex;
|
||||
class Standard_DomainError;
|
||||
class Standard_OutOfRange;
|
||||
class gp_Pnt;
|
||||
class gp_Vec;
|
||||
class IntSurf_Transition;
|
||||
class BRepBlend_PointOnRst;
|
||||
|
||||
|
@@ -26,9 +26,7 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class Blend_Point;
|
||||
class BRepBlend_Extremity;
|
||||
|
||||
|
||||
class BRepBlend_Line;
|
||||
|
@@ -20,8 +20,6 @@
|
||||
#include <Adaptor2d_Curve2d.hxx>
|
||||
#include <IntSurf_Transition.hxx>
|
||||
|
||||
class Standard_DomainError;
|
||||
class IntSurf_Transition;
|
||||
|
||||
//! Definition of an intersection point between a line
|
||||
//! and a restriction on a surface.
|
||||
|
@@ -32,7 +32,6 @@ class Blend_CurvPointFuncInv;
|
||||
class Adaptor3d_HVertex;
|
||||
class IntSurf_Transition;
|
||||
class BRepBlend_Extremity;
|
||||
class Blend_Point;
|
||||
|
||||
|
||||
//! This class processes the data resulting from
|
||||
|
@@ -33,7 +33,6 @@ class gp_Pnt2d;
|
||||
class Adaptor3d_HVertex;
|
||||
class IntSurf_Transition;
|
||||
class BRepBlend_Extremity;
|
||||
class Blend_Point;
|
||||
|
||||
//! This class processes data resulting from
|
||||
//! Blend_CSWalking taking in consideration the Surface
|
||||
|
Reference in New Issue
Block a user