|
HDK
|
#include "GA_Detail.h"#include "GA_PrimCompat.h"#include "GA_Primitive.h"#include "GA_Types.h"#include <UT/UT_Assert.h>#include <SYS/SYS_Compiler.h>#include <SYS/SYS_Inline.h>#include <type_traits>
Include dependency graph for GA_PrimitiveP.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GA_PrimitiveP_T< PrimT, DetailT > |
Typedefs | |
| using | GA_ConstPrimitiveP = GA_PrimitiveP_T< const GA_Primitive, const GA_Detail > |
| using | GA_PrimitiveP = GA_PrimitiveP_T< GA_Primitive, GA_Detail > |
| using GA_ConstPrimitiveP = GA_PrimitiveP_T<const GA_Primitive, const GA_Detail> |
Definition at line 186 of file GA_PrimitiveP.h.
| using GA_PrimitiveP = GA_PrimitiveP_T<GA_Primitive, GA_Detail> |
Definition at line 187 of file GA_PrimitiveP.h.