BALL
1.4.79
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
BALL
SCORING
COMMON
diffGridBasedScoring.h
Go to the documentation of this file.
1
/* diffGridBasedScoring.h
2
*
3
* Copyright (C) 2011 Marcel Schumann
4
*
5
* This program free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation; either version 3 of the License, or (at
8
* your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful, but
11
* WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
* General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License
16
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
// ----------------------------------------------------
20
// $Maintainer: Marcel Schumann $
21
// $Authors: Marcel Schumann $
22
// ----------------------------------------------------
23
24
#ifndef BALL_SCORING_COMMON_DIFFGRIDBASEDSCORING_H
25
#define BALL_SCORING_COMMON_DIFFGRIDBASEDSCORING_H
26
27
#include <
BALL/SCORING/COMMON/gridBasedScoring.h
>
28
#include <
BALL/MOLMEC/COMMON/forceField.h
>
29
30
31
namespace
BALL
32
{
33
class
BALL_EXPORT
DiffGridBasedScoring
:
public
GridBasedScoring
34
{
35
public
:
36
DiffGridBasedScoring
(
AtomContainer
& receptor,
AtomContainer
& ligand,
Options
& options);
37
38
DiffGridBasedScoring
(
AtomContainer
& receptor,
Vector3
& hashgrid_origin,
Options
& options);
39
40
~
DiffGridBasedScoring
();
41
42
virtual
void
setLigand(
AtomContainer
* sys);
43
45
void
update();
46
48
virtual
double
updateScore();
49
50
void
testOverlaps(
Vector3
& position,
HashGrid3<Atom*>
* hashg = NULL);
51
52
protected
:
53
//ForceField* force_field_;
54
57
void
updatePrecalculatedScore(
Size
set);
58
59
private
:
60
61
};
62
}
63
64
#endif // BALL_SCORING_COMMON_DIFFGRIDBASEDSCORING_H
BALL::GridBasedScoring
Definition:
gridBasedScoring.h:39
forceField.h
BALL::TVector3< float >
BALL::AtomContainer
Definition:
atomContainer.h:29
BALL::Options
Definition:
options.h:46
gridBasedScoring.h
BALL::DiffGridBasedScoring
Definition:
diffGridBasedScoring.h:33
BALL::HashGrid3
Definition:
hashGrid.h:43
BALL_SIZE_TYPE
BALL
-*- Mode: C++; tab-width: 2; -*-
Definition:
constants.h:12
BALL_EXPORT
#define BALL_EXPORT
Definition:
COMMON/global.h:50
Generated by
1.8.9.1