| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
MolHolderBase
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
AddMol( (MolHolderBase)arg1, (Mol)arg2) -> int :
Adds molecle to the molecule holder
C++ signature :
unsigned int AddMol(RDKit::MolHolderBase {lvalue},RDKit::ROMol)
|
GetMol( (MolHolderBase)arg1, (int)arg2) -> Mol :
Returns a particular molecule in the molecule holder
ARGUMENTS:
- idx: which molecule to return
NOTE: molecule indices start at 0
C++ signature :
boost::shared_ptr<RDKit::ROMol> GetMol(RDKit::MolHolderBase {lvalue},unsigned int)
|
Raises an exception This class cannot be instantiated from Python
|
__len__( (MolHolderBase)arg1) -> int :
C++ signature :
unsigned int __len__(RDKit::MolHolderBase {lvalue})
|
helper for pickle
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 8 11:32:01 2017 | http://epydoc.sourceforge.net |