HDK
|
#include <GA_PrimCompat.h>
Public Member Functions | |
TypeMask () | |
TypeMask (value_type mask) | |
void | operator|= (const TypeMask &m) |
void | operator&= (const TypeMask &m) |
void | operator^= (const TypeMask &m) |
bool | operator== (const TypeMask &m) const |
bool | operator!= (const TypeMask &m) const |
void | save (UT_TokenString &token_string) const |
bool | setFromPrimitiveTypeMask (const GA_PrimitiveTypeMask &mask) |
operator GA_PrimitiveTypeMask () const | |
SYS_SAFE_BOOL | operator bool () const |
Static Public Member Functions | |
static TypeMask | fullMask () |
Friends | |
const TypeMask | operator| (const TypeMask &m1, const TypeMask &m2) |
const TypeMask | operator& (const TypeMask &m1, const TypeMask &m2) |
const TypeMask | operator^ (const TypeMask &m1, const TypeMask &m2) |
const TypeMask | operator~ (const TypeMask &m1) |
Definition at line 35 of file GA_PrimCompat.h.
|
inline |
Definition at line 38 of file GA_PrimCompat.h.
|
inlineexplicit |
Definition at line 39 of file GA_PrimCompat.h.
|
inlinestatic |
Definition at line 42 of file GA_PrimCompat.h.
|
inline |
Definition at line 66 of file GA_PrimCompat.h.
GA_PrimCompat::TypeMask::operator GA_PrimitiveTypeMask | ( | ) | const |
|
inline |
Definition at line 52 of file GA_PrimCompat.h.
Definition at line 46 of file GA_PrimCompat.h.
|
inline |
Definition at line 50 of file GA_PrimCompat.h.
Definition at line 48 of file GA_PrimCompat.h.
Definition at line 44 of file GA_PrimCompat.h.
void GA_PrimCompat::TypeMask::save | ( | UT_TokenString & | token_string | ) | const |
bool GA_PrimCompat::TypeMask::setFromPrimitiveTypeMask | ( | const GA_PrimitiveTypeMask & | mask | ) |
Convert from new-style primitive type mask to this old-style one. Avoid using if possible and modify the function that requires the mask as an argument, instead. Returns false
if it was unable to convert all the bits from the type mask into the old-school mask.
Definition at line 84 of file GA_PrimCompat.h.
Definition at line 90 of file GA_PrimCompat.h.
Definition at line 79 of file GA_PrimCompat.h.
Definition at line 95 of file GA_PrimCompat.h.