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

Struct to hold a 3-element integer vector. More...

#include <openexr_attr.h>

Public Attributes

union {
   struct {
      int32_t   x
 
      int32_t   y
 
      int32_t   z
 
   } 
 
   int32_t   arr [3]
 
}; 
 

Detailed Description

Struct to hold a 3-element integer vector.

Definition at line 215 of file openexr_attr.h.

Member Data Documentation

union { ... }
int32_t exr_attr_v3i_t::arr[3]

Definition at line 223 of file openexr_attr.h.

int32_t exr_attr_v3i_t::x

Definition at line 221 of file openexr_attr.h.

int32_t exr_attr_v3i_t::y

Definition at line 221 of file openexr_attr.h.

int32_t exr_attr_v3i_t::z

Definition at line 221 of file openexr_attr.h.


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