mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
CR32614 Coding - get rid of unsused forward declarations [Adaptor2d to GccAna]
Packages from Adaptor2d to GccAna are processed.
This commit is contained in:
@@ -42,16 +42,6 @@ class TopoDS_CompSolid;
|
||||
class TopoDS_Compound;
|
||||
class TopoDS_Shape;
|
||||
class BRep_Builder;
|
||||
class BRepTools_WireExplorer;
|
||||
class BRepTools_Modification;
|
||||
class BRepTools_Modifier;
|
||||
class BRepTools_TrsfModification;
|
||||
class BRepTools_NurbsConvertModification;
|
||||
class BRepTools_GTrsfModification;
|
||||
class BRepTools_Substitution;
|
||||
class BRepTools_Quilt;
|
||||
class BRepTools_ShapeSet;
|
||||
class BRepTools_ReShape;
|
||||
class Geom_Curve;
|
||||
class Geom2d_Curve;
|
||||
class Geom_Surface;
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <BRepTools_Modification.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
class gp_GTrsf;
|
||||
class TopoDS_Face;
|
||||
class Geom_Surface;
|
||||
class TopLoc_Location;
|
||||
|
@@ -35,9 +35,6 @@
|
||||
#include <TopLoc_Location.hxx>
|
||||
#include <Message_ProgressRange.hxx>
|
||||
|
||||
class Standard_NullObject;
|
||||
class Standard_NoSuchObject;
|
||||
class TopoDS_Shape;
|
||||
class BRepTools_Modification;
|
||||
class Geom_Curve;
|
||||
class Geom_Surface;
|
||||
|
@@ -20,9 +20,7 @@
|
||||
#include <BRepTools_ReShape.hxx>
|
||||
#include <TopTools_LocationSet.hxx>
|
||||
|
||||
class TopoDS_Shape;
|
||||
|
||||
class BRepTools_PurgeLocations;
|
||||
|
||||
//! Removes location datums, which satisfy conditions:
|
||||
//! aTrsf.IsNegative() || (Abs(Abs(aTrsf.ScaleFactor()) - 1.) > TopLoc_Location::ScalePrec())
|
||||
|
@@ -23,7 +23,6 @@
|
||||
|
||||
#include <TopTools_IndexedDataMapOfShapeShape.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class TopoDS_Edge;
|
||||
class TopoDS_Vertex;
|
||||
class TopoDS_Shape;
|
||||
|
@@ -26,7 +26,6 @@
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <TopAbs_ShapeEnum.hxx>
|
||||
|
||||
class TopoDS_Shape;
|
||||
class TopoDS_Vertex;
|
||||
|
||||
// resolve name collisions with X11 headers
|
||||
|
@@ -32,7 +32,6 @@
|
||||
#include <Standard_IStream.hxx>
|
||||
#include <TopAbs_ShapeEnum.hxx>
|
||||
|
||||
class BRep_Builder;
|
||||
class TopoDS_Shape;
|
||||
|
||||
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <TopTools_DataMapOfShapeListOfShape.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class TopoDS_Shape;
|
||||
|
||||
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
class gp_Trsf;
|
||||
class TopoDS_Face;
|
||||
class Geom_Surface;
|
||||
class TopLoc_Location;
|
||||
|
@@ -29,13 +29,7 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <TopAbs_Orientation.hxx>
|
||||
class Standard_DomainError;
|
||||
class Standard_NoSuchObject;
|
||||
class Standard_NoMoreObject;
|
||||
class TopoDS_Wire;
|
||||
class TopoDS_Face;
|
||||
class TopoDS_Edge;
|
||||
class TopoDS_Vertex;
|
||||
|
||||
|
||||
//! The WireExplorer is a tool to explore the edges of
|
||||
|
Reference in New Issue
Block a user