#include <Thermostat.h>

Public Member Functions | |
| Thermostat () | |
| Thermostat (const Thermostat &) | |
| virtual Thermostat * | Clone () |
| virtual | ~Thermostat () |
| void | SetTemperature (const glotz_flt) |
| void | ModifyTemperature (const glotz_flt) |
| glotz_flt | GetTemperature () const |
Protected Attributes | |
| glotz_flt | mTemperature |
| glotzsimapi::Thermostat::Thermostat | ( | ) |
| glotzsimapi::Thermostat::Thermostat | ( | const Thermostat & | rhs | ) |
| virtual glotzsimapi::Thermostat::~Thermostat | ( | ) | [inline, virtual] |
| Thermostat * glotzsimapi::Thermostat::Clone | ( | ) | [virtual] |
Reimplemented in glotzmd::BerendsenThermostat, and glotzmd::LangevinThermostat.
| void glotzsimapi::Thermostat::SetTemperature | ( | const | glotz_flt | ) |
| void glotzsimapi::Thermostat::ModifyTemperature | ( | const | glotz_flt | ) |
| glotz_flt glotzsimapi::Thermostat::GetTemperature | ( | ) | const |
glotz_flt glotzsimapi::Thermostat::mTemperature [protected] |
1.5.3