13 #ifndef CVMATRIX_DESCRIPTOR_H
14 #define CVMATRIX_DESCRIPTOR_H
63 std::string
ElementName(uint32_t row, uint32_t col)
const;
70 uint32_t
Rows(
void)
const;
77 uint32_t
Cols(
void)
const;
81 std::string **element_names;
87 #endif // CVMATRIX_DESCRIPTOR_H
namespace of the flair Framework
Definition: Ahrs.h:19
void SetElementName(uint32_t row, uint32_t col, std::string name)
Set element name.
uint32_t Cols(void) const
Number of colomns.
Class describing cvmatrix elements, for log and graphs purpose.
Definition: cvmatrix_descriptor.h:28
uint32_t Rows(void) const
Number of rows.
std::string ElementName(uint32_t row, uint32_t col) const
Element name.
~cvmatrix_descriptor()
Destructor.
cvmatrix_descriptor(uint32_t rows, uint32_t cols)
Constructor.