HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
exr_attr_float_vector_t Struct Reference

#include <openexr_attr.h>

Public Attributes

int32_t length
 
int32_t alloc_size
 
const floatarr
 

Detailed Description

Float vector storage struct.

Definition at line 315 of file openexr_attr.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: