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
COMPONENTS
electrostatic.h
Go to the documentation of this file.
1
// ----------------------------------------------------
2
// $Maintainer: Marcel Schumann $
3
// $Authors: Marcel Schumann $
4
// ----------------------------------------------------
5
6
#ifndef BALL_SCORING_COMPONENTS_ELECTROSTATIC_H
7
#define BALL_SCORING_COMPONENTS_ELECTROSTATIC_H
8
9
#include <
BALL/MOLMEC/AMBER/amberNonBonded.h
>
10
#include <
BALL/SCORING/COMMON/scoringComponent.h
>
11
12
namespace
BALL
13
{
14
class
VanDerWaals;
15
16
class
BALL_EXPORT
Electrostatic
:
public
ScoringComponent
17
{
18
public
:
19
Electrostatic
(
Options
& options,
ForceFieldParameters
& forcefield_parameters);
20
21
Electrostatic
(
VanDerWaals
* vdw);
22
23
~
Electrostatic
();
24
25
void
update(
const
vector<std::pair<Atom*, Atom*> >& pair_vector);
26
27
double
updateScore();
28
29
AmberNonBonded
* getAmberNonBonded();
30
31
private
:
32
bool
do_calculations_;
33
34
protected
:
35
AmberNonBonded
*
amber_nb_
;
36
};
37
}
38
39
#endif // BALL_SCORING_COMPONENTS/ELECTROSTATIC_H
BALL::Electrostatic::amber_nb_
AmberNonBonded * amber_nb_
Definition:
electrostatic.h:35
BALL::Electrostatic
Definition:
electrostatic.h:16
BALL::ScoringComponent
Definition:
scoringComponent.h:20
scoringComponent.h
BALL::Options
Definition:
options.h:46
BALL::ForceFieldParameters
Definition:
forceFieldParameters.h:29
amberNonBonded.h
BALL::AmberNonBonded
Definition:
amberNonBonded.h:38
BALL::VanDerWaals
Definition:
vanDerWaals.h:16
BALL_EXPORT
#define BALL_EXPORT
Definition:
COMMON/global.h:50
Generated by
1.8.7