selector for position or properties left side More...
selector for position or properties left side
vector | type of the original vector |
prp | property id |
Definition at line 92 of file vector_dist_operators_cuda.cuh.
Public Types | |
typedef Point< vector::dims, typename vector::stype >::type_native | property_act |
Static Public Member Functions | |
__device__ static __host__ auto | value (vector &v, const vect_dist_key_dx &k) -> decltype(ger< vector::dims, typename vector::stype >::getExprL(v.getPos(k))) |
return the value (position or property) of the particle k in the vector v | |
static auto | value_type (vector &&v, const vect_dist_key_dx &k) -> decltype(v.getPos(k)) |
return the value (position or property) of the particle k in the vector v | |