class OESimScore
This class represents OESimScore that holds a similarity value with an index that identifies the fingerprint in the OEFPDatabase object from which the score is calculated.
OESimScore(unsigned int i, float s)
Initializes a OESimScore from an index i and a score s.
unsigned int GetIdx() const
Returns the index of the fingerprint corresponding to the similarity score.