BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
scoringTypes.h
Go to the documentation of this file.
1 #ifndef BALL_SCORING_COMMON_SCORINGTYPES
2 #define BALL_SCORING_COMMON_SCORINGTYPES
3 
5 
6 namespace BALL
7 {
8 
12  {
13 
14  public:
15 
16  ScoringTypes()
17  ;
18 
19  ScoringTypes(const ScoringTypes& st)
20  ;
21 
23  ;
24 
25  virtual ~ScoringTypes()
26  ;
27 
28  virtual void clear()
29  ;
30 
31  virtual bool setup()
32  ;
33 
35  ;
36 
37  protected:
38 
39  //_ The scoring component these types are bound to
41 
42  //_ The hash map containing the mapping of atom pointers to atom types
44 
45  };
46 
47 }
48 
49 #endif // BALL_SCORING_COMMON_SCORINGTYPES