|
SYS_FORCE_INLINE | GA_PrimitiveP_T () |
|
SYS_FORCE_INLINE | GA_PrimitiveP_T (DetailT *detail, GA_Offset offset) |
|
template<typename OtherPrimT , typename OtherDetailT > |
SYS_FORCE_INLINE | GA_PrimitiveP_T (const GA_PrimitiveP_T< OtherPrimT, OtherDetailT > &that) |
|
SYS_FORCE_INLINE | GA_PrimitiveP_T (PrimT *that) |
|
template<typename OtherPrimT , typename OtherDetailT > |
SYS_FORCE_INLINE GA_PrimitiveP_T & | operator= (const GA_PrimitiveP_T< OtherPrimT, OtherDetailT > &that) |
|
SYS_FORCE_INLINE GA_PrimitiveP_T & | operator= (PrimT *that) |
|
template<typename OtherPrimT , typename OtherDetailT > |
SYS_FORCE_INLINE bool | operator== (const GA_PrimitiveP_T< OtherPrimT, OtherDetailT > &that) const |
|
template<typename OtherPrimT , typename OtherDetailT > |
SYS_FORCE_INLINE bool | operator!= (const GA_PrimitiveP_T< OtherPrimT, OtherDetailT > &that) const |
|
SYS_FORCE_INLINE bool | operator== (const PrimT *that) const |
|
SYS_FORCE_INLINE bool | operator!= (const PrimT *that) const |
|
SYS_FORCE_INLINE SYS_SAFE_BOOL | operator bool () const |
|
SYS_FORCE_INLINE bool | operator! () const |
|
SYS_FORCE_INLINE PrimT & | operator* () const |
|
SYS_FORCE_INLINE PrimT * | operator-> () const |
|
SYS_FORCE_INLINE | operator PrimT * () const |
|
template<typename OtherPrimT > |
SYS_FORCE_INLINE OtherPrimT | castPtr () const |
|
SYS_FORCE_INLINE DetailT * | detail () const |
|
SYS_FORCE_INLINE DetailT & | detailRef () const |
|
SYS_FORCE_INLINE GA_Offset | offset () const |
|
void | set (DetailT *detail, GA_Offset offset) |
|
SYS_FORCE_INLINE int | getTypeId () const |
|
SYS_FORCE_INLINE
GA_PrimCompat::TypeMask | getPrimitiveId () const |
|
SYS_FORCE_INLINE bool | isClosed () const |
|
template<typename PrimT, typename DetailT>
class GA_PrimitiveP_T< PrimT, DetailT >
Definition at line 24 of file GA_PrimitiveP.h.