This class contains all Atom objects that represent the same disordered
atom. One of these atoms is "selected" and all method calls not caught
by DisorderedAtom are forwarded to the selected Atom object. In that way, a
DisorderedAtom behaves exactly like a normal Atom. By default, the selected
Atom object represents the Atom object with the highest occupancy, but a
different Atom object can be selected by using the disordered_select(altloc)
method.
Methods
|
|
__init__
__repr__
disordered_add
|
|
__init__
|
__init__ ( self, id )
Arguments:
o id - string, atom name
|
|
__repr__
|
__repr__ ( self )
|
|
disordered_add
|
disordered_add ( self, atom )
Add a disordered atom.
|
|