44 #ifndef vpXMLPARSERHOMOGENEOUSMATRIX_H
45 #define vpXMLPARSERHOMOGENEOUSMATRIX_H
47 #include <visp3/core/vpConfig.h>
49 #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.