52#ifndef BRAINS_SIMSNAPSHOTMANAGER_HPP
53#define BRAINS_SIMSNAPSHOTMANAGER_HPP
55#include "brains/Snapshot.hpp"
72 int rigidBodyStorageLayout = 0,
73 int cutoffGroupStorageLayout = 0);
75 virtual bool advance();
76 virtual bool resetToPrevious();
78 virtual Snapshot* getSnapshot(
int id);
80 virtual int getCapacity();
82 virtual void setCapacity(
int);
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
"brains/SimSnapshotManager.hpp"
The Snapshot class is a repository storing dynamic data during a Simulation.
SnapshotManager class is an abstract class which maintains a series of snapshots.
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.