Go to the source code of this file.
|
template<typename OutputType > |
RDKIT_FINGERPRINTS_EXPORT FingerprintGenerator< OutputType > * | RDKit::MorganFingerprint::getMorganGenerator (unsigned int radius, bool countSimulation, bool includeChirality, bool useBondTypes, bool onlyNonzeroInvariants, bool includeRedundantEnvironments, AtomInvariantsGenerator *atomInvariantsGenerator=nullptr, BondInvariantsGenerator *bondInvariantsGenerator=nullptr, std::uint32_t fpSize=2048, std::vector< std::uint32_t > countBounds={1, 2, 4, 8}, bool ownsAtomInvGen=false, bool ownsBondInvGen=false) |
| Get a fingerprint generator for Morgan fingerprint. More...
|
|
template<typename OutputType > |
FingerprintGenerator< OutputType > * | RDKit::MorganFingerprint::getMorganGenerator (unsigned int radius, bool countSimulation=false, bool includeChirality=false, bool useBondTypes=true, bool onlyNonzeroInvariants=false, AtomInvariantsGenerator *atomInvariantsGenerator=nullptr, BondInvariantsGenerator *bondInvariantsGenerator=nullptr, std::uint32_t fpSize=2048, std::vector< std::uint32_t > countBounds={1, 2, 4, 8}, bool ownsAtomInvGen=false, bool ownsBondInvGen=false) |
| Get a fingerprint generator for Morgan fingerprint. More...
|
|