BALL
1.4.2
|
#include <BALL/STRUCTURE/HBondProcessor.h>
Public Member Functions | |
HBond () | |
HBond (Atom const *acceptor, Atom const *donor, bool donor_is_hydrogen=false) | |
Atom const * | getAcceptor () |
Atom const * | getDonor () |
bool | donorIsHydrogen () |
Return flag indicating what HBond definition was used. More... | |
float | getLength () |
Return distance between donor and acceptor. More... | |
Protected Attributes | |
Atom const * | acceptor_ |
Atom const * | donor_ |
bool | donor_is_hydrogen_ |
Class to represent a hydrogen bond.
Definition at line 110 of file HBondProcessor.h.
BALL::HBondProcessor::HBond::HBond | ( | ) |
|
inline |
Definition at line 114 of file HBondProcessor.h.
|
inline |
Return flag indicating what HBond definition was used.
Definition at line 120 of file HBondProcessor.h.
|
inline |
Definition at line 116 of file HBondProcessor.h.
|
inline |
Definition at line 117 of file HBondProcessor.h.
|
inline |
Return distance between donor and acceptor.
Definition at line 123 of file HBondProcessor.h.
|
protected |
Definition at line 128 of file HBondProcessor.h.
|
protected |
Definition at line 129 of file HBondProcessor.h.
|
protected |
Definition at line 130 of file HBondProcessor.h.