RDKit
Open-source cheminformatics and machine learning.
|
Concrete class that holds smiles strings in memory. More...
#include <SubstructLibrary.h>
Public Member Functions | |
CachedSmilesMolHolder () | |
unsigned int | addMol (const ROMol &m) override |
unsigned int | addSmiles (const std::string &smiles) |
boost::shared_ptr< ROMol > | getMol (unsigned int idx) const override |
unsigned int | size () const override |
Get the current library size. | |
std::vector< std::string > & | getMols () |
const std::vector< std::string > & | getMols () const |
Public Member Functions inherited from RDKit::MolHolderBase | |
virtual | ~MolHolderBase () |
Concrete class that holds smiles strings in memory.
This implementation uses quite a bit less memory than the cached binary or uncached implementation. However, due to the reduced speed it should be used in conjunction with a pattern fingerprinter.
See RDKit::FPHolder
Definition at line 166 of file SubstructLibrary.h.
|
inline |
Definition at line 171 of file SubstructLibrary.h.
Add a new molecule to the substructure search library Returns the molecules index in the library
Implements RDKit::MolHolderBase.
Definition at line 173 of file SubstructLibrary.h.
Add a smiles to the dataset, no validation is done to the inputs.
Definition at line 181 of file SubstructLibrary.h.
|
inlineoverridevirtual |
Implements RDKit::MolHolderBase.
Definition at line 186 of file SubstructLibrary.h.
|
inline |
Definition at line 199 of file SubstructLibrary.h.
|
inline |
Definition at line 200 of file SubstructLibrary.h.
Get the current library size.
Implements RDKit::MolHolderBase.
Definition at line 195 of file SubstructLibrary.h.