HDK
|
#include <GU_PathFinder.h>
Public Member Functions | |
gu_EdgeRingCost ()=default | |
gu_EdgeRingCost (const GU_PathSHedge &sh, GU_PathHedge::Interface *dhip) | |
gu_EdgeRingCost (fpreal len, int bends) | |
gu_EdgeRingCost (const gu_EdgeRingCost &c)=default | |
SYS_FORCE_INLINE void | zero () |
SYS_FORCE_INLINE void | unset () |
SYS_FORCE_INLINE bool | isSet () |
SYS_FORCE_INLINE bool | operator> (const gu_EdgeRingCost &c) const |
gu_EdgeRingCost & | operator= (const gu_EdgeRingCost &c)=default |
SYS_FORCE_INLINE const gu_EdgeRingCost & | operator+= (const gu_EdgeRingCost &c) |
SYS_FORCE_INLINE fpreal | getLength () |
Static Public Member Functions | |
static SYS_FORCE_INLINE gu_EdgeRingCost | turnCost (GU_PathHedge::Interface *dhip, const GU_PathSHedge &from_sh, const GU_PathSHedge &to_sh, const GU_EdgeSuccessor &successors) |
Definition at line 594 of file GU_PathFinder.h.
|
default |
|
inline |
Definition at line 598 of file GU_PathFinder.h.
Definition at line 603 of file GU_PathFinder.h.
|
default |
|
inline |
Definition at line 682 of file GU_PathFinder.h.
|
inline |
Definition at line 620 of file GU_PathFinder.h.
|
inline |
Definition at line 635 of file GU_PathFinder.h.
|
default |
|
inline |
Definition at line 623 of file GU_PathFinder.h.
|
inlinestatic |
Definition at line 644 of file GU_PathFinder.h.
|
inline |
Definition at line 617 of file GU_PathFinder.h.
|
inline |
Definition at line 610 of file GU_PathFinder.h.