HDK
|
#include "GA_API.h"
#include "GA_AttributeProxy.h"
#include "GA_AttributeType.h"
#include "GA_IndexMap.h"
#include "GA_Types.h"
#include <UT/UT_Assert.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_UniquePtr.h>
#include <SYS/SYS_StaticAssert.h>
#include <SYS/SYS_Inline.h>
#include <SYS/SYS_Types.h>
#include <string>
#include <string.h>
Go to the source code of this file.
Classes | |
class | GA_AttributeOptions |
class | GA_Attribute |
Definition of a geometry attribute. More... | |
class | GA_AutoHardenForThreading |
Automatically expand attribute data pages for threading. More... | |
Macros | |
#define | __GA_Attribute__ |
#define | GA_GET_AIF_SPECIALIZATION(AIF_NAME) |
Typedefs | |
using | GA_AttributeUPtr = UT_UniquePtr< GA_Attribute > |
using | GA_ConstAttributeUPtr = UT_UniquePtr< const GA_Attribute > |
#define __GA_Attribute__ |
Definition at line 14 of file GA_Attribute.h.
#define GA_GET_AIF_SPECIALIZATION | ( | AIF_NAME | ) |
Definition at line 838 of file GA_Attribute.h.
using GA_AttributeUPtr = UT_UniquePtr<GA_Attribute> |
Definition at line 930 of file GA_Attribute.h.
using GA_ConstAttributeUPtr = UT_UniquePtr<const GA_Attribute> |
Definition at line 932 of file GA_Attribute.h.