lazy file parser for Smiles tables
More...
#include <MolSupplier.h>
lazy file parser for Smiles tables
Definition at line 247 of file MolSupplier.h.
◆ SmilesMolSupplier() [1/3]
- Parameters
-
fileName | - the name of smiles table file |
delimiter | - delimiting characters between records on a each line NOTE that this is not a string, the tokenizer looks for the individual characters in delimiter, not the full string itself. So the default delimiter: " \t", means " " or "\t". |
smilesColumn | - column number for the SMILES string (defaults to the first column) |
nameColumn | - column number for the molecule name (defaults to the second column) If set to -1 we assume that no name is available for the molecule and the name is defaulted to the smiles string |
titleLine | - if true, the first line is assumed to list the names of properties in order separated by 'delimiter'. It is also assume that the 'SMILES' column and the 'name' column are not specified here if false - no title line is assumed and the properties are recorded as the "columnX" where "X" is the column number |
sanitize | - if true sanitize the molecule before returning it |
◆ SmilesMolSupplier() [2/3]
RDKit::v2::FileParsers::SmilesMolSupplier::SmilesMolSupplier |
( |
| ) |
|
◆ SmilesMolSupplier() [3/3]
◆ ~SmilesMolSupplier()
RDKit::v2::FileParsers::SmilesMolSupplier::~SmilesMolSupplier |
( |
| ) |
|
|
inlineoverride |
◆ atEnd()
bool RDKit::v2::FileParsers::SmilesMolSupplier::atEnd |
( |
| ) |
|
|
overridevirtual |
◆ getItemText()
std::string RDKit::v2::FileParsers::SmilesMolSupplier::getItemText |
( |
unsigned int |
idx | ) |
|
returns the text block for a particular item
- Parameters
-
idx | - which item to return |
◆ init()
void RDKit::v2::FileParsers::SmilesMolSupplier::init |
( |
| ) |
|
|
overridevirtual |
◆ length()
unsigned int RDKit::v2::FileParsers::SmilesMolSupplier::length |
( |
| ) |
|
◆ moveTo()
◆ next()
std::unique_ptr< RWMol > RDKit::v2::FileParsers::SmilesMolSupplier::next |
( |
| ) |
|
|
overridevirtual |
◆ operator[]()
std::unique_ptr< RWMol > RDKit::v2::FileParsers::SmilesMolSupplier::operator[] |
( |
unsigned int |
idx | ) |
|
◆ reset()
void RDKit::v2::FileParsers::SmilesMolSupplier::reset |
( |
| ) |
|
|
overridevirtual |
◆ setData()
The documentation for this class was generated from the following file: