HDK
|
#include <GA_FloatTupleAdapter.h>
Public Member Functions | |
GA_FloatTupleAdapter (const GA_Attribute *attr, int size) | |
GA_AttributeRefMap & | getList () |
GA_Offset * | getResults () |
void | extractToFloats (float *data, int asize) |
template<typename T > | |
void | extract (T *data) |
Extract to a templated type, which must have value_type of float. More... | |
Definition at line 24 of file GA_FloatTupleAdapter.h.
|
inline |
Create a float tuple adapter for a given attribute. The attribute should be a float tuple. This operation will allocate temporary storage for size
results.
Definition at line 30 of file GA_FloatTupleAdapter.h.
Extract to a templated type, which must have value_type of float.
Definition at line 65 of file GA_FloatTupleAdapter.h.
Extract results to a float array. The float array has stride specified by asize
.
Definition at line 50 of file GA_FloatTupleAdapter.h.
|
inline |
Definition at line 45 of file GA_FloatTupleAdapter.h.
|
inline |
Definition at line 46 of file GA_FloatTupleAdapter.h.