RDKit
Open-source cheminformatics and machine learning.
|
#include <SubstructLibrary.h>
Public Member Functions | |
virtual | ~KeyHolderBase () |
virtual unsigned int | addMol (const ROMol &m)=0 |
Add a key to the database getting it from the molecule. | |
virtual unsigned int | addKey (const std::string &)=0 |
virtual const std::string & | getKey (unsigned int) const =0 |
virtual std::vector< std::string > | getKeys (const std::vector< unsigned int > &indices) const =0 |
virtual unsigned int | size () const =0 |
Get the current keeyholder size. | |
Definition at line 351 of file SubstructLibrary.h.
|
inlinevirtual |
Definition at line 353 of file SubstructLibrary.h.
Add a key to the database, this needs to be in the same order as the molecule, no validation is done
Implemented in RDKit::KeyFromPropHolder.
Add a key to the database getting it from the molecule.
Implemented in RDKit::KeyFromPropHolder.
Implemented in RDKit::KeyFromPropHolder.
|
pure virtual |
Implemented in RDKit::KeyFromPropHolder.
Get the current keeyholder size.
Implemented in RDKit::KeyFromPropHolder.