HDK
|
#include <GU_PathFinder.h>
Public Member Functions | |
gu_ShortestPathCost ()=default | |
gu_ShortestPathCost (fpreal l) | |
gu_ShortestPathCost (const GU_PathSHedge &sh, GU_PathHedge::Interface *dhip) | |
gu_ShortestPathCost (const gu_ShortestPathCost &c)=default | |
SYS_FORCE_INLINE void | zero () |
SYS_FORCE_INLINE void | unset () |
SYS_FORCE_INLINE bool | isSet () |
SYS_FORCE_INLINE bool | operator> (const gu_ShortestPathCost &c) const |
SYS_FORCE_INLINE gu_ShortestPathCost & | operator= (const gu_ShortestPathCost &c)=default |
SYS_FORCE_INLINE const gu_ShortestPathCost & | operator+= (const gu_ShortestPathCost &c) |
SYS_FORCE_INLINE fpreal | getLength () |
Static Public Member Functions | |
static SYS_FORCE_INLINE gu_ShortestPathCost | turnCost (GU_PathHedge::Interface *dhip, const GU_PathSHedge &from_sh, const GU_PathSHedge &to_sh, const GU_EdgeSuccessor &exits) |
Definition at line 441 of file GU_PathFinder.h.
|
default |
|
inlineexplicit |
Definition at line 445 of file GU_PathFinder.h.
|
inline |
Definition at line 447 of file GU_PathFinder.h.
|
default |
|
inline |
Definition at line 489 of file GU_PathFinder.h.
|
inline |
Definition at line 461 of file GU_PathFinder.h.
|
inline |
Definition at line 472 of file GU_PathFinder.h.
|
default |
|
inline |
Definition at line 464 of file GU_PathFinder.h.
|
inlinestatic |
Definition at line 480 of file GU_PathFinder.h.
|
inline |
Definition at line 458 of file GU_PathFinder.h.
|
inline |
Definition at line 455 of file GU_PathFinder.h.