Class DisorderedAtom
source code
Entity.DisorderedEntityWrapper --+
|
DisorderedAtom
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.
|
|
|
|
|
|
Inherited from Entity.DisorderedEntityWrapper :
__getattr__ ,
__setitem__ ,
detach_parent ,
disordered_get ,
disordered_get_id_list ,
disordered_get_list ,
disordered_has_id ,
disordered_select ,
get_id ,
get_parent ,
is_disordered ,
set_parent
|