ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/dynamicProps/ParticleTimeCorrFunc.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/applications/dynamicProps/ParticleTimeCorrFunc.hpp (file contents):
Revision 2017 by tim, Mon Feb 14 17:35:25 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 45 | Line 45 | class ParticleTimeCorrFunc : public TimeCorrFunc {
45  
46   namespace oopse {
47  
48 < class ParticleTimeCorrFunc : public TimeCorrFunc {
49 <    public:
50 <        ParticleTimeCorrFunc(SimInfo* info, const std::string& filename,
51 <            const std::string& sele1, const std::string& sele2, int storageLayout);
48 >  class ParticleTimeCorrFunc : public TimeCorrFunc {
49 >  public:
50 >    ParticleTimeCorrFunc(SimInfo* info, const std::string& filename,
51 >                         const std::string& sele1, const std::string& sele2, int storageLayout);
52          
53 <    private:
53 >  private:
54          
55 <        virtual void correlateFrames(int frame1, int frame2);
55 >    virtual void correlateFrames(int frame1, int frame2);
56  
57 <        virtual double calcCorrVal(int frame1, int frame2, StuntDouble* sd1,  StuntDouble* sd2) = 0;
57 >    virtual double calcCorrVal(int frame1, int frame2, StuntDouble* sd1,  StuntDouble* sd2) = 0;
58          
59 <        int nSelected_;
60 < };
59 >    int nSelected_;
60 >  };
61  
62   }
63   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines