![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <AlignMolecules.h>
Public Attributes | |
| int | maxMatches = 1e6 |
| bool | symmetrizeConjugatedTerminalGroups |
| matches found in a SubstructMatch(). | |
| bool | ignoreHs = true |
| int | numThreads = 1 |
| will always be used | |
| std::vector< MatchVectType > | map |
| const RDNumeric::DoubleVector * | weights |
Definition at line 39 of file AlignMolecules.h.
| bool RDKit::MolAlign::BestAlignmentParams::ignoreHs = true |
terminal functional groups (like nitro or carboxylate) will be considered symmetrically
Definition at line 47 of file AlignMolecules.h.
| std::vector<MatchVectType> RDKit::MolAlign::BestAlignmentParams::map |
Definition at line 50 of file AlignMolecules.h.
| int RDKit::MolAlign::BestAlignmentParams::maxMatches = 1e6 |
Definition at line 40 of file AlignMolecules.h.
| int RDKit::MolAlign::BestAlignmentParams::numThreads = 1 |
will always be used
Definition at line 49 of file AlignMolecules.h.
| bool RDKit::MolAlign::BestAlignmentParams::symmetrizeConjugatedTerminalGroups |
matches found in a SubstructMatch().
Definition at line 42 of file AlignMolecules.h.
| const RDNumeric::DoubleVector* RDKit::MolAlign::BestAlignmentParams::weights |
(probe AtomId, ref AtomId) used to compute the alignments. If not provided, these will be generated using a substructure search.
Definition at line 55 of file AlignMolecules.h.