An object representing a single row of the table.  This class is 
  intended to be subclassed for each sub-tab.  The default implementation 
  includes entry id and structure title.
    |  | 
        
          | __init__(self,
        entry_id=None,
        title=None) x.__init__(...) initializes x; see help(type(x)) for signature
 |  |  | 
    | list | 
        
          | getAtomNums(self) Get a list of all atom numbers associated with this row (i.e.
 |  |  | 
    | list | 
        
          | getAtoms(self) Get a list of all atoms associated with this row (i.e.
 |  |  | 
    | schrodinger.structure.Structure |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |