IMP  2.0.1
The Integrative Modeling Platform
IMP.restrainer.Representation Class Reference

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.
 

Detailed Description

Note
This class is only available in Python.

Definition at line 4 of file restrainer/__init__.py.

Member Function Documentation

def IMP.restrainer.Representation.get_imp_hierarchy_by_id (   self,
  id 
)
Parameters
idParticle id.
Returns
An IMP::atom::Hierarchy hierarchy.

Definition at line 8 of file restrainer/__init__.py.


The documentation for this class was generated from the following file: