11 #ifndef __RD_BITVECTS_UTILS_H__ 12 #define __RD_BITVECTS_UTILS_H__ Pulls in all the BitVect classes.
a class for bit vectors that are sparsely occupied.
#define RDKIT_DATASTRUCTS_EXPORT
RDKIT_DATASTRUCTS_EXPORT ExplicitBitVect * convertToExplicit(const SparseBitVect *sbv)
Convert a SparseBitVector to an ExplicitBitVector.
RDKIT_DATASTRUCTS_EXPORT void FromDaylightString(T &sbv, const std::string &s)
Construct a BitVect from the ASCII representation of a Daylight fingerprint string.
a class for bit vectors that are densely occupied
RDKIT_DATASTRUCTS_EXPORT 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) ...