FastSearchIndexer Class Reference

Class to prepare fingerprint index files See FastSearch class for details. More...

#include <fingerprint.h>

List of all members.

Public Member Functions

 FastSearchIndexer (std::string &datafilename, std::ostream *os, std::string &fpid, int FptBits=0)
 Constructor with a new index.
 FastSearchIndexer (FptIndex *pindex, std::ostream *os)
 Constructor using existing index.
 ~FastSearchIndexer ()
bool Add (OBBase *pOb, std::streampos seekpos)
 Called for each object.


Detailed Description

Class to prepare fingerprint index files See FastSearch class for details.


Constructor & Destructor Documentation

FastSearchIndexer ( std::string &  datafilename,
std::ostream *  os,
std::string &  fpid,
int  FptBits = 0 
)

Constructor with a new index.

Starts indexing process

FastSearchIndexer ( FptIndex pindex,
std::ostream *  os 
)

Constructor using existing index.

~FastSearchIndexer (  ) 


Member Function Documentation

bool Add ( OBBase pOb,
std::streampos  seekpos 
)

Called for each object.


The documentation for this class was generated from the following files: