mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0032838: Coding - get rid of unused forward declarations (misc)
This commit is contained in:
parent
b66cf6dae5
commit
08984eda3d
@ -31,16 +31,6 @@ class Law_BSpFunc;
|
||||
class Law_Linear;
|
||||
class Law_BSpline;
|
||||
class Adaptor3d_Curve;
|
||||
class Law_BSpline;
|
||||
class Law_Interpolate;
|
||||
class Law_Function;
|
||||
class Law_Constant;
|
||||
class Law_Linear;
|
||||
class Law_BSpFunc;
|
||||
class Law_S;
|
||||
class Law_Interpol;
|
||||
class Law_Composite;
|
||||
class Law_BSplineKnotSplitting;
|
||||
|
||||
|
||||
//! Multiple services concerning 1d functions.
|
||||
|
@ -26,8 +26,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
class Law_BSpline;
|
||||
class Standard_OutOfRange;
|
||||
class Law_Function;
|
||||
|
||||
|
||||
class Law_BSpFunc;
|
||||
|
@ -30,12 +30,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Standard_ConstructionError;
|
||||
class Standard_DimensionError;
|
||||
class Standard_DomainError;
|
||||
class Standard_OutOfRange;
|
||||
class Standard_RangeError;
|
||||
class Standard_NoSuchObject;
|
||||
|
||||
|
||||
class Law_BSpline;
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include <TColStd_HArray1OfInteger.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
class Standard_DimensionError;
|
||||
class Standard_RangeError;
|
||||
class Law_BSpline;
|
||||
|
||||
|
||||
|
@ -27,8 +27,6 @@
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
class Law_Function;
|
||||
class Standard_OutOfRange;
|
||||
|
||||
|
||||
class Law_Composite;
|
||||
|
@ -25,8 +25,6 @@
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class Law_Function;
|
||||
|
||||
|
||||
class Law_Constant;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Standard_OutOfRange;
|
||||
|
||||
|
||||
class Law_Function;
|
||||
|
@ -27,8 +27,6 @@
|
||||
#include <TColStd_HArray1OfBoolean.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
class Law_BSpline;
|
||||
class StdFail_NotDone;
|
||||
class Standard_ConstructionError;
|
||||
|
||||
|
||||
//! This class is used to interpolate a BsplineCurve
|
||||
|
@ -25,8 +25,6 @@
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class Law_Function;
|
||||
|
||||
|
||||
class Law_Linear;
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <TColStd_IndexedDataMapOfTransientTransient.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class Interface_Graph;
|
||||
class StepShape_ShapeDefinitionRepresentation;
|
||||
class StepBasic_ProductDefinition;
|
||||
class STEPSelections_AssemblyComponent;
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
#include <Standard_Transient.hxx>
|
||||
class StepRepr_NextAssemblyUsageOccurrence;
|
||||
class Standard_Transient;
|
||||
class STEPSelections_AssemblyComponent;
|
||||
|
||||
|
||||
|
@ -23,14 +23,6 @@
|
||||
|
||||
#include <Draw_Interpretor.hxx>
|
||||
#include <Standard_CString.hxx>
|
||||
class SWDRAW_ShapeTool;
|
||||
class SWDRAW_ShapeAnalysis;
|
||||
class SWDRAW_ShapeCustom;
|
||||
class SWDRAW_ShapeExtend;
|
||||
class SWDRAW_ShapeFix;
|
||||
class SWDRAW_ShapeUpgrade;
|
||||
class SWDRAW_ShapeProcess;
|
||||
class SWDRAW_ShapeProcessAPI;
|
||||
|
||||
|
||||
//! Provides DRAW interface to the functionalities of Shape Healing
|
||||
|
@ -21,8 +21,6 @@
|
||||
#include <Standard_ConstructionError.hxx>
|
||||
|
||||
class gp_XYZ;
|
||||
class gp_Trsf;
|
||||
class gp_GTrsf;
|
||||
|
||||
//! Describes a three column, three row matrix.
|
||||
//! This sort of object is used in various vectorial or matrix computations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user