|
OpenMD 3.1
Molecular Dynamics in the Open
|
#include <cassert>#include <iostream>#include <map>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | OpenMD::IntegratorFactory |
| Factory pattern and Singleton Pattern are used to define an interface for creating an Integrator. More... | |
Namespaces | |
| namespace | OpenMD |
| This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel. | |
Functions | |
| std::ostream & | OpenMD::operator<< (std::ostream &o, IntegratorFactory &factory) |
| write out all of the type identifiers to an output stream | |