Cumulative time profile returned by s_to_t_topp2. More...
#include <interpolation.hpp>
Public Attributes | |
| double | t_final = 0.0 |
| std::vector< double > | t_s |
Cumulative time profile returned by s_to_t_topp2.
t_s[i] is the time at station s[i]; t_final is equal to the last entry of t_s on success.
Definition at line 114 of file interpolation.hpp.
| double copp::interpolation::TimeProfile::t_final = 0.0 |
Definition at line 116 of file interpolation.hpp.
| std::vector<double> copp::interpolation::TimeProfile::t_s |
Definition at line 117 of file interpolation.hpp.