|
|
|
|
|
|
|
|
remove(self)
remove this Residue from the System |
|
|
|
|
addAtom(self)
append a new Atom to this Residue and return it |
|
|
|
|
atoms(self)
list of Atoms in this Residue |
|
|
|
|
natoms(self)
number of atoms in this residue |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
center(self)
return geometric center of positions of atoms in residue |
|
|
|
|
selectAtom(self,
name=None)
Returns a single Atom from this residue with the given name, or None
if no such atom is present. |
|
|
|
Inherited from Handle:
__eq__,
__hash__,
__init__,
__ne__,
id,
system
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|