- C3D aggiornamento libreria

This commit is contained in:
SaraP
2021-04-30 17:06:43 +02:00
parent d5ef7c6260
commit 35f0ea2af4
122 changed files with 2842 additions and 1096 deletions
+5
View File
@@ -89,6 +89,11 @@ public:
virtual void SetLimitValue( size_t n, double newValue ); // \ru Установить значение на конце ( 1 - в начале, 2 - в конце) \en Set the value at the end (1 - at beginning, 2 - at ending)
virtual double GetLimitValue( size_t n ) const; // \ru Дать значение на конце ( 1 - в начале, 2 - в конце) \en Get the value at the end (1 - at beginning, 2 - at ending)
double GetOrigin() const { return origin; } ///< \ru Выдать начальное значение. \en Get start value.
void SetOrigin( double p ) { origin = p; } ///< \ru Изменить начальное значение. \en Set start value.
double GetAmplitude() const { return amplitude; } ///< \ru Выдать амплитуду. \en Get amplitude.
void SetAmplitude( double a ) { amplitude = a; } ///< \ru Изменить амплитуду. \en Set amplitude.
private:
void operator = ( const MbSinusFunction & ); // \ru Не реализовано \en Not implemented