|
OpenMM
|
A Chain object represents a chain within a Topology. More...
Inheritance diagram for Chain:Public Member Functions | |
| def | __init__ |
| Construct a new Chain. More... | |
| def | residues |
| Iterate over all Residues in the Chain. More... | |
| def | atoms |
| Iterate over all Atoms in the Chain. More... | |
| def | __len__ |
Public Attributes | |
| index | |
| The index of the Chain within its Topology. More... | |
| topology | |
| The Topology this Chain belongs to. More... | |
| id | |
| A user defined identifier for this Chain. More... | |
| def __init__ | ( | self, | |
| index, | |||
| topology, | |||
| id | |||
| ) |
| def __len__ | ( | self | ) |
References Chain._residues.
| def atoms | ( | self | ) |
Iterate over all Atoms in the Chain.
References Chain._residues.
Referenced by ForceField.registerScript().
| def residues | ( | self | ) |
Iterate over all Residues in the Chain.
References Chain._residues.
| id |
A user defined identifier for this Chain.
| index |
The index of the Chain within its Topology.
Referenced by ForceField.registerScript().
| topology |
The Topology this Chain belongs to.
Referenced by DesmondDMSFile.getTopology().