9 #ifndef ODP_MATRIX_WRAPPER_HPP
10 #define ODP_MATRIX_WRAPPER_HPP
14 #error This is a C++ include file and cannot be used from plain C
Matrix class header file.
This class is C++ wrapper for a CPL matrix object. It provides a simplified interface that allows to ...
Definition: matrix.hpp:38
MatrixWrapper()
Class constructor.
Definition: matrixWrapper.cpp:15
This class extends the odp::Matrix class adding the constructor to create the CPL matrix from a buffe...
Definition: matrixWrapper.hpp:30
virtual ~MatrixWrapper()
Class destructor.
Definition: matrixWrapper.cpp:41