This example shows writing one piece of geometry to an RMF file and then reading it back.
5 from __future__
import print_function
13 tfn =
"rmf_geometry.rmf"
16 f = RMF.create_rmf_file(tfn)
35 f = RMF.open_rmf_file_read_only(tfn)
41 print(gs[0].get_name())
42 print(
"Try running rmf_display on", tfn)
47 print(IMP.display.BoundingBoxGeometry.get_from(gs[0]).get_geometry())