#include <openbabel/fingerprint.h>
Public Attributes | |
unsigned int | headerlength |
unsigned int | nEntries |
unsigned int | words |
char | fpid [16] |
char | datafilename [256] |
unsigned int headerlength |
offset to data: sizeof(FptIndexHeader)
Referenced by FastSearchIndexer::FastSearchIndexer(), and FptIndex::Read().
unsigned int nEntries |
number of fingerprints
Referenced by FastSearch::Find(), FastSearch::FindMatch(), FastSearch::FindSimilar(), FptIndex::Read(), and FastSearchIndexer::~FastSearchIndexer().
unsigned int words |
number 32bit words per fingerprint
Referenced by FastSearchIndexer::Add(), FastSearchIndexer::FastSearchIndexer(), FastSearch::Find(), FastSearch::FindMatch(), FastSearch::FindSimilar(), and FptIndex::Read().
char fpid[16] |
ID of the fingerprint type.
Referenced by FptIndex::CheckFP(), and FastSearchIndexer::FastSearchIndexer().
char datafilename[256] |
the data that this is an index to
Referenced by FastSearchIndexer::FastSearchIndexer(), FptIndex::Read(), and FastSearch::ReadIndex().