IMP
2.0.0
The Integrative Modeling Platform
|
Store Representation. More...
Inherits IMP.restrainer._representation.Representation.
Public Member Functions | |
def | find_all_by_id |
Return a list of all nodes that have the id given by the parameter. | |
def | find_by_id |
Return a node that have the id given by the parameter. | |
def | get_imp_hierarchy_by_id |
Return an IMP::atom::Hierarchy by particle id. More... | |
def | get_model |
Return an IMP::Model that contains the representation. | |
def | get_root_imp_hierarchy |
Return the root of the IMP::atom::Hierarchy. | |
Definition at line 4 of file restrainer/__init__.py.
def IMP.restrainer.Representation.get_imp_hierarchy_by_id | ( | self, | |
id | |||
) |
id | Particle id. |
Definition at line 8 of file restrainer/__init__.py.