|
FreeSASA
2.1.2
Open source SASA calculations
|
View on GitHub |
Legacy functions and datatypes from FreeSASA 1.x. More...
Functions | |
| int | freesasa_select_area (const char *command, char *name, double *area, const freesasa_structure *structure, const freesasa_result *result) |
| Get area of a selection. More... | |
Legacy functions and datatypes from FreeSASA 1.x.
Kept because they still work although they have been replaced by other functions. Can disappear at any time in the future.
| int freesasa_select_area | ( | const char * | command, |
| char * | name, | ||
| double * | area, | ||
| const freesasa_structure * | structure, | ||
| const freesasa_result * | result | ||
| ) |
Get area of a selection.
| command | The selection |
| name | The name of the selection is stored here, it should be able to store a string of length FREESASA_MAX_SELECTION_NAME. |
| area | The area of the selection is stored here |
| structure | The structure to select from |
| result | The results to integrate |