BALL
1.4.79
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
BALL
SCORING
FUNCTIONS
MMScoring.h
Go to the documentation of this file.
1
// ----------------------------------------------------
2
// $Maintainer: Marcel Schumann $
3
// $Authors: Marcel Schumann $
4
// ----------------------------------------------------
5
6
#ifndef BALL_SCORING_FUNCTIONS_MMSCORING_H
7
#define BALL_SCORING_FUNCTIONS_MMSCORING_H
8
9
#include <
BALL/SCORING/COMMON/diffScoringFunction.h
>
10
#include <
BALL/MOLMEC/AMBER/amber.h
>
11
12
13
namespace
BALL
14
{
15
class
BALL_EXPORT
MMScoring
:
public
DifferentiableScoringFunction
16
{
17
public
:
19
MMScoring
(
AtomContainer
& receptor,
AtomContainer
& reference_ligand,
Options
& options);
20
21
MMScoring
(
AtomContainer
& receptor,
Vector3
& hashgrid_origin,
Options
& options);
22
23
protected
:
24
void
setup();
25
26
double
getES();
27
29
ForceFieldParameters
forcefield_parameters_
;
30
};
31
}
32
33
#endif // BALL_SCORING_FUNCTIONS_MMSCORING_H
BALL::MMScoring::forcefield_parameters_
ForceFieldParameters forcefield_parameters_
Definition:
MMScoring.h:29
BALL::TVector3< float >
diffScoringFunction.h
BALL::AtomContainer
Definition:
atomContainer.h:29
BALL::Options
Definition:
options.h:46
amber.h
BALL::DifferentiableScoringFunction
Definition:
diffScoringFunction.h:15
BALL::ForceFieldParameters
Definition:
forceFieldParameters.h:29
BALL::MMScoring
Definition:
MMScoring.h:15
BALL_EXPORT
#define BALL_EXPORT
Definition:
COMMON/global.h:50
Generated by
1.8.7