CUDASpatialSearch.h File Reference
CUDA kernels that build data structures for spatial sorting, hashing, and searching, used by
QuickSurf, MDFF, etc.
More...
Go to the source code of this file.
Defines
Functions
int
vmd_cuda_build_density_atom_grid (int natoms, const float4 *xyzr_d, const float4 *color_d, float4 *sorted_xyzr_d, float4 *sorted_color_d, unsigned int *atomIndex_d, unsigned int *atomHash_d, uint2 *cellStartEnd_d, int3
volsz, float invgridspacing)
Detailed Description
CUDA kernels that build data structures for spatial sorting, hashing, and searching, used by
QuickSurf, MDFF, etc.
Definition in file CUDASpatialSearch.h.
Define Documentation
#define GRID_CELL_EMPTY 0xffffffff
Function Documentation
int vmd_cuda_build_density_atom_grid
(
int
natoms,
const float4 *
xyzr_d,
float4 *&
sorted_xyzr_d,
uint2 *&
cellStartEnd_d,
int3
volsz,
float
invgridspacing
)
int vmd_cuda_build_density_atom_grid
(
int
natoms,
const float4 *
xyzr_d,
const float4 *
color_d,
float4 *
sorted_xyzr_d,
float4 *
sorted_color_d,
unsigned int *
atomIndex_d,
unsigned int *
atomHash_d,
uint2 *
cellStartEnd_d,
int3
volsz,
float
invgridspacing
)
Generated on Tue Nov 18 02:48:31 2025 for VMD (current) by
doxygen1.2.14 written by Dimitri van Heesch,
© 1997-2002