45#ifndef APPLICATIONS_SEQUENTIALPROPS_COMVEL_HPP
46#define APPLICATIONS_SEQUENTIALPROPS_COMVEL_HPP
48#include "applications/sequentialProps/SequentialAnalyzer.hpp"
55 COMVel(
SimInfo* info,
const std::string& filename,
const std::string& sele1,
56 const std::string& sele2);
58 virtual void doFrame(
int frame);
59 virtual void writeSequence();
62 std::vector<Vector3d> values_;
"applications/sequentialProps/SequentialAnalyzer"
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.