#include <BaseMatrixImageProxy.h>
A simple proxy of a BaseMatrix, compatible with a Data that can be visualized in the GUI, as a bitmap, with a BaseMatrixImageViewerWidget. More...
A simple proxy of a BaseMatrix, compatible with a Data that can be visualized in the GUI, as a bitmap, with a BaseMatrixImageViewerWidget.
Protected Attributes | |
linearalgebra::BaseMatrix * | m_matrix { nullptr } |
Public Member Functions | |
BaseMatrixImageProxy () | |
linearalgebra::BaseMatrix * | getMatrix () const |
void | setMatrix (linearalgebra::BaseMatrix *m_matrix) |
Static Public Member Functions | |
static const char * | Name () |
Friends | |
std::istream & | operator>> (std::istream &in, BaseMatrixImageProxy &) |
std::ostream & | operator<< (std::ostream &out, const BaseMatrixImageProxy &p) |
|
protected |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
friend |
|
friend |