0032951: Coding - get rid of unused headers [GeomConvert to IGESBasic]
[occt.git] / src / GeomFill / GeomFill_EvolvedSection.hxx
1 // Created on: 1998-08-17
2 // Created by: Philippe MANGIN
3 // Copyright (c) 1998-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 _GeomFill_EvolvedSection_HeaderFile
18 #define _GeomFill_EvolvedSection_HeaderFile
19
20 #include <Standard.hxx>
21 #include <Standard_Type.hxx>
22
23 #include <GeomFill_SectionLaw.hxx>
24 #include <TColgp_Array1OfPnt.hxx>
25 #include <TColStd_Array1OfReal.hxx>
26 #include <TColgp_Array1OfVec.hxx>
27 #include <Standard_Integer.hxx>
28 #include <TColStd_Array1OfInteger.hxx>
29 #include <GeomAbs_Shape.hxx>
30 class Geom_Curve;
31 class Law_Function;
32 class Geom_BSplineCurve;
33 class Geom_BSplineSurface;
34 class gp_Pnt;
35
36
37 class GeomFill_EvolvedSection;
38 DEFINE_STANDARD_HANDLE(GeomFill_EvolvedSection, GeomFill_SectionLaw)
39
40 //! Define an Constant Section Law
41 class GeomFill_EvolvedSection : public GeomFill_SectionLaw
42 {
43
44 public:
45
46   
47   //! Make an SectionLaw with a Curve and a real  Law.
48   Standard_EXPORT GeomFill_EvolvedSection(const Handle(Geom_Curve)& C, const Handle(Law_Function)& L);
49   
50   //! compute the section for v = param
51   Standard_EXPORT virtual Standard_Boolean D0 (const Standard_Real Param, TColgp_Array1OfPnt& Poles, TColStd_Array1OfReal& Weigths) Standard_OVERRIDE;
52   
53   //! compute the first  derivative in v direction  of the
54   //! section for v =  param
55   //! Warning : It used only for C1 or C2 approximation
56   Standard_EXPORT virtual Standard_Boolean D1 (const Standard_Real Param, TColgp_Array1OfPnt& Poles, TColgp_Array1OfVec& DPoles, TColStd_Array1OfReal& Weigths, TColStd_Array1OfReal& DWeigths) Standard_OVERRIDE;
57   
58   //! compute the second derivative  in v direction of the
59   //! section  for v = param
60   //! Warning : It used only for C2 approximation
61   Standard_EXPORT virtual Standard_Boolean D2 (const Standard_Real Param, TColgp_Array1OfPnt& Poles, TColgp_Array1OfVec& DPoles, TColgp_Array1OfVec& D2Poles, TColStd_Array1OfReal& Weigths, TColStd_Array1OfReal& DWeigths, TColStd_Array1OfReal& D2Weigths) Standard_OVERRIDE;
62   
63   //! give if possible an bspline Surface, like iso-v are the
64   //! section.  If it is  not possible  this methode have  to
65   //! get an Null Surface.  Is it the default implementation.
66   Standard_EXPORT virtual Handle(Geom_BSplineSurface) BSplineSurface() const Standard_OVERRIDE;
67   
68   //! get the format of an  section
69   Standard_EXPORT virtual void SectionShape (Standard_Integer& NbPoles, Standard_Integer& NbKnots, Standard_Integer& Degree) const Standard_OVERRIDE;
70   
71   //! get the Knots of the section
72   Standard_EXPORT virtual void Knots (TColStd_Array1OfReal& TKnots) const Standard_OVERRIDE;
73   
74   //! get the Multplicities of the section
75   Standard_EXPORT virtual void Mults (TColStd_Array1OfInteger& TMults) const Standard_OVERRIDE;
76   
77   //! Returns if the sections are rationnal or not
78   Standard_EXPORT virtual Standard_Boolean IsRational() const Standard_OVERRIDE;
79   
80   //! Returns if the sections are periodic or not
81   Standard_EXPORT virtual Standard_Boolean IsUPeriodic() const Standard_OVERRIDE;
82   
83   //! Returns if the law  isperiodic or not
84   Standard_EXPORT virtual Standard_Boolean IsVPeriodic() const Standard_OVERRIDE;
85   
86   //! Returns  the number  of  intervals for  continuity
87   //! <S>.
88   //! May be one if Continuity(me) >= <S>
89   Standard_EXPORT virtual Standard_Integer NbIntervals (const GeomAbs_Shape S) const Standard_OVERRIDE;
90   
91   //! Stores in <T> the  parameters bounding the intervals
92   //! of continuity <S>.
93   //!
94   //! The array must provide  enough room to  accommodate
95   //! for the parameters. i.e. T.Length() > NbIntervals()
96   Standard_EXPORT virtual void Intervals (TColStd_Array1OfReal& T, const GeomAbs_Shape S) const Standard_OVERRIDE;
97   
98   //! Sets the bounds of the parametric interval on
99   //! the function
100   //! This determines the derivatives in these values if the
101   //! function is not Cn.
102   Standard_EXPORT virtual void SetInterval (const Standard_Real First, const Standard_Real Last) Standard_OVERRIDE;
103   
104   //! Gets the bounds of the parametric interval on
105   //! the function
106   Standard_EXPORT virtual void GetInterval (Standard_Real& First, Standard_Real& Last) const Standard_OVERRIDE;
107   
108   //! Gets the bounds of the function parametric domain.
109   //! Warning: This domain it is  not modified by the
110   //! SetValue method
111   Standard_EXPORT virtual void GetDomain (Standard_Real& First, Standard_Real& Last) const Standard_OVERRIDE;
112   
113   //! Returns the tolerances associated at each poles to
114   //! reach  in approximation, to satisfy: BoundTol error
115   //! at the   Boundary  AngleTol tangent error  at  the
116   //! Boundary  (in radian)  SurfTol   error inside the
117   //! surface.
118   Standard_EXPORT virtual void GetTolerance (const Standard_Real BoundTol, const Standard_Real SurfTol, const Standard_Real AngleTol, TColStd_Array1OfReal& Tol3d) const Standard_OVERRIDE;
119   
120   //! Get the barycentre of Surface.
121   //! An   very  poor estimation is sufficient.
122   //! This information is useful to perform well
123   //! conditioned rational approximation.
124   //! Warning: Used only if <me> IsRational
125   Standard_EXPORT virtual gp_Pnt BarycentreOfSurf() const Standard_OVERRIDE;
126   
127   //! Returns the   length of the greater section. This
128   //! information is useful to G1's control.
129   //! Warning: With an little value, approximation can be slower.
130   Standard_EXPORT virtual Standard_Real MaximalSection() const Standard_OVERRIDE;
131   
132   //! Compute the minimal value of weight for each poles
133   //! in all  sections.
134   //! This information is  useful to control error
135   //! in rational approximation.
136   //! Warning: Used only if <me> IsRational
137   Standard_EXPORT virtual void GetMinimalWeight (TColStd_Array1OfReal& Weigths) const Standard_OVERRIDE;
138   
139   //! return True If the Law isConstant
140   Standard_EXPORT virtual Standard_Boolean IsConstant (Standard_Real& Error) const Standard_OVERRIDE;
141   
142   //! Return the constant Section if <me>  IsConstant.
143   Standard_EXPORT virtual Handle(Geom_Curve) ConstantSection() const Standard_OVERRIDE;
144
145
146
147
148   DEFINE_STANDARD_RTTIEXT(GeomFill_EvolvedSection,GeomFill_SectionLaw)
149
150 protected:
151
152
153
154
155 private:
156
157
158   Standard_Real First;
159   Standard_Real Last;
160   Handle(Geom_Curve) mySection;
161   Handle(Law_Function) myLaw;
162   Handle(Law_Function) TLaw;
163   Handle(Geom_BSplineCurve) myCurve;
164
165
166 };
167
168
169
170
171
172
173
174 #endif // _GeomFill_EvolvedSection_HeaderFile