BALL 1.5.0
Loading...
Searching...
No Matches
fresnoTypes.h
Go to the documentation of this file.
1// ----------------------------------------------------
2// $Maintainer: Marcel Schumann $
3// $Authors: Slick-development Team, Marcel Schumann $
4// ----------------------------------------------------
5
6#ifndef BALL_SCORING_COMPONENTS_FRESNOTYPES_H
7#define BALL_SCORING_COMPONENTS_FRESNOTYPES_H
8
10#include <BALL/KERNEL/system.h>
11
12
13namespace BALL
14{
16 {
17 public:
21 {
25
28 ASSIGNMENT__FRESNO
29 };
30
104
106 virtual ~FresnoTypes() {}
107
108 virtual bool setup();
109
111
112 private:
113 AtomContainer* container_;
114
115 //_ The hash map containing the mapping of atom pointers to atom types
117 };
118}
119
120
121#endif // BALL_SCORING_COMPONENTS_FRESNOTYPES_H
HashMap class based on the STL map (containing serveral convenience functions)
Definition hashMap.h:74
const HashMap< const Atom *, Size > * getTypeMap() const
FresnoTypes(AtomContainer *system)
virtual bool setup()
virtual ~FresnoTypes()
#define BALL_EXPORT