RDKit
Open-source cheminformatics and machine learning.
|
#include <FingerprintGenerator.h>
Public Types | |
using | atomToBitsType = std::vector< std::vector< std::uint64_t > > |
using | bitInfoMapType = std::map< std::uint64_t, std::vector< std::pair< std::uint32_t, std::uint32_t > > > |
using | bitPathsType = std::map< std::uint64_t, std::vector< std::vector< int > > > |
using | atomCountsType = std::vector< unsigned int > |
Public Member Functions | |
void | allocateAtomToBits () |
void | allocateBitInfoMap () |
void | allocateBitPaths () |
void | allocateAtomCounts () |
Public Attributes | |
atomToBitsType * | atomToBits = nullptr |
bitInfoMapType * | bitInfoMap = nullptr |
bitPathsType * | bitPaths = nullptr |
atomCountsType * | atomCounts = nullptr |
Definition at line 26 of file FingerprintGenerator.h.
using RDKit::AdditionalOutput::atomCountsType = std::vector<unsigned int> |
Definition at line 32 of file FingerprintGenerator.h.
using RDKit::AdditionalOutput::atomToBitsType = std::vector<std::vector<std::uint64_t> > |
Definition at line 27 of file FingerprintGenerator.h.
using RDKit::AdditionalOutput::bitInfoMapType = std::map<std::uint64_t, std::vector<std::pair<std::uint32_t, std::uint32_t> >> |
Definition at line 28 of file FingerprintGenerator.h.
using RDKit::AdditionalOutput::bitPathsType = std::map<std::uint64_t, std::vector<std::vector<int> >> |
Definition at line 31 of file FingerprintGenerator.h.
|
inline |
Definition at line 61 of file FingerprintGenerator.h.
|
inline |
Definition at line 49 of file FingerprintGenerator.h.
|
inline |
Definition at line 53 of file FingerprintGenerator.h.
|
inline |
Definition at line 57 of file FingerprintGenerator.h.
atomCountsType* RDKit::AdditionalOutput::atomCounts = nullptr |
Definition at line 47 of file FingerprintGenerator.h.
atomToBitsType* RDKit::AdditionalOutput::atomToBits = nullptr |
Definition at line 35 of file FingerprintGenerator.h.
bitInfoMapType* RDKit::AdditionalOutput::bitInfoMap = nullptr |
Definition at line 39 of file FingerprintGenerator.h.
bitPathsType* RDKit::AdditionalOutput::bitPaths = nullptr |
Definition at line 43 of file FingerprintGenerator.h.