FreeSASA  2.1.2
Open source SASA calculations
View on GitHub
Data Fields
freesasa_parameters Struct Reference

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...
 

Detailed Description

Struct to store parameters for SASA calculation.

Definition at line 232 of file freesasa.h.

Field Documentation

◆ alg

freesasa_algorithm freesasa_parameters::alg

Algorithm.

Definition at line 233 of file freesasa.h.

◆ probe_radius

double freesasa_parameters::probe_radius

Probe radius (in Ångström).

Definition at line 234 of file freesasa.h.

◆ shrake_rupley_n_points

int freesasa_parameters::shrake_rupley_n_points

Number of test points in S&R calculation.

Definition at line 235 of file freesasa.h.

◆ lee_richards_n_slices

int freesasa_parameters::lee_richards_n_slices

Number of slices per atom in L&R calculation.

Definition at line 236 of file freesasa.h.

◆ n_threads

int freesasa_parameters::n_threads

Number of threads to use, if compiled with thread-support.

Definition at line 237 of file freesasa.h.


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