HDK
|
#include "GA_API.h"
#include "GA_Attribute.h"
#include "GA_AttributeProxy.h"
#include "GA_ElementGroup.h"
#include "GA_Types.h"
#include <UT/UT_Assert.h>
#include <UT/UT_OrderedIterator.h>
#include <UT/UT_String.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_ArrayStringMap.h>
#include <SYS/SYS_Types.h>
#include <stddef.h>
#include <string.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | GA_AttributeDict |
A string map of attributes to ease backward compatibility In the GB/GEO/GU library code would often pass around a GB_AttributeDict around. The GA library really only requires a string map of attributes since the attributes are managed by the GA_AttributeSet. More... | |
class | GA_AttributeDict::iterator |
class | GA_AttributeDict::Range |
Macros | |
#define | __GA_AttributeDict__ |
#define __GA_AttributeDict__ |
Definition at line 14 of file GA_AttributeDict.h.