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

Comparing trunk/OOPSE/utils/MoLocator.hpp (file contents):
Revision 501 by mmeineke, Tue Apr 15 21:20:35 2003 UTC vs.
Revision 504 by mmeineke, Thu Apr 17 21:54:18 2003 UTC

# Line 12 | Line 12 | class MoLocator{ (public)
12    MoLocator( MoleculeStamp* theStamp );
13    ~MoLocator();
14  
15 <  void placeMol( double pos[3], double ornt[3][3], Atom** atomArray );
15 >  void placeMol( double pos[3], double ornt[3][3], Atom** atomArray,
16 >                 int atomIndex );
17    double getMaxLength( void ) { return maxLength; }
18  
19   private:
20    
21    void calcRefCoords( void );
22 +  void rotMe( double r[3], double A[3][3] );
23  
24    MoleculeStamp* myStamp;
25    double *myCoords;
26    double maxLength;
27 +  int nAtoms;
28   };
29  
30  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines