selector for position or properties right side More...
selector for position or properties right side
vector | type of the original vector |
prp | property id |
Definition at line 181 of file vector_dist_operators_cuda.cuh.
Static Public Member Functions | |
__device__ static __host__ auto | value (vector &v, const vect_dist_key_dx &k) -> decltype(ger< vector::dims, typename vector::stype >::getExprR(v.getPos(k))) |
return the value (position or property) of the particle k in the vector v | |
__device__ static __host__ auto | value (vector &v, const unsigned int &k) -> decltype(ger< vector::dims, typename vector::stype >::getExprR(v.getPos(k))) |
return the value (position or property) of the particle k in the vector v | |
|
inlinestatic |
return the value (position or property) of the particle k in the vector v
Definition at line 190 of file vector_dist_operators_cuda.cuh.
|
inlinestatic |
return the value (position or property) of the particle k in the vector v
Definition at line 184 of file vector_dist_operators_cuda.cuh.