|
HDK
|
#include "GU_API.h"#include <UT/UT_BoundingBox.h>#include <UT/UT_VectorTypes.h>#include <GA/GA_Types.h>
Include dependency graph for GU_Group.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GU_GroupParms |
| class | GU_Group |
Enumerations | |
| enum | GU_GroupBoolOp { GU_GROUP_BOOLOP_NONE = 0, GU_GROUP_BOOLOP_OR = 1, GU_GROUP_BOOLOP_AND = 2, GU_GROUP_BOOLOP_XOR = 3, GU_GROUP_BOOLOP_MINUS = 4 } |
| enum GU_GroupBoolOp |
| Enumerator | |
|---|---|
| GU_GROUP_BOOLOP_NONE | |
| GU_GROUP_BOOLOP_OR | |
| GU_GROUP_BOOLOP_AND | |
| GU_GROUP_BOOLOP_XOR | |
| GU_GROUP_BOOLOP_MINUS | |
Definition at line 109 of file GU_Group.h.