IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Represent a set of similar models in a state. More...
Inherits Ensemble.
Represent a set of similar models in a state.
Definition at line 292 of file mmcif/util.py.
Public Member Functions | |
def | add_frame |
Add a frame from a custom source. More... | |
def | add_model |
Add hierarchies and restraints from an IMP.Model. More... | |
def | add_rmf |
Add a frame from an RMF file. More... | |
def IMP.mmcif.util.Ensemble.add_frame | ( | self, | |
frame | |||
) |
Add a frame from a custom source.
Definition at line 302 of file mmcif/util.py.
def IMP.mmcif.util.Ensemble.add_model | ( | self, | |
hiers, | |||
restraints, | |||
name | |||
) |
Add hierarchies and restraints from an IMP.Model.
Definition at line 314 of file mmcif/util.py.
def IMP.mmcif.util.Ensemble.add_rmf | ( | self, | |
fname, | |||
name, | |||
frame = 0 |
|||
) |
Add a frame from an RMF file.
Definition at line 310 of file mmcif/util.py.