BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fragmentationalSolvation.h
Go to the documentation of this file.
1 // ----------------------------------------------------
2 // $Maintainer: Marcel Schumann $
3 // $Authors: Marcel Schumann $
4 // ----------------------------------------------------
5 
6 #ifndef BALL_SCORING_COMPONENTS_FRAGMENTATIONALSOLVATION_H
7 #define BALL_SCORING_COMPONENTS_FRAGMENTATIONALSOLVATION_H
8 
10 
11 
12 namespace BALL
13 {
15  {
16  public:
18 
19  void update(const AtomPairVector& pair_vector);
20 
21  double updateScore();
22 
23  private:
24  double getDesolvatedFraction(const Atom* it, const HashGrid3<Atom*>* hashgrid);
25 
26  Vector3 getAtomCell(Atom* atom, const HashGrid3<Atom*>* hashgrid);
27  };
28 }
29 
30 #endif // BALL_SCORING_COMPONENTS_FRAGMENTATIONALSOLVATION_H
#define BALL_EXPORT
Definition: COMMON/global.h:50
std::vector< std::pair< Atom *, Atom * > > AtomPairVector