| 
|   | __declspec (property(get=get_x, put=set_x)) unsigned int x | 
|   | Property for accessing element 0 of this uint_4 as an unsigned int.  More...
  | 
|   | 
|   | __declspec (property(get=get_x, put=set_x)) unsigned int r | 
|   | Property for accessing element 0 of this uint_4 as an unsigned int.  More...
  | 
|   | 
| unsigned int  | get_x () const __GPU | 
|   | Returns element 0 of this uint_4.  More...
  | 
|   | 
| unsigned int &  | ref_x () __GPU | 
|   | Returns reference to element 0 of this uint_4.  More...
  | 
|   | 
| unsigned int &  | ref_r () __GPU | 
|   | Returns reference to element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_x (unsigned int _Value) __GPU | 
|   | Set element 0 of this uint_4 with an unsigned int.  More...
  | 
|   | 
|   | __declspec (property(get=get_y, put=set_y)) unsigned int y | 
|   | Property for accessing element 1 of this uint_4 as an unsigned int.  More...
  | 
|   | 
|   | __declspec (property(get=get_y, put=set_y)) unsigned int g | 
|   | Property for accessing element 1 of this uint_4 as an unsigned int.  More...
  | 
|   | 
| unsigned int  | get_y () const __GPU | 
|   | Returns element 1 of this uint_4.  More...
  | 
|   | 
| unsigned int &  | ref_y () __GPU | 
|   | Returns reference to element 1 of this uint_4.  More...
  | 
|   | 
| unsigned int &  | ref_g () __GPU | 
|   | Returns reference to element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_y (unsigned int _Value) __GPU | 
|   | Set element 1 of this uint_4 with an unsigned int.  More...
  | 
|   | 
|   | __declspec (property(get=get_z, put=set_z)) unsigned int z | 
|   | Property for accessing element 2 of this uint_4 as an unsigned int.  More...
  | 
|   | 
|   | __declspec (property(get=get_z, put=set_z)) unsigned int b | 
|   | Property for accessing element 2 of this uint_4 as an unsigned int.  More...
  | 
|   | 
| unsigned int  | get_z () const __GPU | 
|   | Returns element 2 of this uint_4.  More...
  | 
|   | 
| unsigned int &  | ref_z () __GPU | 
|   | Returns reference to element 2 of this uint_4.  More...
  | 
|   | 
| unsigned int &  | ref_b () __GPU | 
|   | Returns reference to element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_z (unsigned int _Value) __GPU | 
|   | Set element 2 of this uint_4 with an unsigned int.  More...
  | 
|   | 
|   | __declspec (property(get=get_w, put=set_w)) unsigned int w | 
|   | Property for accessing element 3 of this uint_4 as an unsigned int.  More...
  | 
|   | 
|   | __declspec (property(get=get_w, put=set_w)) unsigned int a | 
|   | Property for accessing element 3 of this uint_4 as an unsigned int.  More...
  | 
|   | 
| unsigned int  | get_w () const __GPU | 
|   | Returns element 3 of this uint_4.  More...
  | 
|   | 
| unsigned int &  | ref_w () __GPU | 
|   | Returns reference to element 3 of this uint_4.  More...
  | 
|   | 
| unsigned int &  | ref_a () __GPU | 
|   | Returns reference to element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_w (unsigned int _Value) __GPU | 
|   | Set element 3 of this uint_4 with an unsigned int.  More...
  | 
|   | 
|   | uint_4 () __GPU | 
|   | Default constructor, initializes all elements with 0.  More...
  | 
|   | 
|   | uint_4 (unsigned int _V0, unsigned int _V1, unsigned int _V2, unsigned int _V3) __GPU | 
|   | Constructor.  More...
  | 
|   | 
|   | uint_4 (unsigned int _V) __GPU | 
|   | Constructor.  More...
  | 
|   | 
|   | uint_4 (const int_4 &_Other) __GPU | 
|   | Constructor. Each element is initialized by casting from the corresponding element in _Other.  More...
  | 
|   | 
|   | uint_4 (const float_4 &_Other) __GPU | 
|   | Constructor. Each element is initialized by casting from the corresponding element in _Other.  More...
  | 
|   | 
|   | uint_4 (const unorm_4 &_Other) __GPU | 
|   | Constructor. Each element is initialized by casting from the corresponding element in _Other.  More...
  | 
|   | 
|   | uint_4 (const norm_4 &_Other) __GPU | 
|   | Constructor. Each element is initialized by casting from the corresponding element in _Other.  More...
  | 
|   | 
|   | uint_4 (const double_4 &_Other) __GPU | 
|   | Constructor. Each element is initialized by casting from the corresponding element in _Other.  More...
  | 
|   | 
| uint_4  | operator~ () const __GPU | 
|   | 
| uint_4 &  | operator++ () __GPU | 
|   | 
| uint_4  | operator++ (int) __GPU | 
|   | 
| uint_4 &  | operator-- () __GPU | 
|   | 
| uint_4  | operator-- (int) __GPU | 
|   | 
| uint_4 &  | operator+= (const uint_4 &_Other) __GPU | 
|   | 
| uint_4 &  | operator-= (const uint_4 &_Other) __GPU | 
|   | 
| uint_4 &  | operator*= (const uint_4 &_Other) __GPU | 
|   | 
| uint_4 &  | operator/= (const uint_4 &_Other) __GPU | 
|   | 
| uint_4 &  | operator%= (const uint_4 &_Other) __GPU | 
|   | 
| uint_4 &  | operator^= (const uint_4 &_Other) __GPU | 
|   | 
| uint_4 &  | operator|= (const uint_4 &_Other) __GPU | 
|   | 
| uint_4 &  | operator&= (const uint_4 &_Other) __GPU | 
|   | 
| uint_4 &  | operator>>= (const uint_4 &_Other) __GPU | 
|   | 
| uint_4 &  | operator<<= (const uint_4 &_Other) __GPU | 
|   | 
|   | __declspec (property(get=get_xy, put=set_xy)) uint_2 xy | 
|   | Property for accessing element 0, and 1 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_xy, put=set_xy)) uint_2 rg | 
|   | Property for accessing element 0, and 1 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_xy () const __GPU | 
|   | Returns a uint_2 that is composed of element 0, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_xy (const uint_2 &_Value) __GPU | 
|   | Set element 0, and 1 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_xz, put=set_xz)) uint_2 xz | 
|   | Property for accessing element 0, and 2 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_xz, put=set_xz)) uint_2 rb | 
|   | Property for accessing element 0, and 2 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_xz () const __GPU | 
|   | Returns a uint_2 that is composed of element 0, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_xz (const uint_2 &_Value) __GPU | 
|   | Set element 0, and 2 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_xw, put=set_xw)) uint_2 xw | 
|   | Property for accessing element 0, and 3 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_xw, put=set_xw)) uint_2 ra | 
|   | Property for accessing element 0, and 3 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_xw () const __GPU | 
|   | Returns a uint_2 that is composed of element 0, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_xw (const uint_2 &_Value) __GPU | 
|   | Set element 0, and 3 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_yx, put=set_yx)) uint_2 yx | 
|   | Property for accessing element 1, and 0 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_yx, put=set_yx)) uint_2 gr | 
|   | Property for accessing element 1, and 0 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_yx () const __GPU | 
|   | Returns a uint_2 that is composed of element 1, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_yx (const uint_2 &_Value) __GPU | 
|   | Set element 1, and 0 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_yz, put=set_yz)) uint_2 yz | 
|   | Property for accessing element 1, and 2 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_yz, put=set_yz)) uint_2 gb | 
|   | Property for accessing element 1, and 2 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_yz () const __GPU | 
|   | Returns a uint_2 that is composed of element 1, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_yz (const uint_2 &_Value) __GPU | 
|   | Set element 1, and 2 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_yw, put=set_yw)) uint_2 yw | 
|   | Property for accessing element 1, and 3 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_yw, put=set_yw)) uint_2 ga | 
|   | Property for accessing element 1, and 3 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_yw () const __GPU | 
|   | Returns a uint_2 that is composed of element 1, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_yw (const uint_2 &_Value) __GPU | 
|   | Set element 1, and 3 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_zx, put=set_zx)) uint_2 zx | 
|   | Property for accessing element 2, and 0 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_zx, put=set_zx)) uint_2 br | 
|   | Property for accessing element 2, and 0 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_zx () const __GPU | 
|   | Returns a uint_2 that is composed of element 2, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_zx (const uint_2 &_Value) __GPU | 
|   | Set element 2, and 0 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_zy, put=set_zy)) uint_2 zy | 
|   | Property for accessing element 2, and 1 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_zy, put=set_zy)) uint_2 bg | 
|   | Property for accessing element 2, and 1 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_zy () const __GPU | 
|   | Returns a uint_2 that is composed of element 2, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_zy (const uint_2 &_Value) __GPU | 
|   | Set element 2, and 1 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_zw, put=set_zw)) uint_2 zw | 
|   | Property for accessing element 2, and 3 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_zw, put=set_zw)) uint_2 ba | 
|   | Property for accessing element 2, and 3 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_zw () const __GPU | 
|   | Returns a uint_2 that is composed of element 2, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_zw (const uint_2 &_Value) __GPU | 
|   | Set element 2, and 3 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_wx, put=set_wx)) uint_2 wx | 
|   | Property for accessing element 3, and 0 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_wx, put=set_wx)) uint_2 ar | 
|   | Property for accessing element 3, and 0 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_wx () const __GPU | 
|   | Returns a uint_2 that is composed of element 3, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_wx (const uint_2 &_Value) __GPU | 
|   | Set element 3, and 0 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_wy, put=set_wy)) uint_2 wy | 
|   | Property for accessing element 3, and 1 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_wy, put=set_wy)) uint_2 ag | 
|   | Property for accessing element 3, and 1 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_wy () const __GPU | 
|   | Returns a uint_2 that is composed of element 3, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_wy (const uint_2 &_Value) __GPU | 
|   | Set element 3, and 1 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_wz, put=set_wz)) uint_2 wz | 
|   | Property for accessing element 3, and 2 of this uint_4 as a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_wz, put=set_wz)) uint_2 ab | 
|   | Property for accessing element 3, and 2 of this uint_4 as a uint_2.  More...
  | 
|   | 
| uint_2  | get_wz () const __GPU | 
|   | Returns a uint_2 that is composed of element 3, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_wz (const uint_2 &_Value) __GPU | 
|   | Set element 3, and 2 of this uint_4 with a uint_2.  More...
  | 
|   | 
|   | __declspec (property(get=get_xyz, put=set_xyz)) uint_3 xyz | 
|   | Property for accessing element 0, 1, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xyz, put=set_xyz)) uint_3 rgb | 
|   | Property for accessing element 0, 1, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_xyz () const __GPU | 
|   | Returns a uint_3 that is composed of element 0, element 1, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_xyz (const uint_3 &_Value) __GPU | 
|   | Set element 0, 1, and 2 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xyw, put=set_xyw)) uint_3 xyw | 
|   | Property for accessing element 0, 1, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xyw, put=set_xyw)) uint_3 rga | 
|   | Property for accessing element 0, 1, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_xyw () const __GPU | 
|   | Returns a uint_3 that is composed of element 0, element 1, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_xyw (const uint_3 &_Value) __GPU | 
|   | Set element 0, 1, and 3 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xzy, put=set_xzy)) uint_3 xzy | 
|   | Property for accessing element 0, 2, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xzy, put=set_xzy)) uint_3 rbg | 
|   | Property for accessing element 0, 2, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_xzy () const __GPU | 
|   | Returns a uint_3 that is composed of element 0, element 2, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_xzy (const uint_3 &_Value) __GPU | 
|   | Set element 0, 2, and 1 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xzw, put=set_xzw)) uint_3 xzw | 
|   | Property for accessing element 0, 2, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xzw, put=set_xzw)) uint_3 rba | 
|   | Property for accessing element 0, 2, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_xzw () const __GPU | 
|   | Returns a uint_3 that is composed of element 0, element 2, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_xzw (const uint_3 &_Value) __GPU | 
|   | Set element 0, 2, and 3 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xwy, put=set_xwy)) uint_3 xwy | 
|   | Property for accessing element 0, 3, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xwy, put=set_xwy)) uint_3 rag | 
|   | Property for accessing element 0, 3, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_xwy () const __GPU | 
|   | Returns a uint_3 that is composed of element 0, element 3, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_xwy (const uint_3 &_Value) __GPU | 
|   | Set element 0, 3, and 1 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xwz, put=set_xwz)) uint_3 xwz | 
|   | Property for accessing element 0, 3, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xwz, put=set_xwz)) uint_3 rab | 
|   | Property for accessing element 0, 3, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_xwz () const __GPU | 
|   | Returns a uint_3 that is composed of element 0, element 3, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_xwz (const uint_3 &_Value) __GPU | 
|   | Set element 0, 3, and 2 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yxz, put=set_yxz)) uint_3 yxz | 
|   | Property for accessing element 1, 0, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yxz, put=set_yxz)) uint_3 grb | 
|   | Property for accessing element 1, 0, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_yxz () const __GPU | 
|   | Returns a uint_3 that is composed of element 1, element 0, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_yxz (const uint_3 &_Value) __GPU | 
|   | Set element 1, 0, and 2 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yxw, put=set_yxw)) uint_3 yxw | 
|   | Property for accessing element 1, 0, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yxw, put=set_yxw)) uint_3 gra | 
|   | Property for accessing element 1, 0, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_yxw () const __GPU | 
|   | Returns a uint_3 that is composed of element 1, element 0, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_yxw (const uint_3 &_Value) __GPU | 
|   | Set element 1, 0, and 3 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yzx, put=set_yzx)) uint_3 yzx | 
|   | Property for accessing element 1, 2, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yzx, put=set_yzx)) uint_3 gbr | 
|   | Property for accessing element 1, 2, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_yzx () const __GPU | 
|   | Returns a uint_3 that is composed of element 1, element 2, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_yzx (const uint_3 &_Value) __GPU | 
|   | Set element 1, 2, and 0 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yzw, put=set_yzw)) uint_3 yzw | 
|   | Property for accessing element 1, 2, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_yzw, put=set_yzw)) uint_3 gba | 
|   | Property for accessing element 1, 2, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_yzw () const __GPU | 
|   | Returns a uint_3 that is composed of element 1, element 2, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_yzw (const uint_3 &_Value) __GPU | 
|   | Set element 1, 2, and 3 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_ywx, put=set_ywx)) uint_3 ywx | 
|   | Property for accessing element 1, 3, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_ywx, put=set_ywx)) uint_3 gar | 
|   | Property for accessing element 1, 3, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_ywx () const __GPU | 
|   | Returns a uint_3 that is composed of element 1, element 3, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_ywx (const uint_3 &_Value) __GPU | 
|   | Set element 1, 3, and 0 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_ywz, put=set_ywz)) uint_3 ywz | 
|   | Property for accessing element 1, 3, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_ywz, put=set_ywz)) uint_3 gab | 
|   | Property for accessing element 1, 3, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_ywz () const __GPU | 
|   | Returns a uint_3 that is composed of element 1, element 3, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_ywz (const uint_3 &_Value) __GPU | 
|   | Set element 1, 3, and 2 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zxy, put=set_zxy)) uint_3 zxy | 
|   | Property for accessing element 2, 0, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zxy, put=set_zxy)) uint_3 brg | 
|   | Property for accessing element 2, 0, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_zxy () const __GPU | 
|   | Returns a uint_3 that is composed of element 2, element 0, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_zxy (const uint_3 &_Value) __GPU | 
|   | Set element 2, 0, and 1 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zxw, put=set_zxw)) uint_3 zxw | 
|   | Property for accessing element 2, 0, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zxw, put=set_zxw)) uint_3 bra | 
|   | Property for accessing element 2, 0, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_zxw () const __GPU | 
|   | Returns a uint_3 that is composed of element 2, element 0, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_zxw (const uint_3 &_Value) __GPU | 
|   | Set element 2, 0, and 3 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zyx, put=set_zyx)) uint_3 zyx | 
|   | Property for accessing element 2, 1, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zyx, put=set_zyx)) uint_3 bgr | 
|   | Property for accessing element 2, 1, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_zyx () const __GPU | 
|   | Returns a uint_3 that is composed of element 2, element 1, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_zyx (const uint_3 &_Value) __GPU | 
|   | Set element 2, 1, and 0 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zyw, put=set_zyw)) uint_3 zyw | 
|   | Property for accessing element 2, 1, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zyw, put=set_zyw)) uint_3 bga | 
|   | Property for accessing element 2, 1, and 3 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_zyw () const __GPU | 
|   | Returns a uint_3 that is composed of element 2, element 1, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_zyw (const uint_3 &_Value) __GPU | 
|   | Set element 2, 1, and 3 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zwx, put=set_zwx)) uint_3 zwx | 
|   | Property for accessing element 2, 3, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zwx, put=set_zwx)) uint_3 bar | 
|   | Property for accessing element 2, 3, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_zwx () const __GPU | 
|   | Returns a uint_3 that is composed of element 2, element 3, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_zwx (const uint_3 &_Value) __GPU | 
|   | Set element 2, 3, and 0 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zwy, put=set_zwy)) uint_3 zwy | 
|   | Property for accessing element 2, 3, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_zwy, put=set_zwy)) uint_3 bag | 
|   | Property for accessing element 2, 3, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_zwy () const __GPU | 
|   | Returns a uint_3 that is composed of element 2, element 3, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_zwy (const uint_3 &_Value) __GPU | 
|   | Set element 2, 3, and 1 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wxy, put=set_wxy)) uint_3 wxy | 
|   | Property for accessing element 3, 0, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wxy, put=set_wxy)) uint_3 arg | 
|   | Property for accessing element 3, 0, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_wxy () const __GPU | 
|   | Returns a uint_3 that is composed of element 3, element 0, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_wxy (const uint_3 &_Value) __GPU | 
|   | Set element 3, 0, and 1 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wxz, put=set_wxz)) uint_3 wxz | 
|   | Property for accessing element 3, 0, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wxz, put=set_wxz)) uint_3 arb | 
|   | Property for accessing element 3, 0, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_wxz () const __GPU | 
|   | Returns a uint_3 that is composed of element 3, element 0, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_wxz (const uint_3 &_Value) __GPU | 
|   | Set element 3, 0, and 2 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wyx, put=set_wyx)) uint_3 wyx | 
|   | Property for accessing element 3, 1, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wyx, put=set_wyx)) uint_3 agr | 
|   | Property for accessing element 3, 1, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_wyx () const __GPU | 
|   | Returns a uint_3 that is composed of element 3, element 1, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_wyx (const uint_3 &_Value) __GPU | 
|   | Set element 3, 1, and 0 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wyz, put=set_wyz)) uint_3 wyz | 
|   | Property for accessing element 3, 1, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wyz, put=set_wyz)) uint_3 agb | 
|   | Property for accessing element 3, 1, and 2 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_wyz () const __GPU | 
|   | Returns a uint_3 that is composed of element 3, element 1, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_wyz (const uint_3 &_Value) __GPU | 
|   | Set element 3, 1, and 2 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wzx, put=set_wzx)) uint_3 wzx | 
|   | Property for accessing element 3, 2, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wzx, put=set_wzx)) uint_3 abr | 
|   | Property for accessing element 3, 2, and 0 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_wzx () const __GPU | 
|   | Returns a uint_3 that is composed of element 3, element 2, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_wzx (const uint_3 &_Value) __GPU | 
|   | Set element 3, 2, and 0 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wzy, put=set_wzy)) uint_3 wzy | 
|   | Property for accessing element 3, 2, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_wzy, put=set_wzy)) uint_3 abg | 
|   | Property for accessing element 3, 2, and 1 of this uint_4 as a uint_3.  More...
  | 
|   | 
| uint_3  | get_wzy () const __GPU | 
|   | Returns a uint_3 that is composed of element 3, element 2, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_wzy (const uint_3 &_Value) __GPU | 
|   | Set element 3, 2, and 1 of this uint_4 with a uint_3.  More...
  | 
|   | 
|   | __declspec (property(get=get_xyzw, put=set_xyzw)) uint_4 xyzw | 
|   | Property for accessing element 0, 1, 2, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_xyzw, put=set_xyzw)) uint_4 rgba | 
|   | Property for accessing element 0, 1, 2, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_xyzw () const __GPU | 
|   | Returns a uint_4 that is composed of element 0, element 1, element 2, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_xyzw (const uint_4 &_Value) __GPU | 
|   | Set element 0, 1, 2, and 3 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_xywz, put=set_xywz)) uint_4 xywz | 
|   | Property for accessing element 0, 1, 3, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_xywz, put=set_xywz)) uint_4 rgab | 
|   | Property for accessing element 0, 1, 3, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_xywz () const __GPU | 
|   | Returns a uint_4 that is composed of element 0, element 1, element 3, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_xywz (const uint_4 &_Value) __GPU | 
|   | Set element 0, 1, 3, and 2 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_xzyw, put=set_xzyw)) uint_4 xzyw | 
|   | Property for accessing element 0, 2, 1, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_xzyw, put=set_xzyw)) uint_4 rbga | 
|   | Property for accessing element 0, 2, 1, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_xzyw () const __GPU | 
|   | Returns a uint_4 that is composed of element 0, element 2, element 1, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_xzyw (const uint_4 &_Value) __GPU | 
|   | Set element 0, 2, 1, and 3 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_xzwy, put=set_xzwy)) uint_4 xzwy | 
|   | Property for accessing element 0, 2, 3, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_xzwy, put=set_xzwy)) uint_4 rbag | 
|   | Property for accessing element 0, 2, 3, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_xzwy () const __GPU | 
|   | Returns a uint_4 that is composed of element 0, element 2, element 3, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_xzwy (const uint_4 &_Value) __GPU | 
|   | Set element 0, 2, 3, and 1 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_xwyz, put=set_xwyz)) uint_4 xwyz | 
|   | Property for accessing element 0, 3, 1, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_xwyz, put=set_xwyz)) uint_4 ragb | 
|   | Property for accessing element 0, 3, 1, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_xwyz () const __GPU | 
|   | Returns a uint_4 that is composed of element 0, element 3, element 1, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_xwyz (const uint_4 &_Value) __GPU | 
|   | Set element 0, 3, 1, and 2 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_xwzy, put=set_xwzy)) uint_4 xwzy | 
|   | Property for accessing element 0, 3, 2, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_xwzy, put=set_xwzy)) uint_4 rabg | 
|   | Property for accessing element 0, 3, 2, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_xwzy () const __GPU | 
|   | Returns a uint_4 that is composed of element 0, element 3, element 2, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_xwzy (const uint_4 &_Value) __GPU | 
|   | Set element 0, 3, 2, and 1 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_yxzw, put=set_yxzw)) uint_4 yxzw | 
|   | Property for accessing element 1, 0, 2, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_yxzw, put=set_yxzw)) uint_4 grba | 
|   | Property for accessing element 1, 0, 2, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_yxzw () const __GPU | 
|   | Returns a uint_4 that is composed of element 1, element 0, element 2, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_yxzw (const uint_4 &_Value) __GPU | 
|   | Set element 1, 0, 2, and 3 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_yxwz, put=set_yxwz)) uint_4 yxwz | 
|   | Property for accessing element 1, 0, 3, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_yxwz, put=set_yxwz)) uint_4 grab | 
|   | Property for accessing element 1, 0, 3, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_yxwz () const __GPU | 
|   | Returns a uint_4 that is composed of element 1, element 0, element 3, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_yxwz (const uint_4 &_Value) __GPU | 
|   | Set element 1, 0, 3, and 2 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_yzxw, put=set_yzxw)) uint_4 yzxw | 
|   | Property for accessing element 1, 2, 0, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_yzxw, put=set_yzxw)) uint_4 gbra | 
|   | Property for accessing element 1, 2, 0, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_yzxw () const __GPU | 
|   | Returns a uint_4 that is composed of element 1, element 2, element 0, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_yzxw (const uint_4 &_Value) __GPU | 
|   | Set element 1, 2, 0, and 3 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_yzwx, put=set_yzwx)) uint_4 yzwx | 
|   | Property for accessing element 1, 2, 3, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_yzwx, put=set_yzwx)) uint_4 gbar | 
|   | Property for accessing element 1, 2, 3, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_yzwx () const __GPU | 
|   | Returns a uint_4 that is composed of element 1, element 2, element 3, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_yzwx (const uint_4 &_Value) __GPU | 
|   | Set element 1, 2, 3, and 0 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_ywxz, put=set_ywxz)) uint_4 ywxz | 
|   | Property for accessing element 1, 3, 0, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_ywxz, put=set_ywxz)) uint_4 garb | 
|   | Property for accessing element 1, 3, 0, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_ywxz () const __GPU | 
|   | Returns a uint_4 that is composed of element 1, element 3, element 0, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_ywxz (const uint_4 &_Value) __GPU | 
|   | Set element 1, 3, 0, and 2 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_ywzx, put=set_ywzx)) uint_4 ywzx | 
|   | Property for accessing element 1, 3, 2, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_ywzx, put=set_ywzx)) uint_4 gabr | 
|   | Property for accessing element 1, 3, 2, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_ywzx () const __GPU | 
|   | Returns a uint_4 that is composed of element 1, element 3, element 2, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_ywzx (const uint_4 &_Value) __GPU | 
|   | Set element 1, 3, 2, and 0 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zxyw, put=set_zxyw)) uint_4 zxyw | 
|   | Property for accessing element 2, 0, 1, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zxyw, put=set_zxyw)) uint_4 brga | 
|   | Property for accessing element 2, 0, 1, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_zxyw () const __GPU | 
|   | Returns a uint_4 that is composed of element 2, element 0, element 1, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_zxyw (const uint_4 &_Value) __GPU | 
|   | Set element 2, 0, 1, and 3 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zxwy, put=set_zxwy)) uint_4 zxwy | 
|   | Property for accessing element 2, 0, 3, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zxwy, put=set_zxwy)) uint_4 brag | 
|   | Property for accessing element 2, 0, 3, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_zxwy () const __GPU | 
|   | Returns a uint_4 that is composed of element 2, element 0, element 3, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_zxwy (const uint_4 &_Value) __GPU | 
|   | Set element 2, 0, 3, and 1 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zyxw, put=set_zyxw)) uint_4 zyxw | 
|   | Property for accessing element 2, 1, 0, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zyxw, put=set_zyxw)) uint_4 bgra | 
|   | Property for accessing element 2, 1, 0, and 3 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_zyxw () const __GPU | 
|   | Returns a uint_4 that is composed of element 2, element 1, element 0, and element 3 of this uint_4.  More...
  | 
|   | 
| void  | set_zyxw (const uint_4 &_Value) __GPU | 
|   | Set element 2, 1, 0, and 3 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zywx, put=set_zywx)) uint_4 zywx | 
|   | Property for accessing element 2, 1, 3, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zywx, put=set_zywx)) uint_4 bgar | 
|   | Property for accessing element 2, 1, 3, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_zywx () const __GPU | 
|   | Returns a uint_4 that is composed of element 2, element 1, element 3, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_zywx (const uint_4 &_Value) __GPU | 
|   | Set element 2, 1, 3, and 0 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zwxy, put=set_zwxy)) uint_4 zwxy | 
|   | Property for accessing element 2, 3, 0, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zwxy, put=set_zwxy)) uint_4 barg | 
|   | Property for accessing element 2, 3, 0, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_zwxy () const __GPU | 
|   | Returns a uint_4 that is composed of element 2, element 3, element 0, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_zwxy (const uint_4 &_Value) __GPU | 
|   | Set element 2, 3, 0, and 1 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zwyx, put=set_zwyx)) uint_4 zwyx | 
|   | Property for accessing element 2, 3, 1, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_zwyx, put=set_zwyx)) uint_4 bagr | 
|   | Property for accessing element 2, 3, 1, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_zwyx () const __GPU | 
|   | Returns a uint_4 that is composed of element 2, element 3, element 1, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_zwyx (const uint_4 &_Value) __GPU | 
|   | Set element 2, 3, 1, and 0 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wxyz, put=set_wxyz)) uint_4 wxyz | 
|   | Property for accessing element 3, 0, 1, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wxyz, put=set_wxyz)) uint_4 argb | 
|   | Property for accessing element 3, 0, 1, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_wxyz () const __GPU | 
|   | Returns a uint_4 that is composed of element 3, element 0, element 1, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_wxyz (const uint_4 &_Value) __GPU | 
|   | Set element 3, 0, 1, and 2 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wxzy, put=set_wxzy)) uint_4 wxzy | 
|   | Property for accessing element 3, 0, 2, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wxzy, put=set_wxzy)) uint_4 arbg | 
|   | Property for accessing element 3, 0, 2, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_wxzy () const __GPU | 
|   | Returns a uint_4 that is composed of element 3, element 0, element 2, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_wxzy (const uint_4 &_Value) __GPU | 
|   | Set element 3, 0, 2, and 1 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wyxz, put=set_wyxz)) uint_4 wyxz | 
|   | Property for accessing element 3, 1, 0, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wyxz, put=set_wyxz)) uint_4 agrb | 
|   | Property for accessing element 3, 1, 0, and 2 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_wyxz () const __GPU | 
|   | Returns a uint_4 that is composed of element 3, element 1, element 0, and element 2 of this uint_4.  More...
  | 
|   | 
| void  | set_wyxz (const uint_4 &_Value) __GPU | 
|   | Set element 3, 1, 0, and 2 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wyzx, put=set_wyzx)) uint_4 wyzx | 
|   | Property for accessing element 3, 1, 2, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wyzx, put=set_wyzx)) uint_4 agbr | 
|   | Property for accessing element 3, 1, 2, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_wyzx () const __GPU | 
|   | Returns a uint_4 that is composed of element 3, element 1, element 2, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_wyzx (const uint_4 &_Value) __GPU | 
|   | Set element 3, 1, 2, and 0 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wzxy, put=set_wzxy)) uint_4 wzxy | 
|   | Property for accessing element 3, 2, 0, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wzxy, put=set_wzxy)) uint_4 abrg | 
|   | Property for accessing element 3, 2, 0, and 1 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_wzxy () const __GPU | 
|   | Returns a uint_4 that is composed of element 3, element 2, element 0, and element 1 of this uint_4.  More...
  | 
|   | 
| void  | set_wzxy (const uint_4 &_Value) __GPU | 
|   | Set element 3, 2, 0, and 1 of this uint_4 with a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wzyx, put=set_wzyx)) uint_4 wzyx | 
|   | Property for accessing element 3, 2, 1, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
|   | __declspec (property(get=get_wzyx, put=set_wzyx)) uint_4 abgr | 
|   | Property for accessing element 3, 2, 1, and 0 of this uint_4 as a uint_4.  More...
  | 
|   | 
| uint_4  | get_wzyx () const __GPU | 
|   | Returns a uint_4 that is composed of element 3, element 2, element 1, and element 0 of this uint_4.  More...
  | 
|   | 
| void  | set_wzyx (const uint_4 &_Value) __GPU | 
|   | Set element 3, 2, 1, and 0 of this uint_4 with a uint_4.  More...
  | 
|   |