RDKit
Open-source cheminformatics and machine learning.
|
abstract base class for bond invariants generators More...
#include <FingerprintGenerator.h>
Public Member Functions | |
virtual std::vector< std::uint32_t > * | getBondInvariants (const ROMol &mol) const =0 |
get bond invariants from a molecule | |
virtual std::string | infoString () const =0 |
method that returns information about this /c BondInvariantsGenerator and its arguments | |
virtual | ~BondInvariantsGenerator () |
virtual BondInvariantsGenerator * | clone () const =0 |
abstract base class for bond invariants generators
Definition at line 240 of file FingerprintGenerator.h.
|
inlinevirtual |
Definition at line 262 of file FingerprintGenerator.h.
|
pure virtual |
Implemented in RDKit::MorganFingerprint::MorganBondInvGenerator.
|
pure virtual |
get bond invariants from a molecule
mol | molecule to generate the bond invariants for |
Implemented in RDKit::MorganFingerprint::MorganBondInvGenerator.
|
pure virtual |
method that returns information about this /c BondInvariantsGenerator and its arguments
Implemented in RDKit::MorganFingerprint::MorganBondInvGenerator.