IMP  2.1.1
The Integrative Modeling Platform
connectivity.py
1 ## \example container/connectivity.py
2 # Shows how to use and visualize the IMP::misc::ConnectingPairContainer.
3 
4 import IMP.container
5 import IMP.display
6 
8 ds = IMP.core.create_xyzr_particles(m, 20, .1)
11 m.evaluate(False)
13 w = IMP.display.ChimeraWriter("pairs.py")
14 w.add_geometry(pg)
15 print pg.get_name()
16 del w
Write geometry to a python file for Chimera to read.
Definition: ChimeraWriter.h:29
See IMP.container for more information.
A container which keeps a set of pairs that connect a set of spheres.
XYZRs create_xyzr_particles(kernel::Model *m, unsigned int num, Float radius, Float box_side=10)
Create a set of particles with random coordinates.
Display a segment for each pair in a IMP::kernel::PairContainer.
Definition: XYZR.h:179
See IMP.display for more information.
Definition: BildWriter.h:20
Class for storing model, its restraints, constraints, and particles.