![]() |
VR-Forces 4.8 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtMoveAlongRouteTimeEstimator |
| Performs time estimates for move along route with actions tasks. More... | |
| struct | DtMoveAlongRouteTimeEstimator::InputRoute |
| Structure for storing inputs describing the route to be followed and any actions to be taken while moving along it. More... | |
| struct | DtMoveAlongRouteTimeEstimator::OutputEstimates |
Functions | |
| DT_DLL_vrftasks std::ostream & | operator<< (std::ostream &, const DtMoveAlongRouteTimeEstimator::InputRoute &) |
| DT_DLL_vrftasks std::ostream & | operator<< (std::ostream &, const DtMoveAlongRouteTimeEstimator::OutputEstimates &) |
| void | processSetLocation (DtSetDataRequest *set, const DtVertexList &vertices, double position, DtMoveAlongRouteTimeEstimator *est) |
| These functions handle the standard sets that can affect the time estimates. More... | |
| void | processSetOrderedSpeed (DtSetDataRequest *set, const DtVertexList &vertices, double position, DtMoveAlongRouteTimeEstimator *est) |
| void | processSetCurrentSpeed (DtSetDataRequest *set, const DtVertexList &vertices, double position, DtMoveAlongRouteTimeEstimator *est) |
| void processSetLocation | ( | DtSetDataRequest * | set, |
| const DtVertexList & | vertices, | ||
| double | position, | ||
| DtMoveAlongRouteTimeEstimator * | est | ||
| ) |
These functions handle the standard sets that can affect the time estimates.
| void processSetOrderedSpeed | ( | DtSetDataRequest * | set, |
| const DtVertexList & | vertices, | ||
| double | position, | ||
| DtMoveAlongRouteTimeEstimator * | est | ||
| ) |
| void processSetCurrentSpeed | ( | DtSetDataRequest * | set, |
| const DtVertexList & | vertices, | ||
| double | position, | ||
| DtMoveAlongRouteTimeEstimator * | est | ||
| ) |
| DT_DLL_vrftasks std::ostream& operator<< | ( | std::ostream & | , |
| const DtMoveAlongRouteTimeEstimator::InputRoute & | |||
| ) |
| DT_DLL_vrftasks std::ostream& operator<< | ( | std::ostream & | , |
| const DtMoveAlongRouteTimeEstimator::OutputEstimates & | |||
| ) |