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:
@@ -24,46 +24,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <math_Vector.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class math_Matrix;
|
||||
class math_Function;
|
||||
class math_FunctionWithDerivative;
|
||||
class math_MultipleVarFunction;
|
||||
class math_MultipleVarFunctionWithGradient;
|
||||
class math_MultipleVarFunctionWithHessian;
|
||||
class math_FunctionSet;
|
||||
class math_FunctionSetWithDerivatives;
|
||||
class math_Gauss;
|
||||
class math_GaussLeastSquare;
|
||||
class math_SVD;
|
||||
class math_DirectPolynomialRoots;
|
||||
class math_FunctionRoots;
|
||||
class math_BissecNewton;
|
||||
class math_FunctionRoot;
|
||||
class math_NewtonFunctionRoot;
|
||||
class math_BracketedRoot;
|
||||
class math_FunctionSetRoot;
|
||||
class math_NewtonFunctionSetRoot;
|
||||
class math_BracketMinimum;
|
||||
class math_BrentMinimum;
|
||||
class math_Powell;
|
||||
class math_FRPR;
|
||||
class math_BFGS;
|
||||
class math_NewtonMinimum;
|
||||
class math_Jacobi;
|
||||
class math_GaussSingleIntegration;
|
||||
class math_GaussMultipleIntegration;
|
||||
class math_GaussSetIntegration;
|
||||
class math_FunctionSample;
|
||||
class math_FunctionAllRoots;
|
||||
class math_Householder;
|
||||
class math_Crout;
|
||||
class math_Uzawa;
|
||||
class math_TrigonometricFunctionRoots;
|
||||
class math_KronrodSingleIntegration;
|
||||
class math_EigenValuesSearcher;
|
||||
class math_ComputeGaussPointsAndWeights;
|
||||
class math_ComputeKronrodPointsAndWeights;
|
||||
class math_DoubleTab;
|
||||
|
||||
|
||||
|
||||
|
@@ -27,8 +27,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_DimensionError;
|
||||
class math_MultipleVarFunctionWithGradient;
|
||||
|
||||
|
||||
|
@@ -26,7 +26,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class math_FunctionWithDerivative;
|
||||
|
||||
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class math_Function;
|
||||
|
||||
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class math_Function;
|
||||
|
||||
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class math_Function;
|
||||
|
||||
|
||||
|
@@ -26,10 +26,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <math_Vector.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class math_NotSquare;
|
||||
class Standard_DimensionError;
|
||||
class math_Matrix;
|
||||
|
||||
|
||||
//! This class implements the Crout algorithm used to solve a
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class Standard_RangeError;
|
||||
class StdFail_InfiniteSolutions;
|
||||
|
||||
|
||||
|
||||
|
@@ -27,7 +27,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <math_Vector.hxx>
|
||||
class StdFail_NotDone;
|
||||
|
||||
|
||||
//! This class finds eigen values and vectors of
|
||||
|
@@ -27,8 +27,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <math_Status.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class Standard_DimensionError;
|
||||
class StdFail_NotDone;
|
||||
class math_MultipleVarFunctionWithGradient;
|
||||
|
||||
|
||||
|
@@ -27,9 +27,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class StdFail_NotDone;
|
||||
class Standard_NumericError;
|
||||
class math_FunctionWithDerivative;
|
||||
class math_FunctionSample;
|
||||
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class math_FunctionWithDerivative;
|
||||
|
||||
|
||||
|
@@ -27,8 +27,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class Standard_RangeError;
|
||||
class StdFail_NotDone;
|
||||
class math_FunctionWithDerivative;
|
||||
|
||||
|
||||
|
@@ -23,7 +23,6 @@
|
||||
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class Standard_OutOfRange;
|
||||
|
||||
|
||||
//! This class gives a default sample (constant difference
|
||||
|
@@ -27,10 +27,7 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <math_IntegerVector.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_DimensionError;
|
||||
class math_FunctionSetWithDerivatives;
|
||||
class math_Matrix;
|
||||
|
||||
|
||||
//! The math_FunctionSetRoot class calculates the root
|
||||
|
@@ -29,10 +29,6 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Message_ProgressRange.hxx>
|
||||
|
||||
class math_NotSquare;
|
||||
class Standard_DimensionError;
|
||||
class StdFail_NotDone;
|
||||
class math_Matrix;
|
||||
|
||||
//! This class implements the Gauss LU decomposition (Crout algorithm)
|
||||
//! with partial pivoting (rows interchange) of a square matrix and
|
||||
|
@@ -27,9 +27,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <math_Vector.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_DimensionError;
|
||||
class math_Matrix;
|
||||
|
||||
|
||||
|
||||
|
@@ -26,7 +26,6 @@
|
||||
#include <math_Vector.hxx>
|
||||
#include <math_IntegerVector.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class math_MultipleVarFunction;
|
||||
|
||||
|
||||
|
@@ -25,8 +25,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <math_IntegerVector.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_NotImplemented;
|
||||
class math_FunctionSet;
|
||||
|
||||
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class math_Function;
|
||||
|
||||
|
||||
|
@@ -27,11 +27,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <math_Vector.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_OutOfRange;
|
||||
class Standard_DimensionError;
|
||||
class Standard_ConstructionError;
|
||||
class math_Matrix;
|
||||
|
||||
|
||||
//! This class implements the least square solution of a set of
|
||||
|
@@ -27,8 +27,6 @@
|
||||
#include <math_Vector.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class math_Matrix;
|
||||
|
||||
|
||||
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <math_Vector.hxx>
|
||||
class StdFail_NotDone;
|
||||
class math_Function;
|
||||
|
||||
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class math_FunctionWithDerivative;
|
||||
|
||||
|
||||
|
@@ -28,10 +28,7 @@
|
||||
#include <math_IntegerVector.hxx>
|
||||
#include <math_Matrix.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_DimensionError;
|
||||
class math_FunctionSetWithDerivatives;
|
||||
class math_Matrix;
|
||||
|
||||
|
||||
|
||||
|
@@ -29,8 +29,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_DimensionError;
|
||||
class math_MultipleVarFunctionWithHessian;
|
||||
|
||||
|
||||
|
@@ -28,10 +28,7 @@
|
||||
#include <math_Status.hxx>
|
||||
#include <math_Matrix.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_DimensionError;
|
||||
class math_MultipleVarFunction;
|
||||
class math_Matrix;
|
||||
|
||||
|
||||
|
||||
|
@@ -27,9 +27,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_DimensionError;
|
||||
class math_Matrix;
|
||||
|
||||
|
||||
//! SVD implements the solution of a set of N linear equations
|
||||
|
@@ -26,9 +26,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_OutOfRange;
|
||||
class Standard_RangeError;
|
||||
|
||||
|
||||
//! This class implements the solutions of the equation
|
||||
|
@@ -27,9 +27,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_ConstructionError;
|
||||
class math_Matrix;
|
||||
|
||||
|
||||
//! This class implements a system resolution C*X = B with
|
||||
|
Reference in New Issue
Block a user