9 #ifndef IMPRMF_RESTRAINT_IO_H 
   10 #define IMPRMF_RESTRAINT_IO_H 
   12 #include <IMP/rmf/rmf_config.h> 
   17 IMPRMF_BEGIN_NAMESPACE
 
   35                     (RMF::FileConstHandle fh, Model *m), );
 
Helper macros for implementing IMP Objects. 
 
IMP::Vector< IMP::Pointer< Restraint > > Restraints
 
void add_restraints_as_bonds(RMF::FileHandle fh, const Restraints &rs)
Add a list of restraints to the file as (static) bonds. 
 
#define IMP_DECLARE_LINKERS(Name, name, names, Type, Types, cargs,link_custom_documentation)
 
macros for display classes 
 
void set_maximum_number_of_terms(RMF::FileHandle fh, unsigned int num)
Limit the number of restraint terms. 
 
Abstract base class for all restraints.