#include <cuda_runtime.h>
List of all members.
Public Member Functions |
| dim3 (unsigned int vx=1, unsigned int vy=1, unsigned int vz=1) |
| dim3 (uint3 v) |
| operator uint3 (void) |
Public Attributes |
unsigned int | x |
unsigned int | y |
unsigned int | z |
Constructor & Destructor Documentation
dim3::dim3 |
( |
unsigned int |
vx = 1 , |
|
|
unsigned int |
vy = 1 , |
|
|
unsigned int |
vz = 1 |
|
) |
| [inline] |
dim3::dim3 |
( |
uint3 |
v | ) |
[inline] |
Member Function Documentation
dim3::operator uint3 |
( |
void |
| ) |
[inline] |
Member Data Documentation
The documentation for this struct was generated from the following files: