42 #ifndef VP_XML_PARSER_HOMOGENEOUS_MATRIX_H
43 #define VP_XML_PARSER_HOMOGENEOUS_MATRIX_H
45 #include <visp3/core/vpConfig.h>
47 #if defined(VISP_HAVE_PUGIXML)
48 #include <visp3/core/vpHomogeneousMatrix.h>
152 typedef enum { SEQUENCE_OK, SEQUENCE_ERROR } vpXmlCodeSequenceType;
159 std::string getHomogeneousMatrixName()
const;
163 int save(
const vpHomogeneousMatrix &M,
const std::string &filename,
const std::string &name);
165 void setHomogeneousMatrixName(
const std::string &name);
Implementation of an homogeneous matrix and operations on such kind of matrices.
XML parser to load and save an homogeneous matrix in a file.