40 #ifndef VP_XML_PARSER_RECT_ORIENTED_H
41 #define VP_XML_PARSER_RECT_ORIENTED_H
43 #include <visp3/core/vpConfig.h>
45 #if defined(VISP_HAVE_PUGIXML)
46 #include <visp3/core/vpRectOriented.h>
109 void parse(
const std::string &filename);
110 void save(
const std::string &filename,
bool append =
false);
Defines an oriented rectangle in the plane.
XML parser to load and save an oriented rectangle in a file.