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

Comparing trunk/OOPSE-1.0/utils/sysbuilder/MoLocator.hpp (file contents):
Revision 1427 by tim, Wed Jul 28 18:42:59 2004 UTC vs.
Revision 1435 by tim, Thu Jul 29 18:16:16 2004 UTC

# Line 10 | Line 10 | using namespace std;
10   #include "ForceFields.hpp"
11   using namespace std;
12  
13 + //convert lattice vector to rotation matrix
14 + void latVec2RotMat(const Vector3d& lv, double rotMat[3][3]);
15 +
16   class MoLocator{
17    
18   public:
# Line 17 | Line 20 | class MoLocator{ (public)
20    MoLocator( MoleculeStamp* theStamp, ForceFields* theFF);
21  
22    void placeMol( const Vector3d& offset, const Vector3d& ort, Molecule* mol);
23 <  
23 >
24   private:
25    
26    void calcRefCoords( void );
27 <
27 >  
28    MoleculeStamp* myStamp;
29    ForceFields* myFF;
30  
31    vector<Vector3d> refCoords;
32    int nIntegrableObjects;
30
33   };
34  
35   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines