HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gu_EdgeLoopCost Class Reference

#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_EdgeLoopCostoperator= (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)
 

Detailed Description

Definition at line 499 of file GU_PathFinder.h.

Constructor & Destructor Documentation

gu_EdgeLoopCost::gu_EdgeLoopCost ( )
default
gu_EdgeLoopCost::gu_EdgeLoopCost ( const GU_PathSHedge sh,
GU_PathHedge::Interface dhip 
)
inline

Definition at line 503 of file GU_PathFinder.h.

gu_EdgeLoopCost::gu_EdgeLoopCost ( fpreal  len,
int  bends 
)
inline

Definition at line 508 of file GU_PathFinder.h.

gu_EdgeLoopCost::gu_EdgeLoopCost ( const gu_EdgeLoopCost c)
inline

Definition at line 511 of file GU_PathFinder.h.

Member Function Documentation

SYS_FORCE_INLINE fpreal gu_EdgeLoopCost::getLength ( )
inline

Definition at line 585 of file GU_PathFinder.h.

SYS_FORCE_INLINE bool gu_EdgeLoopCost::isSet ( )
inline

Definition at line 526 of file GU_PathFinder.h.

SYS_FORCE_INLINE const gu_EdgeLoopCost& gu_EdgeLoopCost::operator+= ( const gu_EdgeLoopCost c)
inline

Definition at line 541 of file GU_PathFinder.h.

gu_EdgeLoopCost& gu_EdgeLoopCost::operator= ( const gu_EdgeLoopCost c)
default
SYS_FORCE_INLINE bool gu_EdgeLoopCost::operator> ( const gu_EdgeLoopCost c) const
inline

Definition at line 529 of file GU_PathFinder.h.

static SYS_FORCE_INLINE gu_EdgeLoopCost gu_EdgeLoopCost::turnCost ( GU_PathHedge::Interface dhip,
const GU_PathSHedge from_sh,
const GU_PathSHedge to_sh,
const GU_EdgeSuccessor successors 
)
inlinestatic

Definition at line 550 of file GU_PathFinder.h.

SYS_FORCE_INLINE void gu_EdgeLoopCost::unset ( )
inline

Definition at line 523 of file GU_PathFinder.h.

SYS_FORCE_INLINE void gu_EdgeLoopCost::zero ( )
inline

Definition at line 516 of file GU_PathFinder.h.


The documentation for this class was generated from the following file: