Trees | Indices | Help |
|
---|
|
_AtomCollection --+ | _Molecule
A class used to return molecule information when iterating over molecules in a Structure object.
Important methods include extractStructure and getAtomList. The atom attribute can be used to iterate over all atoms in
the molecule, and the number of atoms can be determined via
len(molecule.atom)
.
The residue iterator allows for iteration over residues of the molecule, returning _Residue instances.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
residue = property(_getMoleculeResidueIterator, doc= "Returns
|
|||
number = property(__int__, doc= "Returns the molecule number o
|
|
Initialize the Molecule object.
|
Applies the given display styles to the atoms and bonds of the molecule.
|
|
residue
|
number
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:48 2015 | http://epydoc.sourceforge.net |