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

Comparing trunk/OOPSE/utils/sysbuilder/MoLocator.hpp (file contents):
Revision 678 by chuckv, Mon Aug 11 22:12:31 2003 UTC vs.
Revision 700 by chuckv, Mon Aug 18 20:59:47 2003 UTC

# Line 5 | Line 5
5   #include "MoleculeStamp.hpp"
6   #include "SimState.hpp"
7  
8
8   class MoLocator{
9    
10   public:
# Line 14 | Line 13 | class MoLocator{ (public)
13    ~MoLocator();
14  
15    void placeMol( double pos[3], double ornt[3][3], Atom** atomArray,
16 <                 int atomIndex );
16 >                 int atomIndex, SimState* myConfig );
17    double getMaxLength( void ) { return maxLength; }
18  
20 void setConfig( SimState* theConfig );
21
19   private:
20    
21    void calcRefCoords( void );
# Line 29 | Line 26 | void setConfig( SimState* theConfig ); (private)
26    double maxLength;
27    int nAtoms;
28  
32  SimState* myConfig;
33  bool haveConfig;
29   };
30  
31  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines