| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
MolHolderBase --+
|
CachedTrustedSmilesMolHolder
Holds molecules as trusted smiles string
This allows more molecules to be held in memory at a time and avoids RDKit sanitization
overhead
See: http://rdkit.blogspot.com/2016/09/avoiding-unnecessary-work-and.html
AddMol(mol) -> adds a molecule to the molecule holder, returns index of molecule
AddSmiles(smiles) -> adds a smiles string to the molecule holder, returns index of molecule
The smiles is stored as-is, no checking is done for validity.
GetMol(idx) -> return the molecule at index idx
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
__instance_size__ = 32
|
|||
|
|||
|
Inherited from |
|||
|
|||
AddSmiles( (CachedTrustedSmilesMolHolder)arg1, (str)smiles) -> int :
Add a trusted smiles string to the molecule holder, no checking is done on the input data
C++ signature :
unsigned int AddSmiles(RDKit::CachedTrustedSmilesMolHolder {lvalue},std::string)
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 8 11:32:01 2017 | http://epydoc.sourceforge.net |