Public Member Functions | Public Attributes

uint4 Struct Reference

#include <cl_MiniCL_Defs.h>

List of all members.

Public Member Functions

 uint4 ()
 uint4 (uint val)
uint4operator+= (const uint4 &other)

Public Attributes

unsigned int x
unsigned int y
unsigned int z
unsigned int w

Detailed Description

Definition at line 392 of file cl_MiniCL_Defs.h.


Constructor & Destructor Documentation

uint4::uint4 (  )  [inline]

Definition at line 395 of file cl_MiniCL_Defs.h.

uint4::uint4 ( uint  val  )  [inline]

Definition at line 396 of file cl_MiniCL_Defs.h.


Member Function Documentation

uint4& uint4::operator+= ( const uint4 other  )  [inline]

Definition at line 397 of file cl_MiniCL_Defs.h.


Member Data Documentation

unsigned int uint4::w

Definition at line 394 of file cl_MiniCL_Defs.h.

unsigned int uint4::x

Definition at line 394 of file cl_MiniCL_Defs.h.

unsigned int uint4::y

Definition at line 394 of file cl_MiniCL_Defs.h.

unsigned int uint4::z

Definition at line 394 of file cl_MiniCL_Defs.h.


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