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
COMMON
diffGridBasedScoring.h
Go to the documentation of this file.
1
// ----------------------------------------------------
2
// $Maintainer: Marcel Schumann $
3
// $Authors: Marcel Schumann $
4
// ----------------------------------------------------
5
6
#ifndef BALL_SCORING_COMMON_DIFFGRIDBASEDSCORING_H
7
#define BALL_SCORING_COMMON_DIFFGRIDBASEDSCORING_H
8
9
#include <
BALL/SCORING/COMMON/gridBasedScoring.h
>
10
#include <
BALL/MOLMEC/COMMON/forceField.h
>
11
12
13
namespace
BALL
14
{
15
class
BALL_EXPORT
DiffGridBasedScoring
:
public
GridBasedScoring
16
{
17
public
:
18
DiffGridBasedScoring
(
AtomContainer
& receptor,
AtomContainer
& ligand,
Options
& options);
19
20
DiffGridBasedScoring
(
AtomContainer
& receptor,
Vector3
& hashgrid_origin,
Options
& options);
21
22
~
DiffGridBasedScoring
();
23
24
virtual
void
setLigand(
AtomContainer
* sys);
25
27
void
update();
28
30
virtual
double
updateScore();
31
32
void
testOverlaps(
Vector3
& position,
HashGrid3<Atom*>
* hashg = NULL);
33
34
protected
:
35
//ForceField* force_field_;
36
39
void
updatePrecalculatedScore(
Size
set);
40
41
private
:
42
43
};
44
}
45
46
#endif // BALL_SCORING_COMMON_DIFFGRIDBASEDSCORING_H
BALL::GridBasedScoring
Definition:
gridBasedScoring.h:21
forceField.h
BALL::TVector3< float >
BALL::AtomContainer
Definition:
atomContainer.h:29
BALL::Options
Definition:
options.h:46
gridBasedScoring.h
BALL::DiffGridBasedScoring
Definition:
diffGridBasedScoring.h:15
BALL::HashGrid3
Definition:
hashGrid.h:43
BALL_SIZE_TYPE
BALL_EXPORT
#define BALL_EXPORT
Definition:
COMMON/global.h:50
Generated by
1.8.7