#include <filter_clashes.hh>
Public Member Functions | |
ClashEvent () | |
ClashEvent (const UniqueAtomIdentifier &atom1, const UniqueAtomIdentifier &atom2, Real mdl_dist, Real adjusted_ref_dist) | |
UniqueAtomIdentifier | GetFirstAtom () const |
UniqueAtomIdentifier | GetSecondAtom () const |
Real | GetModelDistance () const |
Real | GetAdjustedReferenceDistance () const |
Definition at line 45 of file filter_clashes.hh.
ClashEvent | ( | ) | [inline] |
Definition at line 48 of file filter_clashes.hh.
ClashEvent | ( | const UniqueAtomIdentifier & | atom1, | |
const UniqueAtomIdentifier & | atom2, | |||
Real | mdl_dist, | |||
Real | adjusted_ref_dist | |||
) | [inline] |
Definition at line 49 of file filter_clashes.hh.
Real GetAdjustedReferenceDistance | ( | ) | const [inline] |
Definition at line 54 of file filter_clashes.hh.
UniqueAtomIdentifier GetFirstAtom | ( | ) | const [inline] |
Definition at line 51 of file filter_clashes.hh.
Real GetModelDistance | ( | ) | const [inline] |
Definition at line 53 of file filter_clashes.hh.
UniqueAtomIdentifier GetSecondAtom | ( | ) | const [inline] |
Definition at line 52 of file filter_clashes.hh.