#include <SimulationModifier.h>

Public Member Functions | |
| SimulationModifier () | |
| SimulationModifier (const int, const char *) | |
| SimulationModifier (const SimulationModifier &) | |
| virtual SimulationModifier * | Clone () |
| Clone Constructor. | |
| virtual | ~SimulationModifier () |
| virtual void | SetFrequency (const int) |
| virtual void | ApplyPreMovePreForce () |
| virtual void | ApplyPostMovePreForce () |
| virtual void | ApplyPreMovePostForce () |
| virtual void | ApplyPostMovePostForce () |
| virtual void | ApplyPreBoundaryUpdate () |
| virtual void | ApplyPostBoundaryUpdate () |
| virtual std::string | GetDescription () |
| virtual std::string | GetEnsemble () |
| virtual glotz_flt | GetTargetTemperature () |
| virtual glotz_flt | GetTargetPressure () |
Protected Attributes | |
| std::string | mDescription |
| int | mFrequency |
| int | mTimes |
| glotzmd::SimulationModifier::SimulationModifier | ( | ) |
| glotzmd::SimulationModifier::SimulationModifier | ( | const | int, | |
| const char * | string | |||
| ) |
| glotzmd::SimulationModifier::SimulationModifier | ( | const SimulationModifier & | rhs | ) |
| glotzmd::SimulationModifier::~SimulationModifier | ( | ) | [virtual] |
| SimulationModifier * glotzmd::SimulationModifier::Clone | ( | ) | [virtual] |
Clone Constructor.
Reimplemented from glotzutil::Listable.
Reimplemented in glotzlammps::Dump, glotzlammps::NeighModify, glotzlammps::Restart, glotzmd::BerendsenThermostat, glotzmd::CommandLineInterface, glotzmd::DataFile, glotzmd::FluctuationMetric, glotzmd::GlotzVisualizer, glotzmd::LangevinThermostat, glotzmd::Logfile, glotzmd::OpenGlVisualizer, glotzmd::ParticleTracker, glotzmd::RigidBodyUpdater, glotzmd::StandardCommandLine, glotzmd::ThermoDataFile, glotzmd::Vis3dExport, and glotzmd::VmdVisualizer.
| void glotzmd::SimulationModifier::SetFrequency | ( | const | int | ) | [virtual] |
Reimplemented in glotzmd::BerendsenThermostat, glotzmd::LangevinThermostat, and glotzmd::RigidBodyUpdater.
| virtual void glotzmd::SimulationModifier::ApplyPreMovePreForce | ( | ) | [inline, virtual] |
Reimplemented in glotzmd::CommandLineInterface, and glotzmd::Logfile.
| virtual void glotzmd::SimulationModifier::ApplyPostMovePreForce | ( | ) | [inline, virtual] |
Reimplemented in glotzmd::Logfile.
| virtual void glotzmd::SimulationModifier::ApplyPreMovePostForce | ( | ) | [inline, virtual] |
Reimplemented in glotzmd::BerendsenThermostat, glotzmd::LangevinThermostat, and glotzmd::Logfile.
| virtual void glotzmd::SimulationModifier::ApplyPostMovePostForce | ( | ) | [inline, virtual] |
| virtual void glotzmd::SimulationModifier::ApplyPreBoundaryUpdate | ( | ) | [inline, virtual] |
Reimplemented in glotzmd::Logfile.
| virtual void glotzmd::SimulationModifier::ApplyPostBoundaryUpdate | ( | ) | [inline, virtual] |
Reimplemented in glotzmd::Logfile, and glotzmd::RigidBodyUpdater.
| std::string glotzmd::SimulationModifier::GetDescription | ( | ) | [virtual] |
| std::string glotzmd::SimulationModifier::GetEnsemble | ( | ) | [virtual] |
Reimplemented in glotzmd::BerendsenThermostat, and glotzmd::LangevinThermostat.
| glotz_flt glotzmd::SimulationModifier::GetTargetTemperature | ( | ) | [virtual] |
Reimplemented in glotzmd::BerendsenThermostat, and glotzmd::LangevinThermostat.
| glotz_flt glotzmd::SimulationModifier::GetTargetPressure | ( | ) | [virtual] |
std::string glotzmd::SimulationModifier::mDescription [protected] |
int glotzmd::SimulationModifier::mFrequency [protected] |
int glotzmd::SimulationModifier::mTimes [protected] |
1.5.3