#include <GT/GT_DataArray.h>
#include <GT/GT_DANumeric.h>
#include <UT/UT_XXHash.h>
#include <SYS/SYS_Compiler.h>
#include <SYS/SYS_Math.h>
#include "pxr/pxr.h"
#include "pxr/base/vt/array.h"
#include "gusd/UT_TypeTraits.h"
#include "gusd/GT_Utils.h"
Go to the source code of this file.
#define _DECL_GETTERS |
( |
|
suffix, |
|
|
|
podt |
|
) |
| |
Value:public: \
int idx=0)
const override \
{ return getT<podt>(o, idx); } \
\
{
return getArrayT<podt>(
buf); } \
\
protected: \
{ importT(o,
dst, tsize); } \
\
\
int nrepeats, \
int stride=-1) const override \
{ extendedFillT(dst, start, length, \
typedef int(APIENTRYP RE_PFNGLXSWAPINTERVALSGIPROC)(int)
GLenum GLuint GLenum GLsizei const GLchar * buf
GLuint GLsizei GLsizei * length
GLint GLenum GLboolean GLsizei stride
Definition at line 172 of file GT_VtArray.h.