#include <vacc.h>
Collaboration diagram for sVacc:
Data Fields | |
Vmem * | mem |
Valist * | alist |
Vclist * | clist |
int * | atomFlags |
VaccSurf * | refSphere |
VaccSurf ** | surf |
Vset | acc |
double | surf_density |
|
An integer array (to be treated as bitfields) of Vset type with length equal to the number of vertices in the mesh |
|
Valist structure for list of atoms |
|
Array of boolean flags of length Valist_getNumberAtoms(thee->alist) to prevent double-counting atoms during calculations |
|
Vclist structure for atom cell list |
|
Memory management object for this class |
|
Reference sphere for SASA calculations |
|
Array of surface points for each atom; is not initialized until needed (test against VNULL to determine initialization state) |
|
Minimum solvent accessible surface point density (in pts/A^2) |