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
/* PB.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
#include <
BALL/SCORING/COMMON/scoringComponent.h
>
25
#include <
BALL/SOLVATION/poissonBoltzmann.h
>
26
27
#ifndef BALL_SCORING_COMPONENTS_PB_H
28
#define BALL_SCORING_COMPONENTS_PB_H
29
30
namespace
BALL
31
{
33
class
BALL_EXPORT
PB
:
public
ScoringComponent
34
{
35
public
:
36
PB
(
ScoringFunction
& sf);
37
38
~
PB
();
39
40
void
update(
const
vector<std::pair<Atom*, Atom*> >& pair_vector);
41
42
double
updateScore();
43
44
void
setupLigand();
45
46
protected
:
47
FDPB
*
pb_solver_
;
48
49
System
receptor_atoms_
;
50
System
ligand_atoms_
;
51
System
complex_atoms_
;
52
};
53
}
54
55
#endif // BALL_SCORING_COMPONENTS_PB_H
BALL::PB::receptor_atoms_
System receptor_atoms_
Definition:
PB.h:49
BALL::PB::pb_solver_
FDPB * pb_solver_
Definition:
PB.h:47
BALL::ScoringFunction
Definition:
scoringFunction.h:28
BALL::System
Definition:
KERNEL/system.h:38
BALL::ScoringComponent
Definition:
scoringComponent.h:38
poissonBoltzmann.h
scoringComponent.h
BALL::PB::complex_atoms_
System complex_atoms_
Definition:
PB.h:51
BALL::PB
Definition:
PB.h:33
BALL::FDPB
Definition:
poissonBoltzmann.h:36
BALL::PB::ligand_atoms_
System ligand_atoms_
Definition:
PB.h:50
BALL_EXPORT
#define BALL_EXPORT
Definition:
COMMON/global.h:50
Generated by
1.8.6