11#ifndef __RD_BITVECTS_UTILS_H__
12#define __RD_BITVECTS_UTILS_H__
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.
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)
Pulls in all the BitVect classes.
a class for bit vectors that are densely occupied
a class for bit vectors that are sparsely occupied.
#define RDKIT_DATASTRUCTS_EXPORT