Uses of Class
cz.cuni.amis.pogamut.ut2004.agent.module.sensor.NavigationGraphBuilder

Packages that use NavigationGraphBuilder
cz.cuni.amis.pogamut.ut2004.agent.navigation Navigation API for Unreal. 
cz.cuni.amis.pogamut.ut2004.bot.impl   
 

Uses of NavigationGraphBuilder in cz.cuni.amis.pogamut.ut2004.agent.navigation
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.navigation with parameters of type NavigationGraphBuilder
protected  void UT2004MapTweaks.tweak_DM_1on1_Albatross(NavigationGraphBuilder builder)
           
protected  void UT2004MapTweaks.tweak_DM_1on1_Roughinery_FPS(NavigationGraphBuilder builder)
           
protected  void UT2004MapTweaks.tweak_DM_1on1_Trite(NavigationGraphBuilder builder)
           
 void UT2004MapTweaks.tweak(NavigationGraphBuilder builder)
           
 void UT2004MapTweaks.IMapTweak.tweak(NavigationGraphBuilder builder)
           
 

Constructors in cz.cuni.amis.pogamut.ut2004.agent.navigation with parameters of type NavigationGraphBuilder
UT2004PathAutoFixer(UT2004Bot bot, IUT2004PathExecutor<? extends ILocated> pathExecutor, FloydWarshallMap fwMap, UT2004AStar aStar, NavigationGraphBuilder navBuilder)
          UT2004PathAutoFixer will remove edge whenever bot fails UT2004PathAutoFixer.REAMOVE_EDGE_AFTER_N_FAILURES_DEFAULT times to walk through it.
UT2004PathAutoFixer(UT2004Bot bot, IUT2004PathExecutor<? extends ILocated> pathExecutor, FloydWarshallMap fwMap, UT2004AStar aStar, NavigationGraphBuilder navBuilder, int removeBadEdgeAfterNFailures)
          UT2004PathAutoFixer will remove edge whenever bot fails 'removeBadEdgeAfterNFailures' times to walk through it.
 

Uses of NavigationGraphBuilder in cz.cuni.amis.pogamut.ut2004.bot.impl
 

Fields in cz.cuni.amis.pogamut.ut2004.bot.impl declared as NavigationGraphBuilder
protected  NavigationGraphBuilder UT2004BotModuleController.navBuilder
          Navigation graph builder that may be used to manually extend the navigation graph of the UT2004.
 

Methods in cz.cuni.amis.pogamut.ut2004.bot.impl that return NavigationGraphBuilder
 NavigationGraphBuilder UT2004BotModuleController.getNavBuilder()
           
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.