ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/FAS/src/frame.h
(Generate patch)

Comparing trunk/FAS/src/frame.h (file contents):
Revision 83 by tim, Fri Aug 16 15:30:40 2002 UTC vs.
Revision 88 by tim, Mon Aug 19 20:49:08 2002 UTC

# Line 22 | Line 22
22   #include <map>
23   #include <functional>
24   #include <algorithm>
25 < //#include "extradata.h"
25 > #include "extradata.h"
26  
27  
28  
29   using namespace std;
30  
31 < class TFrame //: public TExtraDataList
31 > class TFrame : public TExtraDataList
32   {
33          protected:
34                  int _numAtom;
# Line 60 | Line 60 | class TFrame //: public TExtraDataList
60      int GetTimeSteps()  { return _timeSteps;}
61                  vector<float> &GetCoor()  { return _coor;}
62                  vector<float> &GetVelo()  { return _velo;}
63 +    float GetCoor(int frameIndex);
64 +    float GetVelo(int frameIndex);
65  
66      float GetAlpha()  { return _alpha;}
67      float GetBeta() { return _beta;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines