| Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
SDWriter
A class for writing molecules to SD files.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 36
|
|||
|
|||
|
Inherited from |
|||
|
|||
Returns the number of molecules written so far.
C++ signature:
NumMols(RDKit::SDWriter {lvalue}) -> unsigned int
|
Sets the properties to be written to the output file
ARGUMENTS:
- props: a list or tuple of property names
C++ signature:
SetProps(RDKit::SDWriter {lvalue}, boost::python::api::object) -> void*
|
C++ signature: __init__(_object*, std::string fileName) -> void*
|
Flushes the output file (forces the disk file to be updated).
C++ signature:
flush(RDKit::SDWriter {lvalue}) -> void*
|
Writes a molecule to the output file.
ARGUMENTS:
- mol: the Mol to be written
- confId: (optional) ID of the conformation to write
C++ signature:
write(RDKit::SDWriter {lvalue} self, RDKit::ROMol {lvalue} mol, int confId=-1) -> void*
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat May 24 08:37:06 2008 | http://epydoc.sourceforge.net |