--- trunk/OOPSE/libBASS/MakeStamps.hpp 2004/01/18 19:10:32 956 +++ trunk/OOPSE/libBASS/MakeStamps.hpp 2004/01/19 16:08:21 957 @@ -10,6 +10,7 @@ #include "BondStamp.hpp" #include "BendStamp.hpp" #include "TorsionStamp.hpp" +#include "RigidBodyStamp.hpp" class LinkedMolStamp{ @@ -48,6 +49,12 @@ class MakeStamps{ (public) int atomAssign( event* the_event ); int atomEnd( event* the_event ); + int newRigidBody( event* the_event ); + int rigidBodyPosition( event* the_event ); + int rigidBodyOrientation( event* the_event ); + int rigidBodyAssign( event* the_event ); + int rigidBodyEnd( event* the_event ); + int newBond( event* the_event ); int bondAssign( event* the_event ); int bondMember( event* the_event ); @@ -81,11 +88,8 @@ class MakeStamps{ (public) BondStamp* current_bond; BendStamp* current_bend; TorsionStamp* current_torsion; + RigidBodyStamp* current_rigidbody; - - - - };