Home | Trees | Indices | Help |
|
---|
|
object --+ | AbstractEntity
Base class for all protein structure entities.
This class defines uniform interface of all entities (e.g. Structure, Chain, Residue) according to the Composite pattern.
Nested Classes | |
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
Instance Methods | |||
|
|||
list |
|
||
|
|||
Inherited from |
Class Variables | |
__abstractmethods__ =
|
Properties | |
iterator of AbstractEntity |
items Iterator over all immediate children of the entity |
Inherited from |
Method Details |
Return an iterator over all descendants of the entity.
|
Extract the coordinates of the specified kind(s) of atoms and return them as a list.
|
Apply in place RotationMatrix and translation Vector to all atoms.
|
Property Details |
itemsIterator over all immediate children of the entity
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |