HDK
|
#include <GA_EdgeGroup.h>
Public Types | |
using | PairType = std::pair< PrimEdge, EdgeList::iterator > |
Static Public Member Functions | |
static SYS_FORCE_INLINE void | clear (PairType &v) |
static SYS_FORCE_INLINE void | clear (PrimEdge &v) |
static SYS_FORCE_INLINE bool | isClear (const PairType &v) |
static SYS_FORCE_INLINE bool | isClear (const PrimEdge &v) |
An overload for when there's only a key. More... | |
static SYS_FORCE_INLINE void | clearConstruct (PairType *p) |
static SYS_FORCE_INLINE void | clearConstruct (PrimEdge *p) |
Static Public Attributes | |
static const bool | clearNeedsDestruction = false |
Definition at line 85 of file GA_EdgeGroup.h.
using GA_EdgeGroup::PrimEdge::Clearer::PairType = std::pair<PrimEdge,EdgeList::iterator> |
Definition at line 87 of file GA_EdgeGroup.h.
|
inlinestatic |
Definition at line 88 of file GA_EdgeGroup.h.
|
inlinestatic |
Definition at line 93 of file GA_EdgeGroup.h.
|
inlinestatic |
Definition at line 109 of file GA_EdgeGroup.h.
|
inlinestatic |
Definition at line 110 of file GA_EdgeGroup.h.
|
inlinestatic |
Only need to actually check the key, even though clear and clearConstruct will clear both.
Definition at line 100 of file GA_EdgeGroup.h.
|
inlinestatic |
An overload for when there's only a key.
Definition at line 105 of file GA_EdgeGroup.h.
|
static |
Definition at line 112 of file GA_EdgeGroup.h.