--- trunk/FAS/src/frame.cpp 2002/08/16 15:30:40 83 +++ trunk/FAS/src/frame.cpp 2002/08/19 20:49:08 88 @@ -73,6 +73,33 @@ TExtraData *TFrame::GetExtraData(string attr) } */ +float TFrame::GetCoor(int frameIndex) +{ + if (frameIndex >= 0 | frameIndex < _coor.size()) + { + return _coor[frameIndex]; + } + else + { + + } + +} + +float TFrame::GetVelo(int frameIndex) +{ + if (frameIndex >= 0 | frameIndex < _velo.size()) + { + return _velo[frameIndex] + } + else + { + + } + + +} + void TFrame::Reserve(int numAtom) {