|
__init__(self,
ptr,
ids)
don't use directly - use System.atomsel() |
|
|
|
__len__(self)
number of selected atoms |
|
|
|
ids(self)
ids of selected atoms in the parent system |
|
|
|
|
|
|
|
|
|
|
|
currentRMSD(self,
other)
compute RMS distance to other object, which may be Atomsel or an
array of positions. |
|
|
|
alignedRMSD(self,
other)
Return the aligned rmsd to other. |
|
|
|
alignCoordinates(self,
other)
If other is an Atomsel instance, align the coordinates of other's
System with self. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|