|
HDK
|
#include "GA_API.h"#include <CE/CE_Context.h>#include <CE/CE_BufferDevice.h>#include <CE/CE_HotSwapPoolEntry.h>#include "GA_Detail.h"#include "GA_Attribute.h"#include <UT/UT_WorkBuffer.h>
Include dependency graph for GA_CEAttribute.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GA_CEAttribute |
| class | GA_CEAttributeAccessor |
Typedefs | |
| using | GA_CEAttributePtr = UT_SharedPtr< GA_CEAttribute > |
| using | GA_CEAttributeUPtr = UT_UniquePtr< GA_CEAttribute > |
| using | GA_CEAttributeConstPtr = UT_SharedPtr< const GA_CEAttribute > |
| using | GA_CEAttributeAccessorPtr = UT_SharedPtr< GA_CEAttributeAccessor > |
Definition at line 30 of file GA_CEAttribute.h.
| using GA_CEAttributeConstPtr = UT_SharedPtr<const GA_CEAttribute> |
Definition at line 27 of file GA_CEAttribute.h.
| using GA_CEAttributePtr = UT_SharedPtr<GA_CEAttribute> |
Definition at line 25 of file GA_CEAttribute.h.
| using GA_CEAttributeUPtr = UT_UniquePtr<GA_CEAttribute> |
Definition at line 26 of file GA_CEAttribute.h.