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

Class _CompositeAnalyzer

      object --+    
               |    
GeomAnalyzerBase --+
                   |
                  _CompositeAnalyzer
Known Subclasses:

This analyzer contains one or more analyzers as its components.

Instance Methods [hide private]
 
_precalc(self, calc)
 
_postcalc(self, *args)

Inherited from GeomAnalyzerBase: __call__

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

Static Methods [hide private]

Inherited from GeomAnalyzerBase (private): _get_sites, _sites2gids

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_precalc(self, calc)

 
Overrides: GeomAnalyzerBase._precalc
(inherited documentation)

_postcalc(self, *args)

 
Overrides: GeomAnalyzerBase._postcalc
(inherited documentation)