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
23 IMPRMFEXPORT
void load_frame(RMF::FileConstHandle file, RMF::FrameID frame);
26 IMPRMFEXPORT RMF::FrameID
save_frame(RMF::FileHandle file,
27 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)