| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
MolHolderBase --+
|
CachedSmilesMolHolder
Holds molecules as smiles string
This allows more molecules to be held in memory at a time
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( (CachedSmilesMolHolder)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::CachedSmilesMolHolder {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 |