summaryrefslogtreecommitdiff
path: root/inc/Law_S.hxx
blob: 058106bd7325d78c3a9774d07a1e95763faffd91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _Law_S_HeaderFile
#define _Law_S_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_Law_S_HeaderFile
#include <Handle_Law_S.hxx>
#endif

#ifndef _Law_BSpFunc_HeaderFile
#include <Law_BSpFunc.hxx>
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif


//! Describes an "S" evolution law. <br>
class Law_S : public Law_BSpFunc {

public:

  //! Constructs an empty "S" evolution law. <br>
  Standard_EXPORT   Law_S();
  
//! Defines this S evolution law by assigning both: <br>
//! -   the bounds Pdeb and Pfin of the parameter, and <br>
//! -   the values Valdeb and Valfin of the function at these <br>
//!   two parametric bounds. <br>
//! The function is assumed to have the first derivatives <br>
//! equal to 0 at the two parameter points Pdeb and Pfin. <br>
  Standard_EXPORT     void Set(const Standard_Real Pdeb,const Standard_Real Valdeb,const Standard_Real Pfin,const Standard_Real Valfin) ;
  //! Defines this S evolution law by assigning <br>
//! -   the bounds Pdeb and Pfin of the parameter, <br>
//! -   the values Valdeb and Valfin of the function at these <br>
//!   two parametric bounds, and <br>
//! -   the values Ddeb and Dfin of the first derivative of the <br>
//!   function at these two parametric bounds. <br>
  Standard_EXPORT     void Set(const Standard_Real Pdeb,const Standard_Real Valdeb,const Standard_Real Ddeb,const Standard_Real Pfin,const Standard_Real Valfin,const Standard_Real Dfin) ;




  DEFINE_STANDARD_RTTI(Law_S)

protected:




private: 




};





// other Inline functions and methods (like "C++: function call" methods)


#endif