Go to the documentation of this file.
14 #ifndef INCLUDED_core_scoring_hbonds_hbtrie_HBAtom_hh
15 #define INCLUDED_core_scoring_hbonds_hbtrie_HBAtom_hh
31 #include <numeric/xyzVector.hh>
93 void print( std::ostream & os )
const;
122 for (
int ii = 0; ii< 3; ++ii ) {
123 if (
float(
xyz_[ ii ]) !=
float(other.
xyz_[ ii ]) ) {
124 return xyz_[ ii ] < other.
xyz_[ ii ];
155 for (
int ii = 0; ii< 3; ++ii ) {
159 if (
float(
xyz_[ ii ]) !=
float(other.
xyz_[ ii ]) ) {