|
IMP Reference Guide
2.17.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 296 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 306 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 318 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 314 of file mmcif/util.py.