ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/ReadWrite.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/ReadWrite.hpp (file contents):
Revision 586 by mmeineke, Wed Jul 9 22:14:06 2003 UTC vs.
Revision 637 by gezelter, Thu Jul 17 21:50:01 2003 UTC

# Line 62 | Line 62 | class InitializeFromFile{ (private)
62    SimInfo* simnfo;
63   };
64  
65 + class DumpReader{
66 +  DumpReader( char *in_name );
67 +  ~DumpReader();
68  
69 +  int getNframes();
70 +  void getNextFrame();
71 +  void getFrame(SimInfo* the_entry_plug, int whichFrame)
72 +  void rewind();
73  
74 + private:
75 +  char* parseDumpLine(char* line, int atomIndex);
76 +  char* parseCommentLine(char* line, double time, double boxMat[9] );
77 +  FILE *c_in_file;
78 +  char c_in_name[500];
79 +  SimInfo* simnfo;
80 + };
81 +
82 + public:
83 +
84   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines