1
0
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:
aml 2022-02-16 12:59:22 +03:00 committed by smoskvin
parent b66cf6dae5
commit 08984eda3d
13 changed files with 0 additions and 41 deletions

View File

@ -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.

View File

@ -26,8 +26,6 @@
#include <Standard_Integer.hxx>
#include <TColStd_Array1OfReal.hxx>
class Law_BSpline;
class Standard_OutOfRange;
class Law_Function;
class Law_BSpFunc;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -25,7 +25,6 @@
#include <Standard_Integer.hxx>
#include <TColStd_Array1OfReal.hxx>
#include <Standard_Real.hxx>
class Standard_OutOfRange;
class Law_Function;

View File

@ -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

View File

@ -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;

View File

@ -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;

View File

@ -22,7 +22,6 @@
#include <Standard_Transient.hxx>
class StepRepr_NextAssemblyUsageOccurrence;
class Standard_Transient;
class STEPSelections_AssemblyComponent;

View File

@ -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

View File

@ -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.