BALL_EXPORT float BALL::calculateSESArea | ( | const AtomContainer & | fragment, | |
float | probe_radius = 1.5 | |||
) |
Calculate the solvent excluded surface area analytically. This method uses the algorithm by Michael L. Connolly. ?????
fragment | the kernel object containing the atoms | |
probe_radius | the probe radius used for the SAS |
BALL_EXPORT float BALL::calculateSESAtomAreas | ( | const AtomContainer & | fragment, | |
HashMap< const Atom *, float > & | atom_areas, | |||
float | probe_radius = 1.5 | |||
) |
Calculate the solvent excluded surface area analytically. This method uses the algorithm by Michael L. Connolly. ?????
fragment | the kernel object containing the atoms | |
probe_radius | the probe radius used for the SAS | |
atom_areas |
BALL_EXPORT float BALL::calculateSESVolume | ( | const AtomContainer & | fragment, | |
float | probe_radius = 1.5 | |||
) |
Calculate the solvent excluded volume analytically. This method uses the algorithm by Michael L. Connolly. ?????
fragment | the kernel object containing the atoms | |
probe_radius | the probe radius used for the SAS |