![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <FingerprintGenerator.h>
Public Types | |
| using | atomToBitsType = std::vector<std::vector<std::uint64_t>> |
| using | bitInfoMapType |
| using | bitPathsType = std::map<std::uint64_t, std::vector<std::vector<int>>> |
| using | atomCountsType = std::vector<unsigned int> |
| using | atomsPerBitType |
Public Member Functions | |
| void | allocateAtomToBits () |
| void | allocateBitInfoMap () |
| void | allocateBitPaths () |
| void | allocateAtomCounts () |
| void | allocateAtomsPerBit () |
Public Attributes | |
| atomToBitsType * | atomToBits = nullptr |
| bitInfoMapType * | bitInfoMap = nullptr |
| bitPathsType * | bitPaths = nullptr |
| atomCountsType * | atomCounts = nullptr |
| atomsPerBitType * | atomsPerBit = nullptr |
Definition at line 27 of file FingerprintGenerator.h.
| using RDKit::AdditionalOutput::atomCountsType = std::vector<unsigned int> |
Definition at line 33 of file FingerprintGenerator.h.
Definition at line 34 of file FingerprintGenerator.h.
| using RDKit::AdditionalOutput::atomToBitsType = std::vector<std::vector<std::uint64_t>> |
Definition at line 28 of file FingerprintGenerator.h.
Definition at line 29 of file FingerprintGenerator.h.
| using RDKit::AdditionalOutput::bitPathsType = std::map<std::uint64_t, std::vector<std::vector<int>>> |
Definition at line 32 of file FingerprintGenerator.h.
|
inline |
Definition at line 67 of file FingerprintGenerator.h.
References atomCounts.
|
inline |
Definition at line 71 of file FingerprintGenerator.h.
References atomsPerBit.
|
inline |
Definition at line 55 of file FingerprintGenerator.h.
References atomToBits.
|
inline |
Definition at line 59 of file FingerprintGenerator.h.
References bitInfoMap.
|
inline |
Definition at line 63 of file FingerprintGenerator.h.
References bitPaths.
| atomCountsType* RDKit::AdditionalOutput::atomCounts = nullptr |
Definition at line 50 of file FingerprintGenerator.h.
Referenced by allocateAtomCounts().
| atomsPerBitType* RDKit::AdditionalOutput::atomsPerBit = nullptr |
Definition at line 53 of file FingerprintGenerator.h.
Referenced by allocateAtomsPerBit().
| atomToBitsType* RDKit::AdditionalOutput::atomToBits = nullptr |
Definition at line 38 of file FingerprintGenerator.h.
Referenced by allocateAtomToBits().
| bitInfoMapType* RDKit::AdditionalOutput::bitInfoMap = nullptr |
Definition at line 42 of file FingerprintGenerator.h.
Referenced by allocateBitInfoMap().
| bitPathsType* RDKit::AdditionalOutput::bitPaths = nullptr |
Definition at line 46 of file FingerprintGenerator.h.
Referenced by allocateBitPaths().