HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_ElementGroup.h File Reference
#include "GA_API.h"
#include "GA_ATIGroupBool.h"
#include "GA_Types.h"
#include "UT/UT_UniquePtr.h"
+ Include dependency graph for GA_ElementGroup.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GA_ElementGroupTableT< OWNER >
 OWNER must be one of GA_ATTRIB_POINT, GA_ATTRIB_PRIMITIVE, GA_ATTRIB_VERTEX. More...
 
class  GA_PointGroup
 
class  GA_PrimitiveGroup
 
class  GA_VertexGroup
 

Macros

#define __GA_ElementGroup__
 

Typedefs

using GA_VertexGroupUPtr = UT_UniquePtr< GA_VertexGroup >
 
using GA_PointGroupUPtr = UT_UniquePtr< GA_PointGroup >
 
using GA_PrimitiveGroupUPtr = UT_UniquePtr< GA_PrimitiveGroup >
 
using GA_ElementGroupUPtr = UT_UniquePtr< GA_ElementGroup >
 
using GA_ConstVertexGroupUPtr = UT_UniquePtr< const GA_VertexGroup >
 
using GA_ConstPointGroupUPtr = UT_UniquePtr< const GA_PointGroup >
 
using GA_ConstPrimitiveGroupUPtr = UT_UniquePtr< const GA_PrimitiveGroup >
 
using GA_ConstElementGroupUPtr = UT_UniquePtr< const GA_ElementGroup >
 

Macro Definition Documentation

#define __GA_ElementGroup__

Definition at line 16 of file GA_ElementGroup.h.

Typedef Documentation

Definition at line 210 of file GA_ElementGroup.h.

Definition at line 209 of file GA_ElementGroup.h.