24 #ifndef FILEFORMATUTILS_H    25 #define FILEFORMATUTILS_H    48                 static bool decodeXMLMatrix(
const TiXmlElement *xml_matrix, 
int &type, 
int &rows, 
int &cols);
    56                 static CvMat* allocateXMLMatrix(
const TiXmlElement *xml_matrix);
    69                 static bool parseXMLMatrix(
const TiXmlElement *xml_matrix, CvMat *matrix);
    79                 static TiXmlElement* createXMLMatrix(
const char* element_name, 
const CvMat *matrix);
    83 #endif //FILEFORMATUTILS_H 
This file defines library export definitions, version numbers and build information.