OpenStructure
Public Member Functions | Data Fields
HBondAcceptor Class Reference

Public Member Functions

def __init__ (self, acceptor, antecedent_list)
 
def __eq__ (self, hba)
 
def __hash__ (self)
 
def FromResidue (cls, res, acceptor_name, antecedent_name_list, verbose=True)
 
def IsHBondedTo (self, donor)
 

Data Fields

 atom
 
 antecedent_list
 

Detailed Description

Definition at line 153 of file hbond.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  acceptor,
  antecedent_list 
)

Definition at line 154 of file hbond.py.

Member Function Documentation

◆ __eq__()

def __eq__ (   self,
  hba 
)

Definition at line 157 of file hbond.py.

◆ __hash__()

def __hash__ (   self)

Definition at line 160 of file hbond.py.

◆ FromResidue()

def FromResidue (   cls,
  res,
  acceptor_name,
  antecedent_name_list,
  verbose = True 
)

Definition at line 163 of file hbond.py.

◆ IsHBondedTo()

def IsHBondedTo (   self,
  donor 
)

Definition at line 175 of file hbond.py.

Field Documentation

◆ antecedent_list

antecedent_list

Definition at line 156 of file hbond.py.

◆ atom

atom

Definition at line 155 of file hbond.py.


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