Struct to store parameters for SASA calculation. More...
#include <freesasa.h>
Data Fields | |
freesasa_algorithm | alg |
Algorithm. More... | |
double | probe_radius |
Probe radius (in Ångström). More... | |
int | shrake_rupley_n_points |
Number of test points in S&R calculation. More... | |
int | lee_richards_n_slices |
Number of slices per atom in L&R calculation. More... | |
int | n_threads |
Number of threads to use, if compiled with thread-support. More... | |
Struct to store parameters for SASA calculation.
Definition at line 232 of file freesasa.h.
freesasa_algorithm freesasa_parameters::alg |
Algorithm.
Definition at line 233 of file freesasa.h.
double freesasa_parameters::probe_radius |
Probe radius (in Ångström).
Definition at line 234 of file freesasa.h.
int freesasa_parameters::shrake_rupley_n_points |
Number of test points in S&R calculation.
Definition at line 235 of file freesasa.h.
int freesasa_parameters::lee_richards_n_slices |
Number of slices per atom in L&R calculation.
Definition at line 236 of file freesasa.h.
int freesasa_parameters::n_threads |
Number of threads to use, if compiled with thread-support.
Definition at line 237 of file freesasa.h.