eLynx SDK
v3.3.0 C++ image processing API reference |
GetHeight() const | eLynx::Math::Matrix | [inline, virtual] |
GetWidth() const | eLynx::Math::Matrix | [inline, virtual] |
Matrix(uint32 iHeight, uint32 iWidth) | eLynx::Math::Matrix | |
Matrix(const IMatrix &iMatrix) | eLynx::Math::Matrix | |
Matrix(const Matrix &iOther) | eLynx::Math::Matrix | |
operator()(uint32 iRow, uint32 iCol) const | eLynx::Math::Matrix | [virtual] |
operator()(uint32 iRow, uint32 iCol) | eLynx::Math::Matrix | [virtual] |
operator=(const Matrix &iOther) | eLynx::Math::Matrix | |
Resize(uint32 iHeight, uint32 iWidth) | eLynx::Math::Matrix | |
SwapCols(uint32 iCol1, uint32 iCol2) | eLynx::Math::Matrix | [virtual] |
SwapRows(uint32 iRow1, uint32 iRow2) | eLynx::Math::Matrix | [virtual] |
~IMatrix() | eLynx::Math::IMatrix | [inline, virtual] |