7 #ifndef _MOBY_CONTACT_PARAMETERS_H_ 
    8 #define _MOBY_CONTACT_PARAMETERS_H_ 
   10 #include <Moby/Base.h> 
   11 #include <Moby/Types.h> 
   12 #include <Ravelin/sorted_pair> 
   22     virtual void load_from_xml(boost::shared_ptr<const XMLTree> node, std::map<std::string, BasePtr>& id_map);
 
   23     virtual void save_to_xml(
XMLTreePtr node, std::list<boost::shared_ptr<const Base> >& shared_objects) 
const;
 
   55 #endif  // #ifdef MOBY_CONTACT_PARAMETERS_H_ 
Class from which all Moby classes are derived. 
Definition: Base.h:20
boost::shared_ptr< Base > BasePtr
Base smart pointer. 
Definition: Types.h:83
boost::shared_ptr< XMLTree > XMLTreePtr
XML tree smart pointer. 
Definition: Types.h:104