BALL
1.4.79
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
BALL
SCORING
COMPONENTS
electrostatic.h
Go to the documentation of this file.
1
/* electrostatic.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_COMPONENTS_ELECTROSTATIC_H
25
#define BALL_SCORING_COMPONENTS_ELECTROSTATIC_H
26
27
#include <
BALL/MOLMEC/AMBER/amberNonBonded.h
>
28
#include <
BALL/SCORING/COMMON/scoringComponent.h
>
29
30
namespace
BALL
31
{
32
class
VanDerWaals;
33
34
class
BALL_EXPORT
Electrostatic
:
public
ScoringComponent
35
{
36
public
:
37
Electrostatic
(
Options
& options,
ForceFieldParameters
& forcefield_parameters);
38
39
Electrostatic
(
VanDerWaals
* vdw);
40
41
~
Electrostatic
();
42
43
void
update(
const
vector<std::pair<Atom*, Atom*> >& pair_vector);
44
45
double
updateScore();
46
47
AmberNonBonded
* getAmberNonBonded();
48
49
private
:
50
bool
do_calculations_;
51
52
protected
:
53
AmberNonBonded
*
amber_nb_
;
54
};
55
}
56
57
#endif // BALL_SCORING_COMPONENTS/ELECTROSTATIC_H
BALL::Electrostatic::amber_nb_
AmberNonBonded * amber_nb_
Definition:
electrostatic.h:53
BALL::Electrostatic
Definition:
electrostatic.h:34
BALL::ScoringComponent
Definition:
scoringComponent.h:38
scoringComponent.h
BALL::Options
Definition:
options.h:46
BALL::ForceFieldParameters
Definition:
forceFieldParameters.h:29
amberNonBonded.h
BALL
-*- Mode: C++; tab-width: 2; -*-
Definition:
constants.h:12
BALL::AmberNonBonded
Definition:
amberNonBonded.h:38
BALL::VanDerWaals
Definition:
vanDerWaals.h:34
BALL_EXPORT
#define BALL_EXPORT
Definition:
COMMON/global.h:50
Generated by
1.8.9.1