BALL 1.5.0
burialDepth.h
Go to the documentation of this file.
1// ----------------------------------------------------
2// $Maintainer: Marcel Schumann $
3// $Authors: Marcel Schumann $
4// ----------------------------------------------------
5
6#ifndef BALL_SCORING_COMPONENTS_BURIALDEPTH_H
7#define BALL_SCORING_COMPONENTS_BURIALDEPTH_H
8
11
12
13namespace BALL
14{
16 {
17 public :
19
21
22 void update(const vector<std::pair<Atom*, Atom*> >& pair_vector);
23
24 double updateScore();
25 };
26}
27
28#endif // BALL_SCORING_COMPONENTS_BURIALDEPTH_H
Definition: constants.h:13
BurialDepth(ScoringFunction &sf)
void update(const vector< std::pair< Atom *, Atom * > > &pair_vector)
double updateScore()
#define BALL_EXPORT
Definition: COMMON/global.h:50