|
Gromacs
2018.8
|
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 t_spheresurfacebin::n |
Number of points in the array x, -1 if whole bin covered.
| int t_spheresurfacebin::n_alloc |
Number of elements allocated for x.
| rvec* t_spheresurfacebin::x |
Array of points that partially cover the bin.
1.8.5