Package schrodinger :: Package application :: Package bioluminate :: Module pml_menus :: Class ComputeSurfaceArea
[hide private]
[frames] | no frames]

Class ComputeSurfaceArea

PyQt4.QtGui.QAction --+    
                      |    
                MAction --+
                          |
                         ComputeSurfaceArea

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create a ComputeSurfaceArea object
 
command(self)
Compute the solvent accessible surface area for the object in the context of all visible atoms (EV:119704)
Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

 

Create a ComputeSurfaceArea object

Parameters:
  • radius (float) - The solvent radius to use in computing the surface area. Use 0.0 to get a molecular surface area.
  • stype (str) - The string type of this surface area, such as SASA, MSA, etc.

    See MAction for additional parameter documentation

Overrides: MAction.__init__

command(self)

 

Compute the solvent accessible surface area for the object in the context of all visible atoms (EV:119704)

Overrides: MAction.command