#include <Matrix.h>
Public Member Functions | |
double | get (int x, int y) const |
int | height () const |
Matrix () | |
Matrix (int _w, int _h) | |
Matrix (const jlo::Matrix &src) | |
Matrix (const ::BaseMatrix &src) | |
operator ReturnMatrix () const | |
operator::Matrix () const | |
Matrix & | operator= (const Matrix &src) |
const char * | print () |
void | set (int x, int y, double newval) |
int | width () const |
~Matrix () | |
Private Member Functions | |
void | init (const ::Matrix &src) |
::ReturnMatrix | toReturnMatrix () const |
Private Attributes | |
double * | data |
int | h |
char * | printed |
int | w |
Definition at line 16 of file wrapped/Matrix.h.
jlo::Matrix::Matrix | ( | ) | [inline] |
Definition at line 19 of file wrapped/Matrix.h.
jlo::Matrix::Matrix | ( | int | _w, |
int | _h | ||
) | [inline] |
Definition at line 20 of file wrapped/Matrix.h.
jlo::Matrix::Matrix | ( | const jlo::Matrix & | src | ) | [inline] |
Definition at line 23 of file wrapped/Matrix.h.
jlo::Matrix::Matrix | ( | const ::BaseMatrix & | src | ) | [inline] |
Definition at line 26 of file wrapped/Matrix.h.
jlo::Matrix::~Matrix | ( | ) | [inline] |
Definition at line 30 of file wrapped/Matrix.h.
double jlo::Matrix::get | ( | int | x, |
int | y | ||
) | const [inline] |
Definition at line 33 of file wrapped/Matrix.h.
int jlo::Matrix::height | ( | ) | const [inline] |
Definition at line 32 of file wrapped/Matrix.h.
void jlo::Matrix::init | ( | const ::Matrix & | src | ) | [inline, private] |
Definition at line 78 of file wrapped/Matrix.h.
jlo::Matrix::operator ReturnMatrix | ( | ) | const [inline] |
Definition at line 41 of file wrapped/Matrix.h.
jlo::Matrix::operator::Matrix | ( | ) | const [inline] |
Definition at line 36 of file wrapped/Matrix.h.
Definition at line 45 of file wrapped/Matrix.h.
const char* jlo::Matrix::print | ( | ) | [inline] |
Definition at line 54 of file wrapped/Matrix.h.
void jlo::Matrix::set | ( | int | x, |
int | y, | ||
double | newval | ||
) | [inline] |
Definition at line 34 of file wrapped/Matrix.h.
::ReturnMatrix jlo::Matrix::toReturnMatrix | ( | ) | const [inline, private] |
Definition at line 93 of file wrapped/Matrix.h.
int jlo::Matrix::width | ( | ) | const [inline] |
Definition at line 31 of file wrapped/Matrix.h.
double* jlo::Matrix::data [private] |
Definition at line 75 of file wrapped/Matrix.h.
int jlo::Matrix::h [private] |
Definition at line 74 of file wrapped/Matrix.h.
char* jlo::Matrix::printed [private] |
Definition at line 76 of file wrapped/Matrix.h.
int jlo::Matrix::w [private] |
Definition at line 73 of file wrapped/Matrix.h.