![]() |
Rosetta
2021.16
|
A class to hold data structures and functions common to filters that consider how groups of atoms within a constellation are oriented. More...
#include <Primitives.hh>
Static Public Member Functions | |
| static bool | is_closer_to_tgt (numeric::xyzVector< core::Real > const &low, numeric::xyzVector< core::Real > const &hi, numeric::xyzVector< core::Real > const &tgt) |
| Tells whether atom 'low' is closer to atom 'tgt' than atom 'hi' is. More... | |
A class to hold data structures and functions common to filters that consider how groups of atoms within a constellation are oriented.
|
static |
Tells whether atom 'low' is closer to atom 'tgt' than atom 'hi' is.
| [in] | low | Cartesian coordinates of a first atom. |
| [in] | hi | Cartesian coordinates of a second atom. |
| [in] | tgt | Cartesian coordinates of a third, target atom. |
Referenced by protocols::constel::FilterByIndoleCOO::is_satisfied(), protocols::constel::FilterByTryptamine::is_satisfied(), protocols::constel::FilterByAmphetamine::is_satisfied(), and protocols::constel::FilterByHistamine::is_satisfied().
1.8.7