HDK
|
#include "GA_Defaults.h"
#include "GA_Iterator.h"
#include "GA_Range.h"
#include "GA_Types.h"
#include <UT/UT_Assert.h>
#include <UT/UT_BitArray.h>
#include <UT/UT_FixedVector.h>
#include <UT/UT_JSONDefines.h>
#include <UT/UT_PageArray.h>
#include <UT/UT_Storage.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_VectorTypes.h>
#include <SYS/SYS_Inline.h>
#include <SYS/SYS_Math.h>
#include <SYS/SYS_Types.h>
#include <SYS/SYS_TypeTraits.h>
Go to the source code of this file.
Classes | |
class | UT_Array< T > |
class | GA_PageArray< DATA_T, TSIZE, TABLEHARDENED, PAGESHARDENED > |
Macros | |
#define | __GA_PageArray__ |
Functions | |
SYS_FORCE_INLINE GA_Storage | UTStorageToGAStorage (UT_Storage storage) |
SYS_FORCE_INLINE UT_Storage | GAStorageToUTStorage (GA_Storage storage) |
#define __GA_PageArray__ |
Definition at line 15 of file GA_PageArray.h.
SYS_FORCE_INLINE UT_Storage GAStorageToUTStorage | ( | GA_Storage | storage | ) |
Definition at line 71 of file GA_PageArray.h.
SYS_FORCE_INLINE GA_Storage UTStorageToGAStorage | ( | UT_Storage | storage | ) |
Definition at line 43 of file GA_PageArray.h.