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