BALL  1.5.0
gridedPLP.h
Go to the documentation of this file.
1 // ----------------------------------------------------
2 // $Maintainer: Marcel Schumann $
3 // $Authors: Marcel Schumann $
4 // ----------------------------------------------------
5 
6 #ifndef BALL_SCORING_FUNCTIONS_GRIDEDPLP_H
7 #define BALL_SCORING_FUNCTIONS_GRIDEDPLP_H
8 
11 
12 namespace BALL
13 {
16  {
17  public:
18  GridedPLP(AtomContainer& receptor, AtomContainer& ligand, Options& options);
19 
20  GridedPLP(AtomContainer& receptor, Vector3& hashgrid_origin, Options& options);
21 
23 
24  protected:
26 
27  void setup();
28 
29  void setAtomType(Atom* atom, const String& type_name);
30 
31  double getES();
32 
34  };
35 }
36 
37 #endif // BALL_SCORING_FUNCTIONS_GRIDEDPLP_H
BALL::DiffGridBasedScoring
Definition: diffGridBasedScoring.h:16
BALL_EXPORT
#define BALL_EXPORT
Definition: COMMON/global.h:50
BALL::GridedPLP::GridedPLP
GridedPLP(AtomContainer &receptor, Vector3 &hashgrid_origin, Options &options)
BALL::Options
Definition: options.h:48
BALL::AtomContainer
Definition: atomContainer.h:32
BALL::Atom
Definition: atom.h:90
BALL::GridedPLP::getAtomTypes
AtomTypes & getAtomTypes()
BALL::String
Definition: string.h:57
BALL
Definition: constants.h:13
BALL::GridedPLP::getES
double getES()
BALL::GridedPLP::setLigand
void setLigand(AtomContainer *sys)
BALL::TVector3< float >
diffGridBasedScoring.h
BALL::GridedPLP::GridedPLP
GridedPLP(AtomContainer &receptor, AtomContainer &ligand, Options &options)
BALL::GridedPLP::setAtomType
void setAtomType(Atom *atom, const String &type_name)
MMFF94.h
BALL::GridedPLP
Definition: gridedPLP.h:16
BALL::AtomTypes
Definition: atomTypes.h:30
BALL::GridedPLP::setup
void setup()
BALL::GridedPLP::atom_types_
AtomTypes atom_types_
Definition: gridedPLP.h:33