mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0032641: Coding - get rid of unused forward declarations [IGESAppli to LDOM]
This commit is contained in:
@@ -23,10 +23,7 @@
|
||||
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_DomainError;
|
||||
class gp_Pln;
|
||||
class gp_Pnt;
|
||||
|
||||
|
||||
//! Intersection between 3 planes. The algorithm searches
|
||||
|
@@ -25,9 +25,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_OutOfRange;
|
||||
class Standard_DomainError;
|
||||
class gp_Lin;
|
||||
class IntAna_Quadric;
|
||||
class gp_Circ;
|
||||
@@ -35,7 +32,6 @@ class gp_Elips;
|
||||
class gp_Parab;
|
||||
class gp_Hypr;
|
||||
class gp_Pln;
|
||||
class gp_Pnt;
|
||||
|
||||
|
||||
//! This class provides the analytic intersection between
|
||||
|
@@ -25,11 +25,8 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_OutOfRange;
|
||||
class gp_Lin;
|
||||
class gp_Torus;
|
||||
class gp_Pnt;
|
||||
|
||||
|
||||
//! Intersection between a line and a torus.
|
||||
|
@@ -26,14 +26,9 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class StdFail_NotDone;
|
||||
class Standard_DomainError;
|
||||
class gp_Cylinder;
|
||||
class IntAna_Quadric;
|
||||
class gp_Cone;
|
||||
class IntAna_Curve;
|
||||
class gp_Pnt;
|
||||
|
||||
|
||||
//! This class provides the analytic intersection between a
|
||||
|
@@ -27,15 +27,11 @@
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <gp_Dir.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_DomainError;
|
||||
class Standard_OutOfRange;
|
||||
class gp_Pln;
|
||||
class gp_Cylinder;
|
||||
class gp_Sphere;
|
||||
class gp_Cone;
|
||||
class gp_Torus;
|
||||
class gp_Pnt;
|
||||
class gp_Lin;
|
||||
class gp_Circ;
|
||||
class gp_Elips;
|
||||
|
Reference in New Issue
Block a user