Manages a rotamer library for a given residue type.
    |  | 
        
          | __init__(self,
        st,
        atom) Initialize the Rotamer Library with respect to a given atom in the 
      input structure 'st'.
 |  |  | 
    |  | 
        
          | _apply(self,
        idx) A private function which is used to apply the specified rotamer index
      (idx) to the structure
 |  |  | 
    |  | 
        
          | restore(self) Restore the sidechain back to the original coordinates
 |  |  | 
    |  | 
        
          | _getRotamerIterator(self) |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |