66 const std::string& sele1,
const std::string& sele2,
int nZbins,
70 virtual void computeFrame(
int frame);
71 virtual int computeProperty1(
int frame,
StuntDouble* sd);
72 virtual void correlateFrames(
int frame1,
int frame2,
int timeBin);
73 RealType calcCorrValImpl(
int frame1,
int frame2,
int id1,
int id2,
75 virtual RealType calcCorrVal(
int,
int,
int,
int) {
return -1; }
76 virtual void postCorrelate();
77 virtual void writeCorrelate();
79 std::vector<std::vector<Vector3d>> positions_;
80 std::vector<std::vector<int>> zBins_;
81 std::vector<std::vector<RealType>> histograms_;
82 std::vector<std::vector<std::vector<RealType>>> idimHistograms_;
83 std::vector<std::vector<int>> counts_;
88 std::string axisLabel_;