| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
MolHolderBase --+
|
CachedMolHolder
Holds molecules in their binary representation.
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
AddBinary(data) -> adds a picked molecule molecule to the molecule holder, returns index of molecule
The data 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 |
|||
|
|||
AddBinary( (CachedMolHolder)arg1, (str)pickle) -> int :
Add a binary pickle to the molecule holder, no checking is done on the input data
C++ signature :
unsigned int AddBinary(RDKit::CachedMolHolder {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 |