OpenCL C++ Bindings
|
Class interface for specifying NDRange values. More...
#include <opencl.hpp>
Public Member Functions | |
NDRange () | |
Default constructor - resulting range has zero dimensions. More... | |
NDRange (size_type size0) | |
Constructs one-dimensional range. More... | |
NDRange (size_type size0, size_type size1) | |
Constructs two-dimensional range. More... | |
NDRange (size_type size0, size_type size1, size_type size2) | |
Constructs three-dimensional range. More... | |
operator const size_type * () const | |
Conversion operator to const size_type *. More... | |
size_type | dimensions () const |
Queries the number of dimensions in the range. More... | |
size_type | size () const |
Returns the size of the object in bytes based on the. More... | |
size_type * | get () |
const size_type * | get () const |
Class interface for specifying NDRange values.
Definition at line 5798 of file opencl.hpp.
|
inline |
Default constructor - resulting range has zero dimensions.
Definition at line 5806 of file opencl.hpp.
|
inline |
Constructs one-dimensional range.
Definition at line 5815 of file opencl.hpp.
|
inline |
Constructs two-dimensional range.
Definition at line 5824 of file opencl.hpp.
|
inline |
Constructs three-dimensional range.
Definition at line 5833 of file opencl.hpp.
|
inline |
Queries the number of dimensions in the range.
Definition at line 5850 of file opencl.hpp.
|
inline |
Definition at line 5862 of file opencl.hpp.
|
inline |
Definition at line 5867 of file opencl.hpp.
|
inline |
Conversion operator to const size_type *.
Definition at line 5845 of file opencl.hpp.
|
inline |
Returns the size of the object in bytes based on the.
Definition at line 5857 of file opencl.hpp.