HDK
|
#include "GA_API.h"
#include "GA_Types.h"
#include <SYS/SYS_Types.h>
#include <UT/UT_PackedArrayOfArrays.h>
#include <UT/UT_Span.h>
Go to the source code of this file.
Classes | |
class | GA_AIFNumericArray |
Generic Attribute Interface class to access an attribute as a array. More... | |
Macros | |
#define | GETBLOCKFROMINDEX(ITYPE, DTYPE) |
#define | GETBLOCKFROMINDEX(DTYPE) |
#define GETBLOCKFROMINDEX | ( | ITYPE, | |
DTYPE | |||
) |
Stream in a block representation of the array. The index array will have nelements+1. Each array will go from [index[i] .. index[i+1]) in the data array.
Stream in a packed array representation of the array.
Definition at line 126 of file GA_AIFNumericArray.h.
#define GETBLOCKFROMINDEX | ( | DTYPE | ) |
Stream in a block representation of the array. The index array will have nelements+1. Each array will go from [index[i] .. index[i+1]) in the data array.
Stream in a packed array representation of the array.
Definition at line 126 of file GA_AIFNumericArray.h.