#include <BALL/STRUCTURE/HBondProcessor.h>
Detailed Description
Class to represent a hydrogen bond.
Definition at line 110 of file HBondProcessor.h.
Constructor & Destructor Documentation
BALL::HBondProcessor::HBond::HBond |
( |
| ) |
|
BALL::HBondProcessor::HBond::HBond |
( |
Atom const * |
acceptor, |
|
|
Atom const * |
donor, |
|
|
bool |
donor_is_hydrogen = false |
|
) |
| |
|
inline |
Member Function Documentation
bool BALL::HBondProcessor::HBond::donorIsHydrogen |
( |
| ) |
|
|
inline |
Atom const* BALL::HBondProcessor::HBond::getAcceptor |
( |
| ) |
|
|
inline |
Atom const* BALL::HBondProcessor::HBond::getDonor |
( |
| ) |
|
|
inline |
float BALL::HBondProcessor::HBond::getLength |
( |
| ) |
|
|
inline |
Member Data Documentation
Atom const* BALL::HBondProcessor::HBond::acceptor_ |
|
protected |
Atom const* BALL::HBondProcessor::HBond::donor_ |
|
protected |
bool BALL::HBondProcessor::HBond::donor_is_hydrogen_ |
|
protected |