IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
IMP.pmi.dof Namespace Reference

Setup constraints and create movers for an IMP Hierarchy. More...

Detailed Description

Setup constraints and create movers for an IMP Hierarchy.

Handling of degrees of freedom.

Classes

class  DegreesOfFreedom
 A class to simplify create of constraints and movers for an IMP Hierarchy. More...
 
class  dof
 Degrees of Freedom. More...
 
class  SetupRigidBody
 Sets up and stores RigidBodyMover and BallMovers for NonRigidMembers. More...
 

Functions

def get_all_leaves
 Just get the leaves from a list of hierarchies. More...
 
def get_hierarchies
 given PMI Molecule/Residue or IMP objects, return hierarchies More...
 

Function Documentation

def IMP.pmi.dof.get_all_leaves (   list_of_hs)

Just get the leaves from a list of hierarchies.

Note
This function is only available in Python.

Definition at line 35 of file pmi/dof/__init__.py.

def IMP.pmi.dof.get_hierarchies (   spec)

given PMI Molecule/Residue or IMP objects, return hierarchies

Note
This function is only available in Python.

Definition at line 14 of file pmi/dof/__init__.py.