Public Member Functions | |
mxArray_cell (mwSize ndims_arg, const mwSize *dims_arg) | |
mxArray_cell (const dim_vector &dv) | |
mxArray_cell (mwSize m, mwSize n) | |
mxArray_cell * | clone (void) const |
~mxArray_cell (void) | |
mxArray * | get_cell (mwIndex idx) const |
void | set_cell (mwIndex idx, mxArray *val) |
void * | get_data (void) const |
void | set_data (void *data_arg) |
Protected Member Functions | |
octave_value | as_octave_value (void) const |
mxArray_cell::mxArray_cell | ( | const dim_vector & | dv | ) | [inline] |
mxArray_cell::~mxArray_cell | ( | void | ) | [inline] |
octave_value mxArray_cell::as_octave_value | ( | void | ) | const [inline, protected, virtual] |
Implements mxArray_base.
mxArray_cell* mxArray_cell::clone | ( | void | ) | const [inline, virtual] |
Implements mxArray_base.
Reimplemented from mxArray_matlab.
void* mxArray_cell::get_data | ( | void | ) | const [inline, virtual] |
Reimplemented from mxArray_matlab.
Reimplemented from mxArray_matlab.
void mxArray_cell::set_data | ( | void * | data_arg | ) | [inline, virtual] |
Reimplemented from mxArray_matlab.