Structure of fastsearch index files. More...
#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 int > | seekdata |
Structure of fastsearch index files.
bool Read | ( | std::istream * | pIndexstream ) |
bool ReadIndex | ( | std::istream * | pIndexstream ) |
bool ReadHeader | ( | std::istream * | pIndexstream ) |
OBFingerprint * CheckFP | ( | ) |
Referenced by FastSearchIndexer::FastSearchIndexer().
std::vector<unsigned int> fptdata |
std::vector<unsigned int> seekdata |