15     m, m.add_particle(
"rigid body"),
 
   21 print(
"adding rigid body for atoms")
 
   26 print(
"creating residue level rep")
 
   28 print(
"adding rigid body for residues")
 
   30 resolutions.add_representation(residues)
 
   32 print(
"creating triplet residue level rep")
 
   34 resolutions.add_representation(triplets)
 
   35 print(
"adding rigid body for triplets")
 
   39 resolutions.add_representation(whole)
 
   41 print(
"resolutions are", resolutions)
 
   46     root, residue_index=15, resolution=1).get_selected_particles())
 
   49     root, residue_index=15, resolution=.3).get_selected_particles())
 
   50 print(
"several residues")
 
   52     root, residue_index=15, resolution=.2).get_selected_particles())
 
   55     root, residue_index=15, resolution=.01).get_selected_particles())
 
   58     root, residue_index=15,
 
   59     resolution=IMP.atom.ALL_RESOLUTIONS).get_selected_particles())
 
Select non water and non hydrogen atoms. 
 
Strings setup_from_argv(const Strings &argv, std::string description, std::string positional_description, int num_positional)
 
std::string get_example_path(std::string file_name)
Return the full path to one of this module's example files. 
 
static Representation setup_particle(Model *m, ParticleIndex pi)
 
void read_pdb(TextInput input, int model, Hierarchy h)
 
Class for storing model, its restraints, constraints, and particles. 
 
static Hierarchy setup_particle(Model *m, ParticleIndex pi, ParticleIndexesAdaptor children=ParticleIndexesAdaptor())
Create a Hierarchy of level t by adding the needed attributes. 
 
Hierarchy create_simplified_along_backbone(Chain input, const IntRanges &residue_segments, bool keep_detailed=false)
 
IMP::core::RigidBody create_rigid_body(Hierarchy h)
 
Functionality for loading, creating, manipulating and scoring atomic structures. 
 
Select hierarchy particles identified by the biological name. 
 
static RigidBody setup_particle(Model *m, ParticleIndex pi, ParticleIndexesAdaptor ps)