9 #ifndef IMPRMF_FRAMES_H 
   10 #define IMPRMF_FRAMES_H 
   12 #include <IMP/rmf/rmf_config.h> 
   13 #include <RMF/FileHandle.h> 
   16 IMPRMF_BEGIN_NAMESPACE
 
   24 IMPRMFEXPORT 
void load_frame(RMF::FileConstHandle file, RMF::FrameID frame);
 
   27 IMPRMFEXPORT RMF::FrameID 
save_frame(RMF::FileHandle file,
 
   28                                      std::string name = 
"");
 
Control display of deprecation information. 
 
RMF::FrameID save_frame(RMF::FileHandle file, std::string name="")
Save the current state of the linked objects as a new RMF frame. 
 
void load_frame(RMF::FileConstHandle file, RMF::FrameID frame)
Load the given RMF frame into the state of the linked objects.