Extern :
- C3d aggiornamento delle librerie ( 117931).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user