![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <RDKitFPGenerator.h>
Public Member Functions | |
| OutputType | getBitId (FingerprintArguments< OutputType > *arguments, const std::vector< std::uint32_t > *atomInvariants, const std::vector< std::uint32_t > *bondInvariants, const AdditionalOutput *additionalOutput, bool hashResults=false) const |
| calculates and returns the bit id to be set for this atom-environment More... | |
| RDKitFPAtomEnv (const OutputType bitId, const boost::dynamic_bitset<> &atomsInPath) | |
| Construct a new RDKitFPAtomEnv object. More... | |
Public Member Functions inherited from RDKit::AtomEnvironment< OutputType > | |
| virtual | ~AtomEnvironment () |
Definition at line 70 of file RDKitFPGenerator.h.
| RDKit::RDKitFP::RDKitFPAtomEnv< OutputType >::RDKitFPAtomEnv | ( | const OutputType | bitId, |
| const boost::dynamic_bitset<> & | atomsInPath | ||
| ) |
Construct a new RDKitFPAtomEnv object.
| bitId | bitId generated for this environment |
| atomsInPath | holds atoms in this environment to set additional output |
|
virtual |
calculates and returns the bit id to be set for this atom-environment
| arguments | Fingerprinting type specific molecule independent arguments |
| atomInvariants | Atom-invariants to be used during hashing |
| bondInvariants | Bond-invariants to be used during hashing |
| hashResults | if set results will be ready to be modded |
Implements RDKit::AtomEnvironment< OutputType >.