|
Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
|
#include <SolverDialog.h>
Public Member Functions | |
| SolverDialog (const ProblemRouter *router, Physics::PhysicsBody *body, QWidget *parent=nullptr) | |
| std::unordered_map< std::string, double > | getCollectedKnowns () const |
| std::string | getTargetUnknown () const |
Definition at line 14 of file SolverDialog.h.
| SolverDialog::SolverDialog | ( | const ProblemRouter * | router, |
| Physics::PhysicsBody * | body, | ||
| QWidget * | parent = nullptr |
||
| ) |
Definition at line 15 of file SolverDialog.cpp.
| std::unordered_map< std::string, double > SolverDialog::getCollectedKnowns | ( | ) | const |
Definition at line 83 of file SolverDialog.cpp.
| std::string SolverDialog::getTargetUnknown | ( | ) | const |
Definition at line 79 of file SolverDialog.cpp.