Package org.robwork.sdurw_pathplanners
Class PRMPlanner.ShortestPathSearchStrategy
- java.lang.Object
-
- org.robwork.sdurw_pathplanners.PRMPlanner.ShortestPathSearchStrategy
-
- Enclosing class:
- PRMPlanner
public static final class PRMPlanner.ShortestPathSearchStrategy extends java.lang.ObjectEnumeration for selecing the shortest path search strategy
-
-
Field Summary
Fields Modifier and Type Field Description static PRMPlanner.ShortestPathSearchStrategyA_STARUse A* to search for shortest path.static PRMPlanner.ShortestPathSearchStrategyDIJKSTRAUse Dijkstra to search for shortest path.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PRMPlanner.ShortestPathSearchStrategyswigToEnum(int swigValue)intswigValue()java.lang.StringtoString()
-
-
-
Field Detail
-
A_STAR
public static final PRMPlanner.ShortestPathSearchStrategy A_STAR
Use A* to search for shortest path.
-
DIJKSTRA
public static final PRMPlanner.ShortestPathSearchStrategy DIJKSTRA
Use Dijkstra to search for shortest path.
-
-
Method Detail
-
swigValue
public final int swigValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
swigToEnum
public static PRMPlanner.ShortestPathSearchStrategy swigToEnum(int swigValue)
-
-