Package schrodinger :: Package application :: Package desmond :: Module fep_scholar_util :: Class FEPStructureObject
[hide private]
[frames] | no frames]

Class FEPStructureObject

PyQt4.QtCore.QObject --+
                       |
                      FEPStructureObject

This class holds all information about each ligand. It also contains drawing objects.

Instance Methods [hide private]
 
__init__(self, parent)
 
setStructure(self, st, template_chmmol=None, mapper=None)
Set structure and generate coordinates.
 
clear(self)
 
sizeHint(self)
Provide size hint for structure pictures.
Method Details [hide private]

setStructure(self, st, template_chmmol=None, mapper=None)

 

Set structure and generate coordinates. If template molecule is provided, coordinates will be generated to align matching mcs atoms.

Parameters:

sizeHint(self)

 

Provide size hint for structure pictures.

See Qt documentation for an explanation of arguments and return value.