9 #ifndef IMPSPB_SPB_ASSEMBLE_RESTRAINTS_H 
   10 #define IMPSPB_SPB_ASSEMBLE_RESTRAINTS_H 
   14 #include <IMP/spb/spb_config.h> 
   16 IMPSPB_BEGIN_NAMESPACE
 
   18 IMPSPBEXPORT std::map<std::string, IMP::Pointer<RestraintSet> >
 
   19 spb_assemble_restraints(Model *m, RestraintSet *allrs,
 
   20                         spb::SPBParameters &myparam,
 
   21                         atom::Hierarchies &all_mol,
 
   22                         container::ListSingletonContainer *CP_ps,
 
   23                         container::ListSingletonContainer *IL2_ps,
 
A smart pointer to a reference counted object.