5 #ifndef BALL_STRUCTURE_ANALYTICALSES_H
6 #define BALL_STRUCTURE_ANALYTICALSES_H
17 template <
typename Key,
typename Value>
31 (
const AtomContainer& fragment, HashMap<const Atom*,float>& atom_areas,
float probe_radius = 1.5);
43 (
const AtomContainer& fragment,
float probe_radius = 1.5);
55 (
const AtomContainer& fragment,
float probe_radius = 1.5);
58 #endif // BALL_STRUCTURE_ANALYTICALSES_H
BALL_EXPORT float calculateSESAtomAreas(const AtomContainer &fragment, HashMap< const Atom *, float > &atom_areas, float probe_radius=1.5)
BALL_EXPORT float calculateSESVolume(const AtomContainer &fragment, float probe_radius=1.5)
BALL_EXPORT float calculateSESArea(const AtomContainer &fragment, float probe_radius=1.5)