#include <simulation_timer.h>
◆ SimulationTimer() [1/2]
| SimulationTimer::SimulationTimer |
( |
| ) |
|
|
default |
◆ SimulationTimer() [2/2]
| SimulationTimer::SimulationTimer |
( |
double | step_size | ) |
|
|
inlineexplicit |
◆ get_increment()
| unsigned int SimulationTimer::get_increment |
( |
| ) |
const |
|
inlinenodiscard |
◆ get_time()
| double SimulationTimer::get_time |
( |
| ) |
const |
|
inlinenodiscard |
◆ get_timestep()
| double SimulationTimer::get_timestep |
( |
| ) |
const |
|
inlinenodiscard |
◆ increment() [1/2]
| void SimulationTimer::increment |
( |
| ) |
|
|
inline |
◆ increment() [2/2]
| void SimulationTimer::increment |
( |
double | step_size | ) |
|
|
inline |
◆ reset()
| void SimulationTimer::reset |
( |
| ) |
|
|
inline |
◆ set_increment()
| void SimulationTimer::set_increment |
( |
unsigned int | increment | ) |
|
|
inline |
◆ set_time()
| void SimulationTimer::set_time |
( |
double | time | ) |
|
|
inline |
◆ set_timestep()
| void SimulationTimer::set_timestep |
( |
double | step_size | ) |
|
|
inline |
◆ current_increment
| unsigned int SimulationTimer::current_increment = 0 |
|
private |
◆ current_time
| double SimulationTimer::current_time = 0.0 |
|
private |
◆ time_step_size
| double SimulationTimer::time_step_size = 0.0 |
|
private |
The documentation for this class was generated from the following file: