OEIsReadableMatchedPairAnalyzer¶
Warning
The following functions are deprecated. Please use the more generic
OEIsMatchedPairAnalyzerFileType
to test
for the appropriate file extension for a serialized index.
bool OEIsReadableMatchedPairAnalyzer(unsigned int type)
bool OEIsReadableMatchedPairAnalyzer(const std::string &filename)
This function returns a boolean indicating whether the provided OEMatchedPairAnalyzerFileType
value
or filename is a readable serialized index.
Warning
This function is deprecated as of 2017.Feb and will be removed in a future
version of OEMedChem TK, please use
OEIsMatchedPairAnalyzerFileType
instead.