![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <RDKitFPGenerator.h>
Public Member Functions | |
| std::vector< AtomEnvironment< OutputType > * > | getEnvironments (const ROMol &mol, FingerprintArguments *arguments, const std::vector< std::uint32_t > *fromAtoms, const std::vector< std::uint32_t > *ignoreAtoms, int confId, const AdditionalOutput *additionalOutput, const std::vector< std::uint32_t > *atomInvariants, const std::vector< std::uint32_t > *bondInvariants, bool hashResults=false) const override |
| Get the atom environments for a molecule. | |
| std::string | infoString () const override |
| method that returns information about this /c AtomEnvironmentGenerator and its arguments if any | |
| void | toJSON (boost::property_tree::ptree &pt) const override |
| void | fromJSON (const boost::property_tree::ptree &pt) override |
| OutputType | getResultSize () const override |
| Returns the size of the fingerprint based on arguments. | |
Public Member Functions inherited from RDKit::AtomEnvironmentGenerator< OutputType > | |
| virtual | ~AtomEnvironmentGenerator () |
Additional Inherited Members | |
Public Attributes inherited from RDKit::AtomEnvironmentGenerator< OutputType > | |
| const FingerprintArguments * | dp_fingerprintArguments |
Definition at line 108 of file RDKitFPGenerator.h.
|
overridevirtual |
Reimplemented from RDKit::AtomEnvironmentGenerator< OutputType >.
|
overridevirtual |
Get the atom environments for a molecule.
| mol | molecule to generate the atom-environments from |
| arguments | fingerprint type specific arguments |
| fromAtoms | only generate subgraphs starting at these atoms |
| ignoreAtoms | ignore any subgraphs that contain these atoms |
| confId | IGNORED |
| additionalOutput | IGNORED |
| atomInvariants | atom invariants to be used |
| bondInvariants | IGNORED |
| hashResults | IGNORED |
Implements RDKit::AtomEnvironmentGenerator< OutputType >.
|
overridevirtual |
Returns the size of the fingerprint based on arguments.
Implements RDKit::AtomEnvironmentGenerator< OutputType >.
|
overridevirtual |
method that returns information about this /c AtomEnvironmentGenerator and its arguments if any
Implements RDKit::AtomEnvironmentGenerator< OutputType >.
|
overridevirtual |
Reimplemented from RDKit::AtomEnvironmentGenerator< OutputType >.