Open Babel
3.0
|
#include <openbabel/fingerprint.h>
Public Member Functions | |
bool | Read (std::istream *pIndexstream) |
bool | ReadIndex (std::istream *pIndexstream) |
bool | ReadHeader (std::istream *pIndexstream) |
OBFingerprint * | CheckFP () |
Public Attributes | |
FptIndexHeader | header |
std::vector< unsigned int > | fptdata |
std::vector< unsigned long > | seekdata |
Structure of fastsearch index files.
bool Read | ( | std::istream * | pIndexstream | ) |
bool ReadIndex | ( | std::istream * | pIndexstream | ) |
bool ReadHeader | ( | std::istream * | pIndexstream | ) |
OBFingerprint * CheckFP | ( | ) |
FptIndexHeader header |
Referenced by FastSearchIndexer::FastSearchIndexer().
std::vector<unsigned int> fptdata |
std::vector<unsigned long> seekdata |