HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_PrimitiveFamilyMask.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: GA_PrimitiveFamilyMask.h ( GA Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __GA_PrimitiveFamilyMask__
12 #define __GA_PrimitiveFamilyMask__
13 
14 // Convenience family masks for grouping the factory types to allow for fast
15 // iteration and detection.
17 {
19 
20  GA_FAMILY_FACE = 0x00000001,
21  GA_FAMILY_CURVE = 0x00000002,
22  GA_FAMILY_HULL = 0x00000004,
23  GA_FAMILY_TPSURF = 0x00000008,
24  GA_FAMILY_QUADRIC = 0x00000010,
25  GA_FAMILY_META = 0x00000020,
27 
29 };
30 
31 #endif
GA_PrimitiveFamilyMask