19 #ifndef OST_MOL_ALG_LOCAL_DIST_TEST_HH
20 #define OST_MOL_ALG_LOCAL_DIST_TEST_HH
26 namespace ost {
namespace mol {
namespace alg {
55 return chain_==rhs.chain_ && residue_==rhs.residue_ && atom_==rhs.atom_;
60 int cc=chain_.compare(rhs.chain_);
64 if (residue_<rhs.residue_) {
66 }
else if (residue_>rhs.residue_) {
69 return atom_.compare(rhs.atom_)<0;
86 typedef std::map<std::pair<UniqueAtomIdentifier,UniqueAtomIdentifier>,std::pair<Real,Real> >
ResidueRDMap;
120 std::vector<Real> cutoff_list,
121 int sequence_separation = 0,
122 const String& local_ldt_property_string=
"");
145 const String& local_ldt_property_string=
"");
158 int ref_index=0,
int mdl_index=1);