45 #ifndef vpXmlParserRectOriented_h 46 #define vpXmlParserRectOriented_h 48 #include <visp3/core/vpConfig.h> 50 #ifdef VISP_HAVE_PUGIXML 52 #include <visp3/core/vpRectOriented.h> 104 void parse(
const std::string &filename);
105 void save(
const std::string &filename,
bool append=
false);
117 #endif //VISP_HAVE_PUGIXML 118 #endif //vpXmlParserRectOriented_h XML parser to load and save an oriented rectangle in a file.
Defines an oriented rectangle in the plane.