BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
diffGridBasedScoring.h
Go to the documentation of this file.
1 // ----------------------------------------------------
2 // $Maintainer: Marcel Schumann $
3 // $Authors: Marcel Schumann $
4 // ----------------------------------------------------
5 
6 #ifndef BALL_SCORING_COMMON_DIFFGRIDBASEDSCORING_H
7 #define BALL_SCORING_COMMON_DIFFGRIDBASEDSCORING_H
8 
11 
12 
13 namespace BALL
14 {
16  {
17  public:
18  DiffGridBasedScoring(AtomContainer& receptor, AtomContainer& ligand, Options& options);
19 
20  DiffGridBasedScoring(AtomContainer& receptor, Vector3& hashgrid_origin, Options& options);
21 
23 
24  virtual void setLigand(AtomContainer* sys);
25 
27  void update();
28 
30  virtual double updateScore();
31 
32  void testOverlaps(Vector3& position, HashGrid3<Atom*>* hashg = NULL);
33 
34  protected:
35  //ForceField* force_field_;
36 
39  void updatePrecalculatedScore(Size set);
40 
41  private:
42 
43  };
44 }
45 
46 #endif // BALL_SCORING_COMMON_DIFFGRIDBASEDSCORING_H
#define BALL_EXPORT
Definition: COMMON/global.h:50