BALL
1.4.2
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
STRUCTURE
DOCKING
randomEvaluation.h
Go to the documentation of this file.
1
// -*- Mode: C++; tab-width: 2; -*-
2
// vi: set ts=2:
3
4
#ifndef BALL_STRUCTURE_RANDOMEVALUATION_H
5
#define BALL_STRUCTURE_RANDOMEVALUATION_H
6
7
#ifndef BALL_STRUCTURE_DOCKING_RANKEDCONFORMATION_H
8
# include <
BALL/STRUCTURE/DOCKING/conformationSet.h
>
9
#endif
10
11
#ifndef BALL_DATATYPE_HASHMAP_H
12
# include <
BALL/DATATYPE/hashMap.h
>
13
#endif
14
15
#ifndef BALL_STRUCTURE_DOCKING_ENERGETICEVALUATION_H
16
# include <
BALL/STRUCTURE/DOCKING/energeticEvaluation.h
>
17
#endif
18
19
#include <vector>
20
21
namespace
BALL
22
{
28
class
BALL_EXPORT
RandomEvaluation
:
public
EnergeticEvaluation
29
{
30
public
:
31
32
RandomEvaluation
()
33
;
34
35
virtual
~
RandomEvaluation
()
36
;
37
40
std::vector<ConformationSet::Conformation> operator () (
ConformationSet
& conformations)
41
;
42
};
43
}
44
#endif
Generated by
1.8.3.1