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
PB.h
Go to the documentation of this file.
1
// ----------------------------------------------------
2
// $Maintainer: Marcel Schumann $
3
// $Authors: Marcel Schumann $
4
// ----------------------------------------------------
5
6
#include <
BALL/SCORING/COMMON/scoringComponent.h
>
7
#include <
BALL/SOLVATION/poissonBoltzmann.h
>
8
9
#ifndef BALL_SCORING_COMPONENTS_PB_H
10
#define BALL_SCORING_COMPONENTS_PB_H
11
12
namespace
BALL
13
{
15
class
BALL_EXPORT
PB
:
public
ScoringComponent
16
{
17
public
:
18
PB
(
ScoringFunction
& sf);
19
20
~
PB
();
21
22
void
update(
const
vector<std::pair<Atom*, Atom*> >& pair_vector);
23
24
double
updateScore();
25
26
void
setupLigand();
27
28
protected
:
29
FDPB
*
pb_solver_
;
30
31
System
receptor_atoms_
;
32
System
ligand_atoms_
;
33
System
complex_atoms_
;
34
};
35
}
36
37
#endif // BALL_SCORING_COMPONENTS_PB_H
BALL::PB::receptor_atoms_
System receptor_atoms_
Definition:
PB.h:31
BALL::PB::pb_solver_
FDPB * pb_solver_
Definition:
PB.h:29
BALL::ScoringFunction
Definition:
scoringFunction.h:28
BALL::System
Definition:
KERNEL/system.h:38
BALL::ScoringComponent
Definition:
scoringComponent.h:20
poissonBoltzmann.h
scoringComponent.h
BALL::PB::complex_atoms_
System complex_atoms_
Definition:
PB.h:33
BALL::PB
Definition:
PB.h:15
BALL::FDPB
Definition:
poissonBoltzmann.h:36
BALL::PB::ligand_atoms_
System ligand_atoms_
Definition:
PB.h:32
BALL_EXPORT
#define BALL_EXPORT
Definition:
COMMON/global.h:50
Generated by
1.8.7