HDK
|
Contains transitional objects to provide some backward compatibility for code that references old GEO primitive ids. New code should explicitly use either GA_Primitive::getTypeId() or GA_Primitive::getFamilyMask(), as appropriate. These transitional objects will be removed in the next major release. More...
Go to the source code of this file.
Namespaces | |
GEO_PrimTypeCompat | |
Functions | |
GEO_API int | GEO_PrimTypeCompat::getPrimType (const TypeMask &mask) |
GEO_API TypeMask | GEO_PrimTypeCompat::convertMaskFromFile (unsigned mask) |
Map from an old file bitfield to the compatibility type mask. More... | |
GEO_API unsigned | GEO_PrimTypeCompat::convertToFileFromMask (TypeMask mask) |
Inverse of convertMaskFromFile() More... | |
Contains transitional objects to provide some backward compatibility for code that references old GEO primitive ids. New code should explicitly use either GA_Primitive::getTypeId() or GA_Primitive::getFamilyMask(), as appropriate. These transitional objects will be removed in the next major release.
Definition in file GEO_PrimTypeCompat.h.