BALL  1.5.0
gridedMM.h
Go to the documentation of this file.
1 // ----------------------------------------------------
2 // $Maintainer: Marcel Schumann $
3 // $Authors: Marcel Schumann $
4 // ----------------------------------------------------
5 
6 #ifndef BALL_SCORING_FUNCTIONS_GRIDEDMM_H
7 #define BALL_SCORING_FUNCTIONS_GRIDEDMM_H
8 
12 
13 namespace BALL
14 {
16  {
17  public:
18  GridedMM(AtomContainer& receptor, AtomContainer& ligand, Options& options);
19 
20  GridedMM(AtomContainer& receptor, Vector3& hashgrid_origin, Options& options);
21 
22  protected:
23  AtomTypes& getAtomTypes();
24 
25  void setup();
26 
27  double getES();
28 
30  };
31 }
32 
33 #endif // BALL_SCORING_FUNCTIONS_GRIDEDMM_H
BALL::DiffGridBasedScoring
Definition: diffGridBasedScoring.h:15
electrostatic.h
BALL::Options
Definition: options.h:46
BALL::AtomContainer
Definition: atomContainer.h:29
BALL
Definition: constants.h:12
BALL::TVector3< float >
diffGridBasedScoring.h
BALL::ForceFieldParameters
Definition: forceFieldParameters.h:29
BALL::GridedMM
Definition: gridedMM.h:15
amber.h
BALL::GridedMM::forcefield_parameters_
ForceFieldParameters forcefield_parameters_
Definition: gridedMM.h:29
BALL::AtomTypes
Definition: atomTypes.h:28
BALL_EXPORT
#define BALL_EXPORT
Definition: COMMON/global.h:50