|
RDKIT_SMILESPARSE_EXPORT std::string | RDKit::SmartsWrite::GetAtomSmarts (const Atom *qatom, const SmilesWriteParams ¶ms) |
| returns the SMARTS for an Atom
|
|
std::string | RDKit::SmartsWrite::GetAtomSmarts (const Atom *qatom) |
| returns the SMARTS for an Atom
|
|
RDKIT_SMILESPARSE_EXPORT std::string | RDKit::SmartsWrite::GetBondSmarts (const Bond *qbond, const SmilesWriteParams ¶ms, int atomToLeftIdx=-1) |
| returns the SMARTS for a Bond
|
|
std::string | RDKit::SmartsWrite::GetBondSmarts (const Bond *qbond, int atomToLeftIdx=-1) |
| returns the SMARTS for a Bond
|
|
RDKIT_SMILESPARSE_EXPORT std::string | RDKit::MolToSmarts (const ROMol &mol, const SmilesWriteParams ¶ms) |
|
std::string | RDKit::MolToSmarts (const ROMol &mol, bool doIsomericSmarts=true, int rootedAtAtom=-1) |
| returns the SMARTS for a molecule
|
|
RDKIT_SMILESPARSE_EXPORT std::string | RDKit::MolFragmentToSmarts (const ROMol &mol, const SmilesWriteParams ¶ms, const std::vector< int > &atomsToUse, const std::vector< int > *bondsToUse=nullptr) |
|
RDKIT_SMILESPARSE_EXPORT std::string | RDKit::MolToCXSmarts (const ROMol &mol, const SmilesWriteParams ¶ms) |
| returns the CXSMARTS for a molecule
|
|
RDKIT_SMILESPARSE_EXPORT std::string | RDKit::MolFragmentToCXSmarts (const ROMol &mol, const SmilesWriteParams ¶ms, const std::vector< int > &atomsToUse, const std::vector< int > *bondsToUse=nullptr) |
|
std::string | RDKit::MolFragmentToSmarts (const ROMol &mol, const std::vector< int > &atomsToUse, const std::vector< int > *bondsToUse=nullptr, bool doIsomericSmarts=true) |
|
std::string | RDKit::MolToCXSmarts (const ROMol &mol, bool doIsomericSmarts=true) |
| returns the CXSMARTS for a molecule
|
|
std::string | RDKit::MolFragmentToCXSmarts (const ROMol &mol, const std::vector< int > &atomsToUse, const std::vector< int > *bondsToUse=nullptr, bool doIsomericSmarts=true) |
|