BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PCMCavFreeEnergyProcessor.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 // $Id: PCMCavFreeEnergyProcessor.h,v 1.18 2005/12/23 17:01:59 amoll Exp $
5 //
6 
7 #ifndef BALL_SOLVATION_PCMCAVFREEENERGYPROCESSOR_H
8 #define BALL_SOLVATION_PCMCAVFREEENERGYPROCESSOR_H
9 
10 #ifndef BALL_COMMON_H
11 # include <BALL/common.h>
12 #endif
13 
14 #ifndef BALL_ENERGY_ENERGYPROCESSOR_H
16 #endif
17 
18 #ifndef BALL_DATATYPE_OPTIONS_H
19 # include <BALL/DATATYPE/options.h>
20 #endif
21 
22 namespace BALL
23 {
33  : public EnergyProcessor
34  {
35 
36  public:
37 
43  {
49  static const char* VERBOSITY;
50 
57  static const char* SOLVENT_NUMBER_DENSITY;
58 
65  static const char* ABSOLUTE_TEMPERATURE;
66 
74  static const char* PROBE_RADIUS;
75  };
76 
82  {
86  static const int VERBOSITY;
87 
93  static const float SOLVENT_NUMBER_DENSITY;
94 
99  static const float ABSOLUTE_TEMPERATURE;
100 
106  static const float PROBE_RADIUS;
107  };
108 
112 
116 
120 
123  virtual ~PCMCavFreeEnergyProcessor();
124 
126 
129 
132  const PCMCavFreeEnergyProcessor& operator = (const PCMCavFreeEnergyProcessor& proc);
133 
136  virtual void clear();
137 
139 
142 
145  bool operator == (const PCMCavFreeEnergyProcessor& proc) const;
146 
148 
151 
154  virtual bool finish();
155 
157 
160 
164 
166 
167  };
168 
169 }
170 
171 #endif // BALL_SOLVATION_PCMCAVFREEENERGYPROCESSOR_H