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

Comparing trunk/OOPSE/libmdtools/StuntDouble.hpp (file contents):
Revision 1097 by gezelter, Mon Apr 12 20:32:20 2004 UTC vs.
Revision 1108 by tim, Wed Apr 14 15:37:41 2004 UTC

# Line 43 | Line 43 | class StuntDouble {
43    virtual void   getJ(double j[3]);
44    virtual void   setJ(double j[3]);
45  
46 +  virtual void getQ( double q[4] ); // get the quanternions
47 +  virtual void setQ( double q[4] );
48 +
49 +  virtual void setType(char* type) = 0;
50 +  virtual char* getType() = 0;
51 +  
52 +
53    virtual void   getTrq(double trq[3]);
54    virtual void   addTrq(double trq[3]);
55  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines