The X1800 class Masse im Gleichgewicht befestigt an einem System mit drei Seilen.
More...
#include <x1800.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...
|
| |
| 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 X1800 class Masse im Gleichgewicht befestigt an einem System mit drei Seilen.
Definition at line 20 of file x1800.h.
◆ X1800()
| nmx::apps::x1800::X1800::X1800 |
( |
double |
mass, |
|
|
double |
phi |
|
) |
| |
|
inline |
◆ tension()
| double nmx::apps::x1800::X1800::tension |
( |
Idx |
idx | ) |
const |
|
inline |
tension lese Seilspannung über Index (Aufzählung)
- Parameters
-
| idx | der Index (Element der Aufzählung) |
- Returns
- die Seilspannung
Definition at line 54 of file x1800.h.
◆ weight()
| double nmx::apps::x1800::X1800::weight |
( |
| ) |
const |
|
inline |
weight Zugriff auf das intern gespeicherte Gewicht
- Returns
- das Gewicht
Definition at line 47 of file x1800.h.
◆ mass
| const double nmx::apps::x1800::X1800::mass |
◆ phi
| const double nmx::apps::x1800::X1800::phi |
The documentation for this class was generated from the following file: