Go to the source code of this file.
|
RDKIT_FINGERPRINTS_EXPORT std::uint32_t | RDKit::AtomPairs::getAtomCode (const Atom *atom, unsigned int branchSubtract=0, bool includeChirality=false) |
|
RDKIT_FINGERPRINTS_EXPORT std::uint32_t | RDKit::AtomPairs::getAtomPairCode (std::uint32_t codeI, std::uint32_t codeJ, unsigned int dist, bool includeChirality=false) |
|
RDKIT_FINGERPRINTS_EXPORT std::uint64_t | RDKit::AtomPairs::getTopologicalTorsionCode (const std::vector< std::uint32_t > &atomCodes, bool includeChirality=false) |
|
RDKIT_FINGERPRINTS_EXPORT std::uint32_t | RDKit::AtomPairs::getTopologicalTorsionHash (const std::vector< std::uint32_t > &pathCodes) |
|
RDKIT_FINGERPRINTS_EXPORT void | RDKit::MorganFingerprints::getConnectivityInvariants (const ROMol &mol, std::vector< std::uint32_t > &invars, bool includeRingMembership=true) |
| returns the connectivity invariants for a molecule
|
|
RDKIT_FINGERPRINTS_EXPORT void | RDKit::MorganFingerprints::getFeatureInvariants (const ROMol &mol, std::vector< std::uint32_t > &invars, std::vector< const ROMol * > *patterns=nullptr) |
| returns the feature invariants for a molecule
|
|