#include <MolWriters.h>

Public Member Functions | |
| virtual | ~MolWriter () |
| virtual void | write (ROMol &mol, int confId=defaultConfId)=0 |
| virtual void | flush ()=0 |
| virtual void | setProps (const STR_VECT &propNames)=0 |
| virtual unsigned int | numMols () const =0 |
Definition at line 19 of file MolWriters.h.
| virtual RDKit::MolWriter::~MolWriter | ( | ) | [inline, virtual] |
Definition at line 21 of file MolWriters.h.
| virtual void RDKit::MolWriter::write | ( | ROMol & | mol, | |
| int | confId = defaultConfId | |||
| ) | [pure virtual] |
Implemented in RDKit::SmilesWriter, RDKit::SDWriter, and RDKit::TDTWriter.
| virtual void RDKit::MolWriter::flush | ( | ) | [pure virtual] |
Implemented in RDKit::SmilesWriter, RDKit::SDWriter, and RDKit::TDTWriter.
| virtual void RDKit::MolWriter::setProps | ( | const STR_VECT & | propNames | ) | [pure virtual] |
Implemented in RDKit::SmilesWriter, RDKit::SDWriter, and RDKit::TDTWriter.
| virtual unsigned int RDKit::MolWriter::numMols | ( | ) | const [pure virtual] |
Implemented in RDKit::SmilesWriter, RDKit::SDWriter, and RDKit::TDTWriter.
1.5.3