10 #ifndef __RD_BITVECTS_UTILS_H__ 11 #define __RD_BITVECTS_UTILS_H__ Pulls in all the BitVect classes.
ExplicitBitVect * convertToExplicit(const SparseBitVect *sbv)
Convert a SparseBitVector to an ExplicitBitVector.
void FromBitString(T &sbv, const std::string &s)
Construct a BitVect from the ASCII representation of a bit string (i.e. a bunch of zeros and ones) ...
a class for bit vectors that are sparsely occupied.
void FromDaylightString(T &sbv, std::string s)
Construct a BitVect from the ASCII representation of a Daylight fingerprint string.
a class for bit vectors that are densely occupied