#include <ost/mol/entity_view.hh>
#include <ost/mol/entity_handle.hh>
Go to the source code of this file.
Data Structures | |
class | NACCESSAccessibilityParam |
class | DSSPAccessibilityParam |
Namespaces | |
namespace | ost |
namespace | ost::mol |
namespace | ost::mol::alg |
Enumerations | |
enum | AccessibilityAlgorithm { NACCESS, DSSP } |
Functions | |
Real | Accessibility (ost::mol::EntityView &ent, Real probe_radius=1.4, bool include_hydrogens=false, bool include_hetatm=false, bool include_water=false, bool oligo_mode=false, const String &selection="", const String &asa_abs="asaAbs", const String &asa_rel="asaRel", const String &asa_atom="asaAtom", AccessibilityAlgorithm algorithm=NACCESS) |
Real | Accessibility (ost::mol::EntityHandle &ent, Real probe_radius=1.4, bool include_hydrogens=false, bool include_hetatm=false, bool include_water=false, bool oligo_mode=false, const String &selection="", const String &asa_abs="asaAbs", const String &asa_rel="asaRel", const String &asa_atom="asaAtom", AccessibilityAlgorithm algorithm=NACCESS) |