HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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.
16
enum
GA_PrimitiveFamilyMask
17
{
18
GA_FAMILY_NONE
= 0,
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,
26
GA_FAMILY_VOLUMEELEMENT
= 0x00000040,
27
28
GA_FAMILY_SPLINE
= (
GA_FAMILY_CURVE
|
GA_FAMILY_TPSURF
),
29
};
30
31
#endif
GA_FAMILY_TPSURF
Definition:
GA_PrimitiveFamilyMask.h:23
GA_FAMILY_NONE
Definition:
GA_PrimitiveFamilyMask.h:18
GA_FAMILY_CURVE
Definition:
GA_PrimitiveFamilyMask.h:21
GA_FAMILY_META
Definition:
GA_PrimitiveFamilyMask.h:25
GA_PrimitiveFamilyMask
GA_PrimitiveFamilyMask
Definition:
GA_PrimitiveFamilyMask.h:16
GA_FAMILY_HULL
Definition:
GA_PrimitiveFamilyMask.h:22
GA_FAMILY_FACE
Definition:
GA_PrimitiveFamilyMask.h:20
GA_FAMILY_QUADRIC
Definition:
GA_PrimitiveFamilyMask.h:24
GA_FAMILY_VOLUMEELEMENT
Definition:
GA_PrimitiveFamilyMask.h:26
GA_FAMILY_SPLINE
Definition:
GA_PrimitiveFamilyMask.h:28
GA
GA_PrimitiveFamilyMask.h
Generated on Thu Nov 21 2024 02:43:32 for HDK by
1.8.6