mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0032667: Coding - get rid of unused forward declarations [LibCtl to StepRepr]
This commit is contained in:
@@ -28,22 +28,6 @@ class TopoDS_Face;
|
||||
class ShapeExtend_WireData;
|
||||
class TopoDS_Shape;
|
||||
class TopoDS_Vertex;
|
||||
class ShapeAnalysis_Geom;
|
||||
class ShapeAnalysis_Curve;
|
||||
class ShapeAnalysis_Surface;
|
||||
class ShapeAnalysis_Edge;
|
||||
class ShapeAnalysis_Wire;
|
||||
class ShapeAnalysis_WireOrder;
|
||||
class ShapeAnalysis_WireVertex;
|
||||
class ShapeAnalysis_CheckSmallFace;
|
||||
class ShapeAnalysis_Shell;
|
||||
class ShapeAnalysis_ShapeTolerance;
|
||||
class ShapeAnalysis_ShapeContents;
|
||||
class ShapeAnalysis_FreeBounds;
|
||||
class ShapeAnalysis_FreeBoundData;
|
||||
class ShapeAnalysis_FreeBoundsProperties;
|
||||
class ShapeAnalysis_TransferParameters;
|
||||
class ShapeAnalysis_TransferParametersProj;
|
||||
|
||||
|
||||
//! This package is intended to analyze geometrical objects
|
||||
|
@@ -35,7 +35,6 @@ class gp_Pnt2d;
|
||||
class TopoDS_Vertex;
|
||||
class gp_Vec2d;
|
||||
class gp_Pnt;
|
||||
class Adaptor3d_Curve;
|
||||
|
||||
// resolve name collisions with X11 headers
|
||||
#ifdef Status
|
||||
|
@@ -26,7 +26,6 @@
|
||||
#include <TopTools_DataMapOfShapeReal.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class TopoDS_Wire;
|
||||
|
||||
|
||||
class ShapeAnalysis_FreeBoundData;
|
||||
|
@@ -27,7 +27,6 @@
|
||||
#include <TopTools_HSequenceOfShape.hxx>
|
||||
#include <TopTools_DataMapOfShapeShape.hxx>
|
||||
class TopoDS_Shape;
|
||||
class TopoDS_Compound;
|
||||
|
||||
|
||||
//! This class is intended to output free bounds of the shape.
|
||||
|
@@ -26,7 +26,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <ShapeAnalysis_HSequenceOfFreeBounds.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class TopoDS_Shape;
|
||||
class ShapeAnalysis_FreeBoundData;
|
||||
class TopoDS_Wire;
|
||||
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <TColgp_Array1OfPnt.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <TColStd_HArray2OfReal.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class gp_Pln;
|
||||
class gp_Trsf;
|
||||
|
||||
|
@@ -26,8 +26,6 @@
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <TColStd_HSequenceOfReal.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class TopoDS_Edge;
|
||||
class TopoDS_Face;
|
||||
|
||||
|
||||
class ShapeAnalysis_TransferParameters;
|
||||
|
@@ -26,7 +26,6 @@
|
||||
#include <TColgp_HSequenceOfXYZ.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class Standard_TypeMismatch;
|
||||
class gp_XYZ;
|
||||
class gp_XY;
|
||||
|
||||
|
Reference in New Issue
Block a user