mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-04 19:57:55 +08:00
CR32614 Coding - get rid of unsused forward declarations [Adaptor2d to GccAna]
Packages from Adaptor2d to GccAna are processed.
This commit is contained in:
@@ -24,12 +24,8 @@
|
||||
#include <BRepPrim_Wedge.hxx>
|
||||
#include <BRepBuilderAPI_MakeShape.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Standard_DomainError;
|
||||
class Standard_OutOfRange;
|
||||
class StdFail_NotDone;
|
||||
class gp_Pnt;
|
||||
class gp_Ax2;
|
||||
class BRepPrim_Wedge;
|
||||
class TopoDS_Shell;
|
||||
class TopoDS_Solid;
|
||||
class TopoDS_Face;
|
||||
|
||||
@@ -25,9 +25,7 @@
|
||||
#include <BRepPrimAPI_MakeOneAxis.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Address.hxx>
|
||||
class Standard_DomainError;
|
||||
class gp_Ax2;
|
||||
class BRepPrim_Cone;
|
||||
|
||||
|
||||
//! Describes functions to build cones or portions of cones.
|
||||
|
||||
@@ -25,9 +25,7 @@
|
||||
#include <BRepPrimAPI_MakeOneAxis.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Address.hxx>
|
||||
class Standard_DomainError;
|
||||
class gp_Ax2;
|
||||
class BRepPrim_Cylinder;
|
||||
|
||||
|
||||
//! Describes functions to build cylinders or portions of cylinders.
|
||||
|
||||
@@ -23,11 +23,9 @@
|
||||
|
||||
#include <TopoDS_Solid.hxx>
|
||||
#include <BRepBuilderAPI_MakeShape.hxx>
|
||||
class StdFail_NotDone;
|
||||
class TopoDS_Face;
|
||||
class gp_Pnt;
|
||||
class TopoDS_Shell;
|
||||
class TopoDS_Solid;
|
||||
|
||||
|
||||
//! Describes functions to build half-spaces.
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
|
||||
#include <BRepBuilderAPI_MakeShape.hxx>
|
||||
#include <Standard_Address.hxx>
|
||||
class StdFail_NotDone;
|
||||
class TopoDS_Face;
|
||||
class TopoDS_Shell;
|
||||
class TopoDS_Solid;
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
class TopoDS_Shape;
|
||||
class gp_Vec;
|
||||
class gp_Dir;
|
||||
class BRepSweep_Prism;
|
||||
|
||||
|
||||
//! Describes functions to build linear swept topologies, called prisms.
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
class TopoDS_Shape;
|
||||
class gp_Ax1;
|
||||
class BRepSweep_Revol;
|
||||
|
||||
|
||||
//! Class to make revolved sweep topologies.
|
||||
|
||||
@@ -25,10 +25,8 @@
|
||||
#include <BRepPrimAPI_MakeOneAxis.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Address.hxx>
|
||||
class Standard_DomainError;
|
||||
class Geom_Curve;
|
||||
class gp_Ax2;
|
||||
class BRepPrim_Revolution;
|
||||
|
||||
|
||||
//! Describes functions to build revolved shapes.
|
||||
|
||||
@@ -25,10 +25,8 @@
|
||||
#include <BRepPrimAPI_MakeOneAxis.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Address.hxx>
|
||||
class Standard_DomainError;
|
||||
class gp_Pnt;
|
||||
class gp_Ax2;
|
||||
class BRepPrim_Sphere;
|
||||
|
||||
|
||||
//! Describes functions to build spheres or portions of spheres.
|
||||
|
||||
@@ -25,9 +25,7 @@
|
||||
#include <BRepPrimAPI_MakeOneAxis.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Address.hxx>
|
||||
class Standard_DomainError;
|
||||
class gp_Ax2;
|
||||
class BRepPrim_Torus;
|
||||
|
||||
|
||||
//! Describes functions to build tori or portions of tori.
|
||||
|
||||
@@ -24,10 +24,7 @@
|
||||
#include <BRepPrim_Wedge.hxx>
|
||||
#include <BRepBuilderAPI_MakeShape.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Standard_DomainError;
|
||||
class StdFail_NotDone;
|
||||
class gp_Ax2;
|
||||
class BRepPrim_Wedge;
|
||||
class TopoDS_Shell;
|
||||
class TopoDS_Solid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user