ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/headers/MakeStamps.hpp
(Generate patch)

Comparing trunk/mdtools/headers/MakeStamps.hpp (file contents):
Revision 196 by chuckv, Thu Dec 5 21:37:51 2002 UTC vs.
Revision 213 by mmeineke, Mon Dec 16 21:42:11 2002 UTC

# Line 18 | Line 18 | class LinkedMolStamp{ (public)
18    ~LinkedMolStamp();
19    
20    MoleculeStamp* match( char* id );
21 +  LinkedMolStamp* extract( char* id );
22    void setStamp( MoleculeStamp* the_stamp ){ mol_stamp = the_stamp; }
23    MoleculeStamp* getStamp(){ return mol_stamp; }
24    void add( LinkedMolStamp* newbie );
25    void setPrev( LinkedMolStamp* thePrev ){ prev = thePrev; }
26 +  void setNext( LinkedMolStamp* theNext ){ next = theNext; }
27    LinkedMolStamp* getNext() { return next; }
28    
29   private:
# Line 64 | Line 66 | class MakeStamps{ (public)
66    int torsionConstraint( event* the_event );
67    int torsionEnd( event* the_event );
68  
69 <  MoleculeStamp* getMolecule( char* the_id );
69 >  LinkedMolStamp* extractMolStamp( char* the_id );
70  
71   private:
72  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines