HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GT_FaceSet.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: GT_FaceSet.h (GT Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __GT_FaceSet__
12 #define __GT_FaceSet__
13 
14 #include "GT_ElementSet.h" // IWYU pragma: export
15 
16 /// Aliases for backwards compatibility. In the past, only face sets were supported.
19 
20 #endif
A set of element indices in a GT_Primitive, e.g. points / faces / tets.
Definition: GT_ElementSet.h:30
Wrapper around hboost::intrusive_ptr.
UT_IntrusivePtr< GT_ElementSet > GT_ElementSetPtr
Definition: GT_ElementSet.h:27