id
MISSING
(1) | |
(2) | |
(3) | |
(4) | |
(5) | |
(6) | |
(7) | |
(8) |
-
copy constructor from the templated operator interface class used internally to the public templated class.
Parameters:-
const detail::index_array_operators<3, cl::sycl::id> &
indexArray
-
-
copy constructor from the non templated base class used internally to the public templated class.
Parameters:-
const item<3> &
itemBase
-
-
Default constructor for id, initialized to { 1, 1, 1 }
-
(default)
Default copy constructor for id.
Parameters:-
const cl::sycl::id<3> &
rhs
-
-
copy constructor from the non templated base class used internally to the public templated class.
Parameters:-
const detail::index_array &
indexArray
-
-
Constructor taking in a item
Parameters:-
const detail::item_base &
itemBase
-
-
conversion from range to id constructor.
Parameters:-
const range<3> &
r
-
-
id(size_t x, size_t y, size_t z) Create a three dimensional id from three size_t parameters.
Parameters:-
size_t
x
-
size_t
y
-
size_t
z
-