Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes

Description

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...
 
rvecx
 Array of points that partially cover the bin. More...
 

Member Data Documentation

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.


The documentation for this struct was generated from the following file: