|
HDK
|
#include "GA_API.h"#include "GA_ElementGroup.h"#include "GA_GroupTable.h"#include "GA_Types.h"#include <UT/UT_OrderedIterator.h>#include <iosfwd>
Include dependency graph for GA_ElementGroupTable.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UT_Array< T > |
| class | GA_ElementGroupTable |
| class | GA_ElementGroupTable::ElementType< OWNER, DUMMY > |
| class | GA_ElementGroupTable::ElementType< GA_ATTRIB_POINT, DUMMY > |
| class | GA_ElementGroupTable::ElementType< GA_ATTRIB_PRIMITIVE, DUMMY > |
| class | GA_ElementGroupTable::ElementType< GA_ATTRIB_VERTEX, DUMMY > |
| class | GA_ElementGroupTableT< OWNER > |
| OWNER must be one of GA_ATTRIB_POINT, GA_ATTRIB_PRIMITIVE, GA_ATTRIB_VERTEX. More... | |
Macros | |
| #define | __GA_ElementGroupTable_h__ |
Typedefs | |
| typedef GA_ElementGroupTableT < GA_ATTRIB_POINT > | GA_PointGroupTable |
| typedef GA_ElementGroupTableT < GA_ATTRIB_PRIMITIVE > | GA_PrimitiveGroupTable |
| typedef GA_ElementGroupTableT < GA_ATTRIB_VERTEX > | GA_VertexGroupTable |
| #define __GA_ElementGroupTable_h__ |
Definition at line 15 of file GA_ElementGroupTable.h.
Definition at line 262 of file GA_ElementGroupTable.h.
Definition at line 263 of file GA_ElementGroupTable.h.
Definition at line 264 of file GA_ElementGroupTable.h.