BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PB.h
Go to the documentation of this file.
1 // ----------------------------------------------------
2 // $Maintainer: Marcel Schumann $
3 // $Authors: Marcel Schumann $
4 // ----------------------------------------------------
5 
8 
9 #ifndef BALL_SCORING_COMPONENTS_PB_H
10 #define BALL_SCORING_COMPONENTS_PB_H
11 
12 namespace BALL
13 {
16  {
17  public :
18  PB(ScoringFunction& sf);
19 
20  ~PB();
21 
22  void update(const vector<std::pair<Atom*, Atom*> >& pair_vector);
23 
24  double updateScore();
25 
26  void setupLigand();
27 
28  protected:
30 
34  };
35 }
36 
37 #endif // BALL_SCORING_COMPONENTS_PB_H
System receptor_atoms_
Definition: PB.h:31
FDPB * pb_solver_
Definition: PB.h:29
System complex_atoms_
Definition: PB.h:33
Definition: PB.h:15
System ligand_atoms_
Definition: PB.h:32
#define BALL_EXPORT
Definition: COMMON/global.h:50