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

Comparing trunk/OOPSE-4/src/applications/dynamicProps/RadialRCorrFunc.hpp (file contents):
Revision 3081 by chuckv, Wed Dec 6 01:05:43 2006 UTC vs.
Revision 3110 by chuckv, Wed Jan 3 20:47:00 2007 UTC

# Line 38 | Line 38
38   * University of Notre Dame has been advised of the possibility of
39   * such damages.
40   */
41 < #ifndef APPLICATIONS_DYNAMICPROPS_RCORRFUNC_HPP
42 < #define APPLICATIONS_DYNAMICPROPS_RCORRFUNC_HPP
41 > #ifndef APPLICATIONS_DYNAMICPROPS_RADIALRCORRFUNC_HPP
42 > #define APPLICATIONS_DYNAMICPROPS_RADIALRCORRFUNC_HPP
43  
44   #include "applications/dynamicProps/ParticleTimeCorrFunc.hpp"
45 #include "applications/dynamicProps/SnapshotCentroid.hpp"
45  
46 +
47   namespace oopse {
48  
49    class RadialRCorrFunc : public ParticleTimeCorrFunc {
50    public:
51      RadialRCorrFunc(SimInfo* info, const std::string& filename, const std::string& sele1, const std::string& sele2);  
52        
52    private:
53      virtual RealType calcCorrVal(int frame1, int frame2, StuntDouble* sd1, StuntDouble* sd2);
54  
56    SnapshotCentroid* frameCentroid_;
55  
56    };
57  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines