#include <BALL/STRUCTURE/HBondProcessor.h>
Class to represent a hydrogen bond.
Definition at line 110 of file HBondProcessor.h.
◆ HBond() [1/2]
| BALL::HBondProcessor::HBond::HBond |
( |
| ) |
|
◆ HBond() [2/2]
| BALL::HBondProcessor::HBond::HBond |
( |
Atom const * | acceptor, |
|
|
Atom const * | donor, |
|
|
bool | donor_is_hydrogen = false ) |
|
inline |
◆ donorIsHydrogen()
| bool BALL::HBondProcessor::HBond::donorIsHydrogen |
( |
| ) |
|
|
inline |
◆ getAcceptor()
| Atom const * BALL::HBondProcessor::HBond::getAcceptor |
( |
| ) |
|
|
inline |
◆ getDonor()
| Atom const * BALL::HBondProcessor::HBond::getDonor |
( |
| ) |
|
|
inline |
◆ getLength()
| float BALL::HBondProcessor::HBond::getLength |
( |
| ) |
|
|
inline |
◆ acceptor_
| Atom const* BALL::HBondProcessor::HBond::acceptor_ |
|
protected |
◆ donor_
| Atom const* BALL::HBondProcessor::HBond::donor_ |
|
protected |
◆ donor_is_hydrogen_
| bool BALL::HBondProcessor::HBond::donor_is_hydrogen_ |
|
protected |