- C3d aggiornamento delle librerie ( 117931).
This commit is contained in:
SaraP
2022-12-16 15:24:30 +01:00
parent 4e8d0af1a3
commit c8860b2e96
51 changed files with 2319 additions and 886 deletions
+4 -2
View File
@@ -25,15 +25,17 @@
class MATH_CLASS MbConstFunction : public MbFunction {
public :
double value; ///< \ru Значение функции. \en The value of function.
double tmin; ///< \ru Начало области определения. \en Beginning of domain.
double tmax; ///< \ru Конец области определения. \en Ending of domain.
public :
MbConstFunction( double v ); ///< \ru Конструктор по значению. \en Constructor by the value.
MbConstFunction( double v, double t1 = 0.0, double t2 = 1.0 ); ///< \ru Конструктор по значению. \en Constructor by the value.
private:
MbConstFunction( const MbConstFunction & );
public :
virtual ~MbConstFunction();
public:
void Init ( double v ); ///< \ru Инициализация по значению. \en Initialization by the value.
void Init ( double v, double t1 = 0.0, double t2 = 1.0 ); ///< \ru Инициализация по значению. \en Initialization by the value.
public:
// \ru Общие функции математического объекта \en Common functions of mathematical object
MbeFunctionType IsA() const override; // \ru Тип элемента \en A type of element