#include <TimedResult.hpp>
|
| TimedResult (const ompl::geometric::PathGeometric &trajectory=ompl::geometric::PathGeometric(global::settings.ompl.space_info), double time=0) |
|
void | start () |
| Starts the timer. More...
|
|
void | reset () |
| Stops the timer and sets elapsed time to zero. More...
|
|
double | stop () |
| Stops the timer. More...
|
|
double | elapsed () const |
| Elapsed time in seconds. More...
|
|
void | resume () |
| Continues the stop watch from when it was stopped. More...
|
|
◆ TimedResult()
TimedResult::TimedResult |
( |
const ompl::geometric::PathGeometric & |
trajectory = ompl::geometric::PathGeometric(global::settings.ompl.space_info) , |
|
|
double |
time = 0 |
|
) |
| |
|
inlineexplicit |
◆ status
ob::PlannerStatus TimedResult::status |
◆ trajectory
ompl::geometric::PathGeometric TimedResult::trajectory |
The documentation for this class was generated from the following file: