19 print(
"File name is", tfn)
 
   22 rh = RMF.create_rmf_file(tfn)
 
   40 rh = RMF.open_rmf_file_read_only(tfn)
 
   50 print(
"Try running rmf_display or rmf_show on", tfn)
 
void show_molecular_hierarchy(Hierarchy h)
Print out the molecular hierarchy. 
 
atom::Hierarchies create_hierarchies(RMF::FileConstHandle fh, Model *m)
 
RMF::FrameID save_frame(RMF::FileHandle file, std::string name="")
Save the current state of the linked objects as a new RMF frame. 
 
Strings setup_from_argv(const Strings &argv, std::string description, std::string positional_description, int num_positional)
 
void read_pdb(TextInput input, int model, Hierarchy h)
 
Class for storing model, its restraints, constraints, and particles. 
 
void load_frame(RMF::FileConstHandle file, RMF::FrameID frame)
Load the given RMF frame into the state of the linked objects. 
 
A decorator for a particle with x,y,z coordinates. 
 
void add_hierarchies(RMF::NodeHandle fh, const atom::Hierarchies &hs)
 
Functionality for loading, creating, manipulating and scoring atomic structures. 
 
Hierarchies get_leaves(const Selection &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 full path to one of this module's example files.