![]() |
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.
deleteing this. References RDKIT_DATASTRUCTS_EXPORT.
| 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)
References RDKIT_DATASTRUCTS_EXPORT.
| RDKIT_DATASTRUCTS_EXPORT void FromDaylightString | ( | T & | sbv, |
| const std::string & | s ) |
Construct a BitVect from the ASCII representation of a Daylight fingerprint string.
References RDKIT_DATASTRUCTS_EXPORT.