Represents the data of the atom group table? Of the Misc tab of the 
  Advanced Options dialog
    |  | 
        
          | _default_group_selector(grp) |  |  | 
    |  | 
        
          | _condense_atom_group(grp,
        group_selector) |  |  | 
    |  | 
        
          | get_asl(raw_grp) Returns an ASL string for a given group of atoms ('raw_grp').
 |  |  | 
    |  | 
        
          | get_atom_grp(structs) Given a list of component CTs (`structs'), returns a list of 
      '_AtomGroup' objects
 |  |  | 
    |  | 
        
          | del_all_atom_grp(structs) |  |  | 
    |  | 
        
          | inject_atom_grp(structs,
        atom_grp) Updates the atom-level properties on the given model CTs based on the
      given atom group list, and returns the list of modified structs.
 |  |  | 
    |  | 
        
          | get_restr(structs) Return a list of AtomGroups for restraints in the given model CTs.
 |  |  | 
    |  |  | 
    |  | 
        
          | resize_restr_block(ffh,
        size) Resizes the "ffio_restraints" block, i.e., changes the 
      number of entries of the block.
 |  |  | 
    |  | 
        
          | set_restr(ffh,
        i,
        k,
        i_atom,
        x,
        y,
        z) |  |  | 
    |  | 
        
          | set_restr_block(ct,
        restr) |  |  | 
    |  | 
        
          | inject_restr(structs,
        restr_grp) Sets up the restraints in the given components CTs based on the state
      of the given restraint group.
 |  |  |