45#ifndef INTEGRATORS_INTEGRATORCREATOR_HPP
46#define INTEGRATORS_INTEGRATORCREATOR_HPP
62 const std::string& getIdent()
const {
return ident_; }
74 template<
class ConcreteIntegrator>
79 return new ConcreteIntegrator(info);
Declaration of the Integrator base class, which all other integrators inherit from.
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.