9 #ifndef IMPRMF_FRAMES_H
10 #define IMPRMF_FRAMES_H
12 #include <IMP/rmf/rmf_config.h>
13 #include <RMF/FileHandle.h>
15 IMPRMF_BEGIN_NAMESPACE
22 IMPRMFEXPORT
void load_frame(RMF::FileConstHandle file,
int frame);
29 IMPRMFEXPORT
void save_frame(RMF::FileHandle file,
int frame,
30 std::string name =
"frame");
void save_frame(RMF::FileHandle file, int frame, std::string name="frame")
void load_frame(RMF::FileConstHandle file, int frame)