ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/primitives/RigidBody.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/primitives/RigidBody.hpp (file contents):
Revision 1695 by tim, Mon Nov 1 22:52:57 2004 UTC vs.
Revision 1805 by tim, Tue Nov 30 20:50:47 2004 UTC

# Line 37 | Line 37 | namespace oopse{
37  
38   #include "primitives/StuntDouble.hpp"
39   #include "primitives/DirectionalAtom.hpp"
40 + #include "types/AtomStamp.hpp"
41   namespace oopse{
42      class RigidBody : public StuntDouble {
43          public:
# Line 80 | Line 81 | namespace oopse{
81  
82              virtual void accept(BaseVisitor* v);
83  
84 <            void addAtom(Atom* atom);
84 >            void addAtom(Atom* at, AtomStamp* ats);
85  
86              /** calculate the reference coordinates */
87              void calcRefCoords();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines