Open CASCADE Technology 6.6.0
Public Member Functions
Law_S Class Reference

Describes an "S" evolution law.

#include <Law_S.hxx>

Inheritance diagram for Law_S:
Inheritance graph
[legend]

Public Member Functions

 Law_S ()
 Constructs an empty "S" evolution law.

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 both:

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)
 Defines this S evolution law by assigning


Constructor & Destructor Documentation

Law_S::Law_S ( )

Member Function Documentation

void Law_S::Set ( const Standard_Real  Pdeb,
const Standard_Real  Valdeb,
const Standard_Real  Pfin,
const Standard_Real  Valfin 
)
  • the bounds Pdeb and Pfin of the parameter, and
  • the values Valdeb and Valfin of the function at these
    two parametric bounds.
    The function is assumed to have the first derivatives
    equal to 0 at the two parameter points Pdeb and Pfin.
void Law_S::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 
)
  • the bounds Pdeb and Pfin of the parameter,
  • the values Valdeb and Valfin of the function at these
    two parametric bounds, and
  • the values Ddeb and Dfin of the first derivative of the
    function at these two parametric bounds.

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines