Struct to store results of SASA calculation. More...
#include <freesasa.h>
Data Fields | |
| double | total |
| Total SASA in Ångström^2. | |
| double * | sasa |
| SASA of each atom in Ångström^2. | |
| int | n_atoms |
| Number of atoms. | |
Struct to store results of SASA calculation.
Definition at line 99 of file freesasa.h.
1.8.10