BALL 1.5.0
Loading...
Searching...
No Matches
parameter.h
Go to the documentation of this file.
1// ----------------------------------------------------
2// $Maintainer: Marcel Schumann $
3// $Authors: Jan Fuhrmann, Marcel Schumann $
4// ----------------------------------------------------
5
6#ifndef BALL_DOCKING_GENETICDOCK_PARAMETER_H
7#define BALL_DOCKING_GENETICDOCK_PARAMETER_H
8
10
11namespace BALL
12{
13
15 {
16 public:
17
21
25
29
32 const GenericParameter& operator= (const GenericParameter&);
33
36 virtual String getName();
37
38 protected:
39
43
44 };
45
46
48 {
49 public:
50
54
58
62
66
69 vector<double> values;
70 };
71
72
97}
98
99#endif /* BALL_DOCKING_GENETICDOCK_PARAMETER_H */
virtual String getName()
GenericParameter(const GenericParameter &)
DoubleParameter(const DoubleParameter &)
vector< double > values
Definition parameter.h:69
const DoubleParameter & operator=(const DoubleParameter &)
virtual ~DoubleParameter()
QuaternionParameter(const QuaternionParameter &)
const QuaternionParameter & operator=(const QuaternionParameter &)
#define BALL_DEPRECATED
#define BALL_EXPORT