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
energeticEvaluation.h
Go to the documentation of this file.
1
// -*- Mode: C++; tab-width: 2; -*-
2
// vi: set ts=2:
3
4
#ifndef BALL_STRUCTURE_DOCKING_ENERGETICEVALUATION_H
5
#define BALL_STRUCTURE_DOCKING_ENERGETICEVALUATION_H
6
7
#ifndef BALL_STRUCTURE_DOCKING_RANKEDCONFORMATION_H
8
# include <
BALL/STRUCTURE/DOCKING/conformationSet.h
>
9
#endif
10
11
#include <vector>
12
13
namespace
BALL
14
{
20
class
BALL_EXPORT
EnergeticEvaluation
21
{
22
public
:
23
24
EnergeticEvaluation
()
25
;
26
27
virtual
~
EnergeticEvaluation
()
28
;
29
32
virtual
std::vector<ConformationSet::Conformation> operator () (
ConformationSet
& conformations);
33
};
34
}
35
#endif
Generated by
1.8.3.1