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

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

Detailed Description

Definition at line 594 of file GU_PathFinder.h.

Constructor & Destructor Documentation

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

Definition at line 598 of file GU_PathFinder.h.

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

Definition at line 603 of file GU_PathFinder.h.

gu_EdgeRingCost::gu_EdgeRingCost ( const gu_EdgeRingCost c)
default

Member Function Documentation

SYS_FORCE_INLINE fpreal gu_EdgeRingCost::getLength ( )
inline

Definition at line 682 of file GU_PathFinder.h.

SYS_FORCE_INLINE bool gu_EdgeRingCost::isSet ( )
inline

Definition at line 620 of file GU_PathFinder.h.

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

Definition at line 635 of file GU_PathFinder.h.

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

Definition at line 623 of file GU_PathFinder.h.

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

Definition at line 644 of file GU_PathFinder.h.

SYS_FORCE_INLINE void gu_EdgeRingCost::unset ( )
inline

Definition at line 617 of file GU_PathFinder.h.

SYS_FORCE_INLINE void gu_EdgeRingCost::zero ( )
inline

Definition at line 610 of file GU_PathFinder.h.


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