|
HDK
|
#include <openexr_attr.h>
Public Attributes | |
| int32_t | length |
| int32_t | alloc_size |
| const float * | arr |
Float vector storage struct.
Definition at line 284 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 288 of file openexr_attr.h.
| const float* exr_attr_float_vector_t::arr |
Definition at line 290 of file openexr_attr.h.
| int32_t exr_attr_float_vector_t::length |
Definition at line 286 of file openexr_attr.h.