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
rescoring4D.h
Go to the documentation of this file.
1
// ----------------------------------------------------
2
// $Maintainer: Marcel Schumann $
3
// $Authors: Marcel Schumann $
4
// ----------------------------------------------------
5
6
#ifndef BALL_SCORING_FUNCTIONS_RESCORING4D_H
7
#define BALL_SCORING_FUNCTIONS_RESCORING4D_H
8
9
#include <
BALL/SCORING/FUNCTIONS/rescoring3D.h
>
10
11
12
namespace
BALL
13
{
14
class
BALL_EXPORT
Rescoring4D
:
public
Rescoring3D
15
{
16
public
:
17
Rescoring4D
(
AtomContainer
& receptor,
AtomContainer
& reference_ligand,
Options
& options,
String
free_energy_label,
ScoringFunction
* sf);
18
19
protected
:
21
void
generateAtomScoreContributions_(
const
Atom
* atom, vector<double>& contributions);
22
};
23
}
24
25
#endif // BALL_SCORING_FUNCTIONS_RESCORING4D_H
rescoring3D.h
BALL::String
Definition:
string.h:61
BALL::ScoringFunction
Definition:
scoringFunction.h:28
BALL::AtomContainer
Definition:
atomContainer.h:29
BALL::Options
Definition:
options.h:46
BALL::Rescoring3D
Definition:
rescoring3D.h:15
BALL::Rescoring4D
Definition:
rescoring4D.h:14
BALL::Atom
Definition:
atom.h:87
BALL_EXPORT
#define BALL_EXPORT
Definition:
COMMON/global.h:50
Generated by
1.8.7