![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Bond invariants generator for Morgan fingerprint. More...
#include <MorganGenerator.h>
Public Member Functions | |
| MorganBondInvGenerator (const bool useBondTypes=true, const bool useChirality=false) | |
| Construct a new MorganBondInvGenerator object. | |
| std::vector< std::uint32_t > * | getBondInvariants (const ROMol &mol) const override |
| get bond invariants from a molecule | |
| std::string | infoString () const override |
| method that returns information about this /c BondInvariantsGenerator and its arguments | |
| MorganBondInvGenerator * | clone () const override |
| ~MorganBondInvGenerator () override=default | |
| Public Member Functions inherited from RDKit::BondInvariantsGenerator | |
| virtual | ~BondInvariantsGenerator () |
Bond invariants generator for Morgan fingerprint.
Definition at line 78 of file MorganGenerator.h.
| RDKit::MorganFingerprint::MorganBondInvGenerator::MorganBondInvGenerator | ( | const bool | useBondTypes = true, |
| const bool | useChirality = false ) |
Construct a new MorganBondInvGenerator object.
| useBondTypes | : if set, bond types will be included as a part of the bond invariants |
| useChirality | : if set, chirality information will be included as a part of the bond invariants |
Referenced by clone().
|
overridedefault |
|
overridevirtual |
Implements RDKit::BondInvariantsGenerator.
References MorganBondInvGenerator().
|
overridevirtual |
get bond invariants from a molecule
| mol | molecule to generate the bond invariants for |
Implements RDKit::BondInvariantsGenerator.
|
overridevirtual |
method that returns information about this /c BondInvariantsGenerator and its arguments
Implements RDKit::BondInvariantsGenerator.