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 IMPRMF_DEPRECATED_FUNCTION_DECL(2.2)
27 inline
void load_frame(RMF::FileConstHandle file,
unsigned int frame) {
28 IMPRMF_DEPRECATED_FUNCTION_DEF(2.2,
"Pass the frame as an RMF::FrameID");
37 IMPRMFEXPORT RMF::FrameID
save_frame(RMF::FileHandle file,
38 std::string name =
"");
41 IMPRMF_DEPRECATED_FUNCTION_DECL(2.2)
42 inline
void save_frame(RMF::FileHandle file,
unsigned int,
43 std::
string name = "") {
44 IMPRMF_DEPRECATED_FUNCTION_DEF(
45 2.2,
"Don't try to specify the frame index, it is ignored");
Control display of deprecation information.
void save_frame(RMF::FileHandle file, unsigned int, std::string name="")
void load_frame(RMF::FileConstHandle file, unsigned int frame)