Package schrodinger :: Package ui :: Module widgettable :: Class CellIterator
[hide private]
[frames] | no frames]

Class CellIterator

column.cell row.cell Class for iterating over cells in a row or column and for getting a cell Cells are indexed starting with 1 Ex: cell = row.cell[1] or: cell = column.cell[1]

Instance Methods [hide private]
 
__init__(self, cell_list)
 
__len__(self)
 
__iter__(self)
 
__getitem__(self, num)
Return atom <idx> of the molecule or chain.
Method Details [hide private]

__getitem__(self, num)
(Indexing operator)

 

Return atom <idx> of the molecule or chain. Starts at 1.