The class to provide access to _StructureAtom instances.
    |  | 
        
          | __init__(self,
        ct) Initialize the container.
 |  |  | 
    |  | 
        
          | __delitem__(self,
        index) Delete an atom from the Structure.
 |  |  | 
    |  | 
        
          | __getitem__(self,
        index) Return the wrapper class for atom based properties.
 |  |  | 
    |  | 
        
          | __iter__(self) Provide iteration access.
 |  |  | 
    |  | 
        
          | __len__(self) Return the number of atoms by querying the Structure class.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |