0031668: Visualization - WebGL sample doesn't work on Emscripten 1.39
[occt.git] / src / Geom2dGcc / Geom2dGcc_FunctionTanCuCuOnCu.hxx
1 // Created on: 1991-05-13
2 // Created by: Laurent PAINNOT
3 // Copyright (c) 1991-1999 Matra Datavision
4 // Copyright (c) 1999-2014 OPEN CASCADE SAS
5 //
6 // This file is part of Open CASCADE Technology software library.
7 //
8 // This library is free software; you can redistribute it and/or modify it under
9 // the terms of the GNU Lesser General Public License version 2.1 as published
10 // by the Free Software Foundation, with special exception defined in the file
11 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 // distribution for complete text of the license and disclaimer of any warranty.
13 //
14 // Alternatively, this file may be used under the terms of Open CASCADE
15 // commercial license or contractual agreement.
16
17 #ifndef _Geom2dGcc_FunctionTanCuCuOnCu_HeaderFile
18 #define _Geom2dGcc_FunctionTanCuCuOnCu_HeaderFile
19
20 #include <Standard.hxx>
21 #include <Standard_DefineAlloc.hxx>
22 #include <Standard_Handle.hxx>
23
24 #include <Geom2dAdaptor_Curve.hxx>
25 #include <gp_Circ2d.hxx>
26 #include <gp_Lin2d.hxx>
27 #include <gp_Pnt2d.hxx>
28 #include <Standard_Real.hxx>
29 #include <Geom2dGcc_Type2.hxx>
30 #include <math_FunctionSetWithDerivatives.hxx>
31 #include <math_Vector.hxx>
32 #include <Standard_Integer.hxx>
33 #include <Standard_Boolean.hxx>
34 class Standard_ConstructionError;
35 class Geom2dAdaptor_Curve;
36 class gp_Circ2d;
37 class gp_Lin2d;
38 class gp_Pnt2d;
39 class gp_Vec2d;
40 class math_Matrix;
41
42
43 //! This abstract class describes a set on N Functions of
44 //! M independant variables.
45 class Geom2dGcc_FunctionTanCuCuOnCu  : public math_FunctionSetWithDerivatives
46 {
47 public:
48
49   DEFINE_STANDARD_ALLOC
50
51   
52   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const Geom2dAdaptor_Curve& C1, const Geom2dAdaptor_Curve& C2, const gp_Circ2d& OnCi, const Standard_Real Rad);
53   
54   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const gp_Circ2d& C1, const Geom2dAdaptor_Curve& C2, const gp_Circ2d& OnCi, const Standard_Real Rad);
55   
56   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const gp_Lin2d& L1, const Geom2dAdaptor_Curve& C2, const gp_Circ2d& OnCi, const Standard_Real Rad);
57   
58   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const Geom2dAdaptor_Curve& C1, const gp_Pnt2d& P2, const gp_Circ2d& OnCi, const Standard_Real Rad);
59   
60   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const Geom2dAdaptor_Curve& C1, const Geom2dAdaptor_Curve& C2, const gp_Lin2d& OnLi, const Standard_Real Rad);
61   
62   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const gp_Circ2d& C1, const Geom2dAdaptor_Curve& C2, const gp_Lin2d& OnLi, const Standard_Real Rad);
63   
64   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const gp_Lin2d& L1, const Geom2dAdaptor_Curve& C2, const gp_Lin2d& OnLi, const Standard_Real Rad);
65   
66   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const Geom2dAdaptor_Curve& C1, const gp_Pnt2d& P2, const gp_Lin2d& OnLi, const Standard_Real Rad);
67   
68   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const Geom2dAdaptor_Curve& C1, const Geom2dAdaptor_Curve& C2, const Geom2dAdaptor_Curve& OnCu, const Standard_Real Rad);
69   
70   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const gp_Circ2d& C1, const Geom2dAdaptor_Curve& C2, const Geom2dAdaptor_Curve& OnCu, const Standard_Real Rad);
71   
72   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const gp_Lin2d& L1, const Geom2dAdaptor_Curve& C2, const Geom2dAdaptor_Curve& OnCu, const Standard_Real Rad);
73   
74   Standard_EXPORT Geom2dGcc_FunctionTanCuCuOnCu(const Geom2dAdaptor_Curve& C1, const gp_Pnt2d& P1, const Geom2dAdaptor_Curve& OnCu, const Standard_Real Rad);
75   
76   Standard_EXPORT void InitDerivative (const math_Vector& X, gp_Pnt2d& Point1, gp_Pnt2d& Point2, gp_Pnt2d& Point3, gp_Vec2d& Tan1, gp_Vec2d& Tan2, gp_Vec2d& Tan3, gp_Vec2d& D21, gp_Vec2d& D22, gp_Vec2d& D23);
77   
78   //! Returns the number of variables of the function.
79   Standard_EXPORT Standard_Integer NbVariables() const;
80   
81   //! Returns the number of equations of the function.
82   Standard_EXPORT Standard_Integer NbEquations() const;
83   
84   //! Computes the values of the Functions for the variable <X>.
85   Standard_EXPORT Standard_Boolean Value (const math_Vector& X, math_Vector& F);
86   
87   //! Returns the values of the derivatives for the variable <X>.
88   Standard_EXPORT Standard_Boolean Derivatives (const math_Vector& X, math_Matrix& D);
89   
90   //! Returns the values of the functions and the derivatives
91   //! for the variable <X>.
92   Standard_EXPORT Standard_Boolean Values (const math_Vector& X, math_Vector& F, math_Matrix& D);
93
94
95
96
97 protected:
98
99
100
101
102
103 private:
104
105
106
107   Geom2dAdaptor_Curve Curv1;
108   Geom2dAdaptor_Curve Curv2;
109   gp_Circ2d Circ1;
110   gp_Lin2d Lin1;
111   gp_Pnt2d Pnt2;
112   gp_Circ2d Circon;
113   gp_Lin2d Linon;
114   Geom2dAdaptor_Curve Curvon;
115   Standard_Real FirstRad;
116   Geom2dGcc_Type2 TheType;
117
118
119 };
120
121
122
123
124
125
126
127 #endif // _Geom2dGcc_FunctionTanCuCuOnCu_HeaderFile