VIPRA Documentation
Loading...
Searching...
No Matches
VIPRA::Goals::AStar Member List

This is the complete list of members for VIPRA::Goals::AStar, including all inherited members.

change_end_goal(VIPRA::idx pedIdx, VIPRA::f3d currPos, VIPRA::f3d goalPos, VIPRA::Random::Engine &engine) (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinline
config(Parameters &paramIn, VIPRA::Random::Engine &engine)VIPRA::Modules::Module< AStar >
current_goal(VIPRA::idx pedIdx) const -> VIPRA::f3d const & (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinline
current_goals() const -> const VIPRA::f3dVec & (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinline
end_goal(VIPRA::idx pedIdx) const -> VIPRA::f3d const & (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinline
end_goals() const -> const VIPRA::f3dVec & (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinline
Goals()=default (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goals
Goals(const Goals &)=default (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goals
Goals(Goals &&) noexcept=default (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goals
initialize(VIPRA::Modules::Pedestrians const &pedset, VIPRA::Modules::Map const &map, VIPRA::Random::Engine &engine) (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinline
is_goal_met(VIPRA::idx pedIdx) const -> bool (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinline
is_sim_goal_met() const -> bool (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinline
operator=(const Goals &) -> Goals &=default (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goals
operator=(Goals &&) noexcept -> Goals &=default (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goals
register_params(Parameters &paramIn)VIPRA::Modules::Module< AStar >
set_current_goal(VIPRA::idx pedIdx, VIPRA::f3d pos) (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinlineprotected
set_end_goal(VIPRA::idx pedIdx, VIPRA::f3d pos) (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinlineprotected
set_goal_met(VIPRA::idx pedIdx, bool met) (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinlineprotected
time_since_last_goal(VIPRA::idx pedIdx) const -> VIPRA::f_pnt (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinline
update(Modules::Pedestrians const &pedset, Modules::Map const &map, VIPRA::delta_t deltaT) (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsinline
VIPRA_GOALS_CHANGE_GOAL (defined in VIPRA::Goals::AStar)VIPRA::Goals::AStar
VIPRA_GOALS_INIT_STEP (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goals
VIPRA_GOALS_NEXT_GOAL (defined in VIPRA::Goals::AStar)VIPRA::Goals::AStar
VIPRA_GOALS_RESET (defined in VIPRA::Goals::AStar)VIPRA::Goals::AStar
VIPRA_GOALS_UPDATE_STEP (defined in VIPRA::Goals::AStar)VIPRA::Goals::AStar
VIPRA_REGISTER_PARAMS(VIPRA_PARAM("endGoalType", _endGoalType), VIPRA_PARAM("goalRange", _goalRange), VIPRA_PARAM("gridSize", _gridSize), VIPRA_PARAM("closestObstacle", _closestObstacle), VIPRA_PARAM("pathSmoothing", _pathEpsilon)) VIPRA_GOALS_INIT_STEP (defined in VIPRA::Goals::AStar)VIPRA::Goals::AStar
~Goals()=default (defined in VIPRA::Modules::Goals)VIPRA::Modules::Goalsvirtual