Public Attributes | |
| long int | natoms |
| max grid sizes and attributes the current allocations will support. More... | |
| int | colorperatom |
| int | gx |
| int | gy |
| int | gz |
| CUDAMarchingCubes * | mc |
| Marching cubes class used to extract surface. More... | |
| float * | devdensity |
| density map stored in GPU memory. More... | |
| void * | devvoltexmap |
| volumetric texture map. More... | |
| float4 * | xyzr_d |
| atom coords and radii. More... | |
| float4 * | sorted_xyzr_d |
| cell-sorted coords and radii. More... | |
| float4 * | color_d |
| colors. More... | |
| float4 * | sorted_color_d |
| cell-sorted colors. More... | |
| unsigned int * | atomIndex_d |
| cell index for each atom. More... | |
| unsigned int * | atomHash_d |
| uint2 * | cellStartEnd_d |
| cell start/end indices. More... | |
| void * | safety |
| float3 * | v3f_d |
| float3 * | n3f_d |
| float3 * | c3f_d |
| char3 * | n3b_d |
| uchar4 * | c4u_d |
|
|
Definition at line 750 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
cell index for each atom.
Definition at line 749 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
Definition at line 756 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
Definition at line 758 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
cell start/end indices.
Definition at line 751 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
colors.
Definition at line 746 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
Definition at line 735 of file CUDAQuickSurf.cu. |
|
|
density map stored in GPU memory.
Definition at line 742 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
volumetric texture map.
Definition at line 743 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
Definition at line 736 of file CUDAQuickSurf.cu. |
|
|
Definition at line 737 of file CUDAQuickSurf.cu. |
|
|
Definition at line 738 of file CUDAQuickSurf.cu. |
|
|
Marching cubes class used to extract surface.
Definition at line 740 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf, and CUDAQuickSurf::~CUDAQuickSurf. |
|
|
Definition at line 757 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
Definition at line 755 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
max grid sizes and attributes the current allocations will support.
Definition at line 734 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
Definition at line 753 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
cell-sorted colors.
Definition at line 747 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
cell-sorted coords and radii.
Definition at line 745 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
Definition at line 754 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
|
|
atom coords and radii.
Definition at line 744 of file CUDAQuickSurf.cu. Referenced by CUDAQuickSurf::calc_surf. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002