Container for the rotamers which are associated with a particular 
  residue type
    |  | 
        
          | __init__(self,
        rl) Initialize the iterator with the rotamer library
 |  |  | 
    |  | 
        
          | __len__(self) Return the number of rotamers which are available:
 |  |  | 
    |  | 
        
          | __getitem__(self,
        rotamer_num) Return the rotamer which is associated with rotamer_num.
 |  |  | 
    |  | 
        
          | __iter__(self) Iterate through the available rotamers for the structure
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |