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
MOLMEC
PARAMETER
forceFieldParameters.h
Go to the documentation of this file.
1
// -*- Mode: C++; tab-width: 2; -*-
2
// vi: set ts=2:
3
//
4
// Molecular Mechanics: general force field parameter class
5
6
#ifndef BALL_MOLMEC_FORCEFIELDPARAMETERS_H
7
#define BALL_MOLMEC_FORCEFIELDPARAMETERS_H
8
9
#ifndef BALL_COMMON_H
10
# include <
BALL/common.h
>
11
#endif
12
13
#ifndef BALL_FORMAT_PARAMETERS_H
14
# include <
BALL/FORMAT/parameters.h
>
15
#endif
16
17
#ifndef BALL_MOLMEC_PARAMETER_ATOMTYPES_H
18
# include <
BALL/MOLMEC/PARAMETER/atomTypes.h
>
19
#endif
20
21
namespace
BALL
22
{
23
class
AtomTypes;
24
29
class
BALL_EXPORT
ForceFieldParameters
30
:
public
Parameters
31
{
32
public
:
33
34
BALL_CREATE
(
ForceFieldParameters
)
35
36
friend class
ForceField
;
37
41
44
ForceFieldParameters
();
45
48
ForceFieldParameters
(const
String
& filename);
49
52
ForceFieldParameters
(const
ForceFieldParameters
& force_field_parameter);
53
56
virtual ~
ForceFieldParameters
()
57
;
58
60
63
66
virtual
void
clear()
67
;
68
71
const ForceFieldParameters& operator = (const ForceFieldParameters& param);
72
74
77
80
AtomTypes
& getAtomTypes();
81
84
virtual
bool
init();
85
87
90
97
virtual
bool
isValid() const;
98
101
bool
operator == (const ForceFieldParameters& param) const;
102
104
105
protected:
106
107
/*_@name Protected Members
108
*/
109
//_@{
110
111
/*_ the atom types section
112
*/
113
AtomTypes
atom_types_;
114
115
//_@}
116
};
117
}
// namespace BALL
118
119
#endif // BALL_MOLMEC_FORCEFIELDPARAMETERS_H
Generated by
1.8.3.1