Class interface for specifying NDRange values.
More...
#include <cl.hpp>
Class interface for specifying NDRange values.
Definition at line 4735 of file cl.hpp.
Default constructor - resulting range has zero dimensions.
Definition at line 4743 of file cl.hpp.
cl::NDRange::NDRange |
( |
::size_t |
size0 | ) |
|
|
inline |
Constructs one-dimensional range.
Definition at line 4748 of file cl.hpp.
Constructs two-dimensional range.
Definition at line 4755 of file cl.hpp.
Constructs three-dimensional range.
Definition at line 4763 of file cl.hpp.
::size_t cl::NDRange::dimensions |
( |
| ) |
const |
|
inline |
Queries the number of dimensions in the range.
Definition at line 4780 of file cl.hpp.
cl::NDRange::operator const ::size_t * |
( |
| ) |
const |
|
inline |
Conversion operator to const ::size_t *.
- Returns
- a pointer to the size of the first dimension.
Definition at line 4775 of file cl.hpp.
cl_uint cl::NDRange::dimensions_ |
|
private |
The documentation for this class was generated from the following file: