The CModel1 class Rechenmodell Berechnet Daten durch Anwendung der hergeleiteten Formeln.
More...
#include <x410.h>
|
| static std::ofstream | get_output_stream (Format fmt) |
| | get_output_stream More...
|
| |
| template<class T > |
| static std::ofstream | get_output_stream (Format fmt, const T &id) |
| | get_output_stream More...
|
| |
| template<class T > |
| static void | save (const T &data, Format fmt) |
| | save Speicherung von Daten in eine Datei More...
|
| |
| template<class T , class ID > |
| static void | save (const T &data, Format fmt, const ID &id) |
| | save Speicherung von Daten in eine Datei More...
|
| |
| static std::string | class_name () |
| | class_name More...
|
| |
| const double | m1 |
| |
| const double | m2 |
| |
| const double | theta |
| |
| const double | mu |
| |
| void | set_result (Idx idx, double val) |
| | operator () einem Element wird ein Wert zugewiesen More...
|
| |
| void | set_result (const T &v) |
| | set_result allen Elementen werden Werte zugewiesen More...
|
| |
| void | set_result (std::initializer_list< double > lst) |
| | set_result allen Elementen werden Werte zugewiesen More...
|
| |
| void | set_result (std::unordered_map< Idx, double > args) |
| | set_result setze Werte über assoziativen Container More...
|
| |
The CModel1 class Rechenmodell Berechnet Daten durch Anwendung der hergeleiteten Formeln.
Definition at line 53 of file x410.h.
◆ apply()
| void nmx::apps::x410::CModel1::apply |
( |
| ) |
|
|
inline |
exec Berechnung und Speicherung der Normalkräfte und der Beschleunigungen
- Parameters
-
Definition at line 103 of file x410.h.
The documentation for this class was generated from the following file: