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
PBScoring.h
Go to the documentation of this file.
1
// ----------------------------------------------------
2
// $Maintainer: Marcel Schumann $
3
// $Authors: Marcel Schumann $
4
// ----------------------------------------------------
5
6
#ifndef BALL_SCORING_FUNCTIONS_PBSCORING_H
7
#define BALL_SCORING_FUNCTIONS_PBSCORING_H
8
9
#include <
BALL/SCORING/COMMON/scoringFunction.h
>
10
11
12
namespace
BALL
13
{
14
class
BALL_EXPORT
PBScoring
:
public
ScoringFunction
15
{
16
public
:
18
PBScoring
(
AtomContainer
& receptor,
AtomContainer
& reference_ligand,
Options
& options);
19
20
PBScoring
(
AtomContainer
& receptor,
Vector3
& hashgrid_origin,
Options
& options);
21
22
protected
:
23
void
setup();
24
25
double
getES();
26
};
27
}
28
29
#endif // BALL_SCORING_FUNCTIONS_PBSCORING_H
BALL::PBScoring
Definition:
PBScoring.h:14
BALL::TVector3< float >
scoringFunction.h
BALL::ScoringFunction
Definition:
scoringFunction.h:28
BALL::AtomContainer
Definition:
atomContainer.h:29
BALL::Options
Definition:
options.h:46
BALL_EXPORT
#define BALL_EXPORT
Definition:
COMMON/global.h:50
Generated by
1.8.7