Gromacs
2024.3
|
Internal data structure for the insolidangle
selection method.
Contains the reference points that partially cover a certain region on the surface of the unit sphere. If n
is -1, the whole region described by the bin is covered.
Public Attributes | |
int | n |
Number of points in the array x , -1 if whole bin covered. More... | |
int | n_alloc |
Number of elements allocated for x . More... | |
rvec * | x |
Array of points that partially cover the bin. More... | |
int spheresurfacebin::n |
Number of points in the array x
, -1 if whole bin covered.
int spheresurfacebin::n_alloc |
Number of elements allocated for x
.
rvec* spheresurfacebin::x |
Array of points that partially cover the bin.