cuda::experimental::stf::pos4#
-
class pos4#
pos4 class defining a position within a multidimensional object (default value 0 in each axis)
Subclassed by cuda::experimental::stf::dim4
Public Functions
-
constexpr pos4() = default#
-
inline constexpr int get(size_t axis_id) const#
Get the position along a specific axis.
-
inline constexpr int operator()(int axis_id) const#
Get the position along a specific axis.
-
constexpr pos4() = default#