OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
CADResult Class Reference

Public Member Functions

def __init__
 

Data Fields

 globalAA
 
 localAA
 

Detailed Description

Holds the result of running CAD

.. attribute:: globalAA
  
  The global CAD's atom-atom (AA) score

.. attribute:: localAA

  Dictionary containing local CAD's atom-atom (AA) scores. 
  
  :type: dictionary (key: tuple(chain, resnum) (e.g.: 
         ("A", ost.mol.ResNum(24)), value: CAD local AA score 
         (see CAD Documentation online)

Definition at line 69 of file cadscore.py.

Constructor & Destructor Documentation

def __init__ (   self,
  globalAA,
  localAA 
)

Definition at line 85 of file cadscore.py.

Field Documentation

globalAA

Definition at line 86 of file cadscore.py.

localAA

Definition at line 87 of file cadscore.py.


The documentation for this class was generated from the following file: