Package schrodinger :: Package application :: Package desmond :: Package packages :: Module analysis :: Class PolarSurfaceArea
[hide private]
[frames] | no frames]

Class PolarSurfaceArea

      object --+        
               |        
GeomAnalyzerBase --+    
                   |    
    _MaestroAnalysis --+
                       |
                      PolarSurfaceArea

Calculate polar surface area for selected atoms.

N.B.: Only O and N atoms are considered as polar atoms in this implementation.

Instance Methods [hide private]
 
__init__(self, msys_model, cms_model, asl, resolution=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_postcalc(self, calc, *_)

Inherited from _MaestroAnalysis (private): _getCentered, _precalc

Inherited from GeomAnalyzerBase: __call__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, msys_model, cms_model, asl, resolution=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

_postcalc(self, calc, *_)

 
Overrides: GeomAnalyzerBase._postcalc
(inherited documentation)