struct aux::AtomSignatureΒΆ
#include <Distance.h>
struct AtomSignature {
// fields
gpr::Index_t original_index;
gpr::Index_t type;
std::vector<double> signature_vec;
// methods
bool operator<(const AtomSignature& other) const;
};