Open Babel  3.0
Public Member Functions | Public Attributes | List of all members
FptIndex Struct Reference

#include <openbabel/fingerprint.h>

Public Member Functions

bool Read (std::istream *pIndexstream)
 
bool ReadIndex (std::istream *pIndexstream)
 
bool ReadHeader (std::istream *pIndexstream)
 
OBFingerprintCheckFP ()
 

Public Attributes

FptIndexHeader header
 
std::vector< unsigned int > fptdata
 
std::vector< unsigned long > seekdata
 

Detailed Description

Structure of fastsearch index files.

Member Function Documentation

◆ Read()

bool Read ( std::istream *  pIndexstream)

◆ ReadIndex()

bool ReadIndex ( std::istream *  pIndexstream)

◆ ReadHeader()

bool ReadHeader ( std::istream *  pIndexstream)

◆ CheckFP()

OBFingerprint * CheckFP ( )
Returns
A pointer to FP used or NULL and an error message

Member Data Documentation

◆ header

◆ fptdata

std::vector<unsigned int> fptdata

◆ seekdata

std::vector<unsigned long> seekdata

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