17 tfn = IMP.create_temporary_file_name(
"link",
".rmf")
19 print "File name is", tfn
22 rh = RMF.create_rmf_file(tfn)
34 rh = RMF.open_rmf_file_read_only(tfn)
42 print "Try running hdf5_display or hdf5_show on", tfn
void save_frame(RMF::FileHandle file, unsigned int, std::string name="")
void load_frame(RMF::FileConstHandle file, unsigned int frame)
void add_hierarchies(RMF::NodeHandle fh, const atom::Hierarchies &hs)
void link_hierarchies(RMF::FileConstHandle fh, const atom::Hierarchies &hs)
Functionality for loading, creating, manipulating and scoring atomic structures.
void read_pdb(base::TextInput input, int model, Hierarchy h)
Support for the RMF file format for storing hierarchical molecular data and markup.
std::string get_example_path(std::string file_name)
Return the path to installed example data for this module.
Class for storing model, its restraints, constraints, and particles.