45#ifndef APPLICATIONS_DYNAMICPROPS_SELECTIONCORRFUNC_HPP
46#define APPLICATIONS_DYNAMICPROPS_SELECTIONCORRFUNC_HPP
48#include "applications/dynamicProps/TimeCorrFunc.hpp"
55 const std::string& sele1,
const std::string& sele2);
58 virtual int computeProperty1(
int frame,
StuntDouble* sd);
59 virtual int computeProperty2(
int frame,
StuntDouble* sd);
60 virtual int calcCorrVal(
int frame1,
int frame2,
int id1,
int id2);
61 virtual void postCorrelate() {};
64 std::vector<std::vector<bool>> selected1_;
65 std::vector<std::vector<bool>> selected2_;
One of the heavy-weight classes of OpenMD, SimInfo maintains objects and variables relating to the cu...
"Don't move, or you're dead! Stand up! Captain, we've got them!"
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel.