HDK
|
#include <GU_PathFinder.h>
Public Member Functions | |
gu_EdgeLoopCost ()=default | |
gu_EdgeLoopCost (const GU_PathSHedge &sh, GU_PathHedge::Interface *dhip) | |
gu_EdgeLoopCost (fpreal len, int bends) | |
gu_EdgeLoopCost (const gu_EdgeLoopCost &c) | |
SYS_FORCE_INLINE void | zero () |
SYS_FORCE_INLINE void | unset () |
SYS_FORCE_INLINE bool | isSet () |
SYS_FORCE_INLINE bool | operator> (const gu_EdgeLoopCost &c) const |
gu_EdgeLoopCost & | operator= (const gu_EdgeLoopCost &c)=default |
SYS_FORCE_INLINE const gu_EdgeLoopCost & | operator+= (const gu_EdgeLoopCost &c) |
SYS_FORCE_INLINE fpreal | getLength () |
Static Public Member Functions | |
static SYS_FORCE_INLINE gu_EdgeLoopCost | turnCost (GU_PathHedge::Interface *dhip, const GU_PathSHedge &from_sh, const GU_PathSHedge &to_sh, const GU_EdgeSuccessor &successors) |
Definition at line 495 of file GU_PathFinder.h.
|
default |
|
inline |
Definition at line 499 of file GU_PathFinder.h.
Definition at line 504 of file GU_PathFinder.h.
|
inline |
Definition at line 507 of file GU_PathFinder.h.
|
inline |
Definition at line 581 of file GU_PathFinder.h.
|
inline |
Definition at line 522 of file GU_PathFinder.h.
|
inline |
Definition at line 537 of file GU_PathFinder.h.
|
default |
|
inline |
Definition at line 525 of file GU_PathFinder.h.
|
inlinestatic |
Definition at line 546 of file GU_PathFinder.h.
|
inline |
Definition at line 519 of file GU_PathFinder.h.
|
inline |
Definition at line 512 of file GU_PathFinder.h.