BALL  1.5.0
randomEvaluation.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 
4 #ifndef BALL_SCORING_FUNCTIONS_RANDOMEVALUATION_H
5 #define BALL_SCORING_FUNCTIONS_RANDOMEVALUATION_H
6 
7 #ifndef BALL_DOCKING_COMMON_CONFORMATIONSET_H
9 #endif
10 
11 #ifndef BALL_DATATYPE_HASHMAP_H
12 # include <BALL/DATATYPE/hashMap.h>
13 #endif
14 
15 #ifndef BALL_SCORING_FUNCTIONS_ENERGETICEVALUATION_H
17 #endif
18 
19 #include <vector>
20 
21 namespace BALL
22 {
29  {
30  public:
32  throw();
33 
34  virtual ~RandomEvaluation()
35  throw();
36 
39  std::vector < ConformationSet::Conformation > operator () (ConformationSet& conformations)
40  throw();
41  };
42 }
43 
44 #endif // BALL_SCORING_FUNCTIONS_RANDOMEVALUATION_H
BALL_EXPORT
#define BALL_EXPORT
Definition: COMMON/global.h:50
conformationSet.h
hashMap.h
BALL::ConformationSet
Definition: conformationSet.h:33
BALL
Definition: constants.h:13
BALL::RandomEvaluation
Definition: randomEvaluation.h:29
BALL::Conformation
Definition: conformation.h:25
BALL::RandomEvaluation::RandomEvaluation
RandomEvaluation()
energeticEvaluation.h
BALL::EnergeticEvaluation
Definition: energeticEvaluation.h:21