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

Comparing trunk/OOPSE-4/src/types/MoleculeStamp.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 54 | Line 54 | class MoleculeStamp{ (public)
54  
55   class MoleculeStamp{
56  
57 < public:
57 > public:
58    MoleculeStamp();
59    ~MoleculeStamp();
60  
# Line 90 | Line 90 | class MoleculeStamp{ (public)
90    bool isBondInSameRigidBody(BondStamp*bond);
91    bool isAtomInRigidBody(int atomIndex);  
92    bool isAtomInRigidBody(int atomIndex, int& whichRigidBody, int& consAtomIndex);  
93 <   std::vector<std::pair<int, int> > getJointAtoms(int rb1, int rb2);
93 >  std::vector<std::pair<int, int> > getJointAtoms(int rb1, int rb2);
94    
95    int haveExtras( void ) { return have_extras; }
96    LinkedAssign* getUnhandled( void ) { return unhandled; }
97    
98    static char errMsg[500];
99 < private:
99 > private:
100    
101    
102    char name[100];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines