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

Comparing trunk/OOPSE-3.0/src/applications/dynamicProps/CrossTimeCorrFunc.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 CrossTimeCorrFunc : public TimeCorrFunc {
45  
46   namespace oopse {
47  
48 < class CrossTimeCorrFunc : public TimeCorrFunc {
49 <    public:
50 <        CrossTimeCorrFunc(SimInfo* info, const std::string& filename,
51 <            const std::string& sele1, const std::string& sele2, int storageLayout);
48 >  class CrossTimeCorrFunc : public TimeCorrFunc {
49 >  public:
50 >    CrossTimeCorrFunc(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);
56 <        virtual double calcCorrVal(int frame1, int frame2, StuntDouble* sd1, StuntDouble* sd2) = 0;
55 >    virtual void correlateFrames(int frame1, int frame2);
56 >    virtual double calcCorrVal(int frame1, int frame2, StuntDouble* sd1, StuntDouble* sd2) = 0;
57          
58 <        int nSelected1_;  
59 <        int nSelected2_;  
60 <        int nSelectedPairs_;        
61 < };
58 >    int nSelected1_;  
59 >    int nSelected2_;  
60 >    int nSelectedPairs_;        
61 >  };
62  
63   }
64   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines