47 #ifndef _MIRA_XMLDOMMODIFIER_H_ 48 #define _MIRA_XMLDOMMODIFIER_H_ A STL conform wrapper for libxml2 to read XML files as DOM.
Definition: XMLDom.h:73
#define MIRA_PPARAM(...)
Preprocessor workaround to handle single parameters that contain a comma.
Definition: PParam.h:61
MIRA_DEPRECATED("Please use preprocessXML() instead", MIRA_PPARAM(void resolveTags(XMLDom &ioXml, XMLVariablesMap &ioVariables)))
Deprecated.
Preprocessor workaround to handle single parameters that contain a comma.
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Preprocessor for XML dom documents.
std::map< std::string, XMLVariableValue > XMLVariablesMap
Definition: XMLDomPreprocessor.h:91
void resolveTags(XMLDom &ioXml, XMLVariablesMap &ioVariables)
declaration and definition must be separated when a function has attributes (deprecated in this case)...
Definition: XMLDomModifier.h:64
void MIRA_BASE_EXPORT preprocessXML(XMLDom &ioXml, XMLVariablesMap &ioVariables)
Shortcut for processing a XML document without creating a XMLDomPreprocessor yourself.