![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Concrete class that holds binary cached molecules in memory. More...
#include <SubstructLibrary.h>
Public Member Functions | |
CachedMolHolder () | |
virtual unsigned int | addMol (const ROMol &m) |
unsigned int | addBinary (const std::string &pickle) |
virtual boost::shared_ptr< ROMol > | getMol (unsigned int idx) const |
virtual unsigned int | size () const |
Get the current library size. More... | |
std::vector< std::string > & | getMols () |
const std::vector< std::string > & | getMols () const |
![]() | |
virtual | ~MolHolderBase () |
Concrete class that holds binary cached molecules in memory.
This implementation uses quite a bit less memory than the non cached implementation. However, due to the reduced speed it should be used in conjunction with a pattern fingerprinter.
See RDKit::FPHolder
Definition at line 104 of file SubstructLibrary.h.
|
inline |
Definition at line 108 of file SubstructLibrary.h.
|
inline |
Adds a pickled binary molecule, no validity checking of the input is done.
Definition at line 118 of file SubstructLibrary.h.
References RDKit::EnumerationStrategyPickler::pickle().
|
inlinevirtual |
Add a new molecule to the substructure search library Returns the molecules index in the library
Implements RDKit::MolHolderBase.
Definition at line 110 of file SubstructLibrary.h.
References RDKit::MolPickler::pickleMol().
|
inlinevirtual |
Implements RDKit::MolHolderBase.
Definition at line 123 of file SubstructLibrary.h.
References RDKit::MolPickler::molFromPickle().
|
inline |
Definition at line 134 of file SubstructLibrary.h.
|
inline |
Definition at line 135 of file SubstructLibrary.h.
|
inlinevirtual |
Get the current library size.
Implements RDKit::MolHolderBase.
Definition at line 130 of file SubstructLibrary.h.