HDK
|
#include <openexr_attr.h>
Public Attributes | |
int32_t | length |
int32_t | alloc_size |
const float * | arr |
Float vector storage struct.
Definition at line 315 of file openexr_attr.h.
int32_t exr_attr_float_vector_t::alloc_size |
If this is non-zero, the float vector owns the data, if 0, is a const ref.
Definition at line 319 of file openexr_attr.h.
const float* exr_attr_float_vector_t::arr |
Definition at line 321 of file openexr_attr.h.
int32_t exr_attr_float_vector_t::length |
Definition at line 317 of file openexr_attr.h.