Namespaces | |
namespace | Launch |
Functions | |
__global__ void | particlesWithinRadii (Particles *particles, int *particlesWithin, real deltaRadial, int n) |
Particles within radius/radii. More... | |
template<typename T > | |
__global__ void | cartesianToRadial (Particles *particles, int *particlesWithin, T *input, T *output, real deltaRadial, int n) |
Convert cartesian to radial. More... | |
__global__ void Processing::Kernel::cartesianToRadial | ( | Particles * | particles, |
int * | particlesWithin, | ||
T * | input, | ||
T * | output, | ||
real | deltaRadial, | ||
int | n | ||
) |
Convert cartesian to radial.
Corresponding wrapper function: Processing::Kernel::Launch::cartesianToRadial()
T |
particles | |
particlesWithin | |
input | |
output | |
deltaRadial | |
n |
Definition at line 40 of file kernels.cu.
__global__ void Processing::Kernel::particlesWithinRadii | ( | Particles * | particles, |
int * | particlesWithin, | ||
real | deltaRadial, | ||
int | n | ||
) |
Particles within radius/radii.
Corresponding wrapper function: Processing::Kernel::Launch::particlesWithinRadii()
particles | Particles class instance |
particlesWithin | |
deltaRadial | |
n |
Definition at line 8 of file kernels.cu.