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