![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Go to the source code of this file.
Functions | |
template<typename T > | |
void | FromDaylightString (T &sbv, std::string s) |
Construct a BitVect from the ASCII representation of a Daylight fingerprint string. More... | |
template<typename T > | |
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) More... | |
ExplicitBitVect * | convertToExplicit (const SparseBitVect *sbv) |
Convert a SparseBitVector to an ExplicitBitVector. More... | |
ExplicitBitVect* convertToExplicit | ( | const SparseBitVect * | sbv | ) |
Convert a SparseBitVector to an ExplicitBitVector.
delete
ing this. 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)
void FromDaylightString | ( | T & | sbv, |
std::string | s | ||
) |
Construct a BitVect from the ASCII representation of a Daylight fingerprint string.