GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "mxarray.h"
Public Member Functions | |
mxArray (const octave_value &ov) | |
mxArray (const octave_value &ov) | |
mxArray (mxClassID id, mwSize ndims, const mwSize *dims, mxComplexity flag=mxREAL) | |
mxArray (mxClassID id, mwSize ndims, const mwSize *dims, mxComplexity flag=mxREAL) | |
mxArray (mxClassID id, const dim_vector &dv, mxComplexity flag=mxREAL) | |
mxArray (mxClassID id, const dim_vector &dv, mxComplexity flag=mxREAL) | |
mxArray (mxClassID id, mwSize m, mwSize n, mxComplexity flag=mxREAL) | |
mxArray (mxClassID id, mwSize m, mwSize n, mxComplexity flag=mxREAL) | |
mxArray (mxClassID id, double val) | |
mxArray (mxClassID id, double val) | |
mxArray (mxClassID id, mxLogical val) | |
mxArray (mxClassID id, mxLogical val) | |
mxArray (const char *str) | |
mxArray (const char *str) | |
mxArray (mwSize m, const char **str) | |
mxArray (mwSize m, const char **str) | |
mxArray (mxClassID id, mwSize m, mwSize n, mwSize nzmax, mxComplexity flag=mxREAL) | |
mxArray (mxClassID id, mwSize m, mwSize n, mwSize nzmax, mxComplexity flag=mxREAL) | |
mxArray (mwSize ndims, const mwSize *dims, int num_keys, const char **keys) | |
mxArray (mwSize ndims, const mwSize *dims, int num_keys, const char **keys) | |
mxArray (const dim_vector &dv, int num_keys, const char **keys) | |
mxArray (const dim_vector &dv, int num_keys, const char **keys) | |
mxArray (mwSize m, mwSize n, int num_keys, const char **keys) | |
mxArray (mwSize m, mwSize n, int num_keys, const char **keys) | |
mxArray (mwSize ndims, const mwSize *dims) | |
mxArray (mwSize ndims, const mwSize *dims) | |
mxArray (const dim_vector &dv) | |
mxArray (const dim_vector &dv) | |
mxArray (mwSize m, mwSize n) | |
mxArray (mwSize m, mwSize n) | |
~mxArray (void) | |
~mxArray (void) | |
int | add_field (const char *key) |
int | add_field (const char *key) |
char * | array_to_string (void) const |
char * | array_to_string (void) const |
mwIndex | calc_single_subscript (mwSize nsubs, mwIndex *subs) const |
mwIndex | calc_single_subscript (mwSize nsubs, mwIndex *subs) const |
mxArray * | dup (void) const |
mxArray * | dup (void) const |
mxArray * | get_cell (mwIndex idx) const |
mxArray * | get_cell (mwIndex idx) const |
mxClassID | get_class_id (void) const |
mxClassID | get_class_id (void) const |
const char * | get_class_name (void) const |
const char * | get_class_name (void) const |
void * | get_data (void) const |
void * | get_data (void) const |
mwSize * | get_dimensions (void) const |
mwSize * | get_dimensions (void) const |
size_t | get_element_size (void) const |
size_t | get_element_size (void) const |
mxArray * | get_field_by_number (mwIndex index, int key_num) const |
mxArray * | get_field_by_number (mwIndex index, int key_num) const |
const char * | get_field_name_by_number (int key_num) const |
const char * | get_field_name_by_number (int key_num) const |
int | get_field_number (const char *key) const |
int | get_field_number (const char *key) const |
void * | get_imag_data (void) const |
void * | get_imag_data (void) const |
mwIndex * | get_ir (void) const |
mwIndex * | get_ir (void) const |
mwIndex * | get_jc (void) const |
mwIndex * | get_jc (void) const |
mwSize | get_m (void) const |
mwSize | get_m (void) const |
mwSize | get_n (void) const |
mwSize | get_n (void) const |
const char * | get_name (void) const |
const char * | get_name (void) const |
mwSize | get_number_of_dimensions (void) const |
mwSize | get_number_of_dimensions (void) const |
mwSize | get_number_of_elements (void) const |
mwSize | get_number_of_elements (void) const |
int | get_number_of_fields (void) const |
int | get_number_of_fields (void) const |
mwSize | get_nzmax (void) const |
mwSize | get_nzmax (void) const |
double | get_scalar (void) const |
double | get_scalar (void) const |
int | get_string (char *buf, mwSize buflen) const |
int | get_string (char *buf, mwSize buflen) const |
int | is_cell (void) const |
int | is_cell (void) const |
int | is_char (void) const |
int | is_char (void) const |
int | is_class (const char *name_arg) const |
int | is_class (const char *name_arg) const |
int | is_complex (void) const |
int | is_complex (void) const |
int | is_double (void) const |
int | is_double (void) const |
int | is_empty (void) const |
int | is_empty (void) const |
int | is_function_handle (void) const |
int | is_function_handle (void) const |
int | is_int16 (void) const |
int | is_int16 (void) const |
int | is_int32 (void) const |
int | is_int32 (void) const |
int | is_int64 (void) const |
int | is_int64 (void) const |
int | is_int8 (void) const |
int | is_int8 (void) const |
int | is_logical (void) const |
int | is_logical (void) const |
int | is_logical_scalar (void) const |
int | is_logical_scalar (void) const |
int | is_logical_scalar_true (void) const |
int | is_logical_scalar_true (void) const |
int | is_numeric (void) const |
int | is_numeric (void) const |
bool | is_octave_value (void) const |
bool | is_octave_value (void) const |
int | is_single (void) const |
int | is_single (void) const |
int | is_sparse (void) const |
int | is_sparse (void) const |
int | is_struct (void) const |
int | is_struct (void) const |
int | is_uint16 (void) const |
int | is_uint16 (void) const |
int | is_uint32 (void) const |
int | is_uint32 (void) const |
int | is_uint64 (void) const |
int | is_uint64 (void) const |
int | is_uint8 (void) const |
int | is_uint8 (void) const |
mxArray * | mutate (void) const |
mxArray * | mutate (void) const |
bool | mutation_needed (void) const |
bool | mutation_needed (void) const |
void | remove_field (int key_num) |
void | remove_field (int key_num) |
void | set_cell (mwIndex idx, mxArray *val) |
void | set_cell (mwIndex idx, mxArray *val) |
void | set_class_name (const char *name_arg) |
void | set_class_name (const char *name_arg) |
void | set_data (void *pr) |
void | set_data (void *pr) |
void | set_dimensions (mwSize *dims_arg, mwSize ndims_arg) |
void | set_dimensions (mwSize *dims_arg, mwSize ndims_arg) |
void | set_field_by_number (mwIndex index, int key_num, mxArray *val) |
void | set_field_by_number (mwIndex index, int key_num, mxArray *val) |
void | set_imag_data (void *pi) |
void | set_imag_data (void *pi) |
void | set_ir (mwIndex *ir) |
void | set_ir (mwIndex *ir) |
void | set_jc (mwIndex *jc) |
void | set_jc (mwIndex *jc) |
void | set_m (mwSize m) |
void | set_m (mwSize m) |
void | set_n (mwSize n) |
void | set_n (mwSize n) |
void | set_name (const char *name_arg) |
void | set_name (const char *name_arg) |
void | set_nzmax (mwSize nzmax) |
void | set_nzmax (mwSize nzmax) |
Static Public Member Functions | |
static octave_value | as_octave_value (const mxArray *ptr) |
static octave_value | as_octave_value (const mxArray *ptr) |
static void * | calloc (size_t n, size_t t) |
static void * | calloc (size_t n, size_t t) |
static void * | malloc (size_t n) |
static void * | malloc (size_t n) |
static char * | strsave (const char *str) |
static char * | strsave (const char *str) |
Protected Member Functions | |
octave_value | as_octave_value (void) const |
octave_value | as_octave_value (void) const |
Private Member Functions | |
mxArray (mxArray_base *r, const char *n) | |
mxArray (mxArray_base *r, const char *n) | |
mxArray (const mxArray &) | |
mxArray (const mxArray &) | |
void | maybe_mutate (void) const |
void | maybe_mutate (void) const |
mxArray & | operator= (const mxArray &) |
mxArray & | operator= (const mxArray &) |
Private Attributes | |
char * | name |
mxArray_base * | rep |
mxArray::mxArray | ( | const octave_value & | ov | ) |
mxArray::mxArray | ( | mxClassID | id, |
mwSize | ndims, | ||
const mwSize * | dims, | ||
mxComplexity | flag = mxREAL |
||
) |
mxArray::mxArray | ( | mxClassID | id, |
const dim_vector & | dv, | ||
mxComplexity | flag = mxREAL |
||
) |
mxArray::mxArray | ( | mxClassID | id, |
mwSize | m, | ||
mwSize | n, | ||
mxComplexity | flag = mxREAL |
||
) |
mxArray::mxArray | ( | const dim_vector & | dv, |
int | num_keys, | ||
const char ** | keys | ||
) |
mxArray::mxArray | ( | const dim_vector & | dv | ) |
mxArray::~mxArray | ( | void | ) |
|
inlineprivate |
|
private |
mxArray::mxArray | ( | const octave_value & | ov | ) |
mxArray::mxArray | ( | mxClassID | id, |
mwSize | ndims, | ||
const mwSize * | dims, | ||
mxComplexity | flag = mxREAL |
||
) |
mxArray::mxArray | ( | mxClassID | id, |
const dim_vector & | dv, | ||
mxComplexity | flag = mxREAL |
||
) |
mxArray::mxArray | ( | mxClassID | id, |
mwSize | m, | ||
mwSize | n, | ||
mxComplexity | flag = mxREAL |
||
) |
mxArray::mxArray | ( | const char * | str | ) |
mxArray::mxArray | ( | const dim_vector & | dv, |
int | num_keys, | ||
const char ** | keys | ||
) |
mxArray::mxArray | ( | const dim_vector & | dv | ) |
mxArray::~mxArray | ( | void | ) |
|
inlineprivate |
Definition at line 517 of file mxarray.in.h.
|
private |
Definition at line 454 of file mxarray.h.
References DO_MUTABLE_METHOD.
Referenced by add_field(), and mxAddField().
Definition at line 454 of file mxarray.in.h.
References add_field(), and DO_MUTABLE_METHOD.
|
inline |
Definition at line 476 of file mxarray.in.h.
References mxArray_base::array_to_string(), and rep.
|
inline |
Definition at line 476 of file mxarray.h.
References mxArray_base::array_to_string(), and rep.
Referenced by mxArrayToString().
|
static |
Definition at line 1968 of file mex.cc.
References as_octave_value(), and octave_value().
Referenced by as_octave_value().
|
static |
|
protected |
Definition at line 1974 of file mex.cc.
References mxArray_base::as_octave_value(), and rep.
Referenced by mxArray_struct::as_octave_value(), mxArray_cell::as_octave_value(), call_mex(), mexCallMATLAB(), mexPutVariable(), and mexSet().
|
protected |
Definition at line 478 of file mxarray.in.h.
References mxArray_base::calc_single_subscript(), and rep.
Definition at line 478 of file mxarray.h.
References mxArray_base::calc_single_subscript(), and rep.
Referenced by mxCalcSingleSubscript().
Definition at line 2342 of file mex.cc.
References mex::calloc_unmarked().
|
inline |
Definition at line 330 of file mxarray.in.h.
References mxArray_base::as_mxArray(), mxArray_base::dup(), mxArray(), name, rep, and set_name().
|
inline |
Definition at line 330 of file mxarray.h.
References mxArray_base::as_mxArray(), mxArray_base::dup(), mxArray(), name, rep, and set_name().
Referenced by mxArray_cell::mxArray_cell(), mxArray_struct::mxArray_struct(), and mxDuplicateArray().
Definition at line 425 of file mxarray.h.
References DO_MUTABLE_METHOD.
Referenced by get_cell(), and mxGetCell().
Definition at line 425 of file mxarray.in.h.
References DO_MUTABLE_METHOD, and get_cell().
|
inline |
Definition at line 418 of file mxarray.h.
References mxArray_base::get_class_id(), and rep.
Referenced by mxGetClassID().
|
inline |
Definition at line 418 of file mxarray.in.h.
References mxArray_base::get_class_id(), and rep.
|
inline |
Definition at line 420 of file mxarray.h.
References mxArray_base::get_class_name(), and rep.
Referenced by mxGetClassName().
|
inline |
Definition at line 420 of file mxarray.in.h.
References mxArray_base::get_class_name(), and rep.
|
inline |
Definition at line 433 of file mxarray.h.
References DO_MUTABLE_METHOD.
Referenced by octave_sparse_bool_matrix::as_mxArray(), octave_struct::as_mxArray(), octave_sparse_complex_matrix::as_mxArray(), octave_char_matrix::as_mxArray(), octave_sparse_matrix::as_mxArray(), octave_float_complex_matrix::as_mxArray(), octave_cell::as_mxArray(), octave_complex_matrix::as_mxArray(), octave_float_complex::as_mxArray(), octave_complex::as_mxArray(), octave_float_matrix::as_mxArray(), octave_bool_matrix::as_mxArray(), octave_matrix::as_mxArray(), octave_bool::as_mxArray(), octave_scalar::as_mxArray(), octave_float_scalar::as_mxArray(), octave_scalar_struct::as_mxArray(), octave_range::as_mxArray(), OCTAVE_VALUE_INT_MATRIX_T::as_mxArray(), OCTAVE_VALUE_INT_SCALAR_T::as_mxArray(), get_data(), mxGetChars(), mxGetData(), mxGetLogicals(), and mxGetPr().
|
inline |
Definition at line 433 of file mxarray.in.h.
References DO_MUTABLE_METHOD, and get_data().
|
inline |
Definition at line 397 of file mxarray.in.h.
References mxArray_base::get_dimensions(), and rep.
|
inline |
Definition at line 397 of file mxarray.h.
References mxArray_base::get_dimensions(), and rep.
Referenced by mxArray_octave_value::as_mxArray(), and mxGetDimensions().
|
inline |
Definition at line 481 of file mxarray.in.h.
References mxArray_base::get_element_size(), and rep.
|
inline |
Definition at line 481 of file mxarray.h.
References mxArray_base::get_element_size(), and rep.
Referenced by mxGetElementSize().
Definition at line 459 of file mxarray.h.
References DO_MUTABLE_METHOD.
Referenced by get_field_by_number(), and mxGetFieldByNumber().
Definition at line 459 of file mxarray.in.h.
References DO_MUTABLE_METHOD, and get_field_by_number().
Definition at line 467 of file mxarray.h.
References DO_MUTABLE_METHOD.
Referenced by get_field_name_by_number(), and mxGetFieldNameByNumber().
Definition at line 467 of file mxarray.in.h.
References DO_MUTABLE_METHOD, and get_field_name_by_number().
Definition at line 470 of file mxarray.h.
References DO_MUTABLE_METHOD.
Referenced by get_field_number(), and mxGetFieldNumber().
Definition at line 470 of file mxarray.in.h.
References DO_MUTABLE_METHOD, and get_field_number().
|
inline |
Definition at line 435 of file mxarray.h.
References DO_MUTABLE_METHOD.
Referenced by octave_sparse_complex_matrix::as_mxArray(), octave_float_complex_matrix::as_mxArray(), octave_complex_matrix::as_mxArray(), octave_float_complex::as_mxArray(), octave_complex::as_mxArray(), get_imag_data(), mxGetImagData(), and mxGetPi().
|
inline |
Definition at line 435 of file mxarray.in.h.
References DO_MUTABLE_METHOD, and get_imag_data().
|
inline |
Definition at line 442 of file mxarray.h.
References DO_MUTABLE_METHOD.
Referenced by octave_sparse_bool_matrix::as_mxArray(), octave_sparse_complex_matrix::as_mxArray(), octave_sparse_matrix::as_mxArray(), get_ir(), and mxGetIr().
|
inline |
Definition at line 442 of file mxarray.in.h.
References DO_MUTABLE_METHOD, and get_ir().
|
inline |
Definition at line 444 of file mxarray.h.
References DO_MUTABLE_METHOD.
Referenced by octave_sparse_bool_matrix::as_mxArray(), octave_sparse_complex_matrix::as_mxArray(), octave_sparse_matrix::as_mxArray(), get_jc(), and mxGetJc().
|
inline |
Definition at line 444 of file mxarray.in.h.
References DO_MUTABLE_METHOD, and get_jc().
|
inline |
Definition at line 393 of file mxarray.in.h.
References mxArray_base::get_m(), and rep.
|
inline |
Definition at line 393 of file mxarray.h.
References mxArray_base::get_m(), and rep.
Referenced by mxGetM().
|
inline |
Definition at line 395 of file mxarray.in.h.
References mxArray_base::get_n(), and rep.
|
inline |
Definition at line 395 of file mxarray.h.
References mxArray_base::get_n(), and rep.
Referenced by mxGetN().
|
inline |
|
inline |
Definition at line 414 of file mxarray.in.h.
References name.
|
inline |
Definition at line 399 of file mxarray.in.h.
References mxArray_base::get_number_of_dimensions(), and rep.
|
inline |
Definition at line 399 of file mxarray.h.
References mxArray_base::get_number_of_dimensions(), and rep.
Referenced by mxGetNumberOfDimensions().
|
inline |
Definition at line 409 of file mxarray.in.h.
References mxArray_base::get_number_of_elements(), and rep.
|
inline |
Definition at line 409 of file mxarray.h.
References mxArray_base::get_number_of_elements(), and rep.
Referenced by is_empty(), and mxGetNumberOfElements().
|
inline |
Definition at line 465 of file mxarray.in.h.
References mxArray_base::get_number_of_fields(), and rep.
|
inline |
Definition at line 465 of file mxarray.h.
References mxArray_base::get_number_of_fields(), and rep.
Referenced by mxGetNumberOfFields().
|
inline |
Definition at line 446 of file mxarray.h.
References mxArray_base::get_nzmax(), and rep.
Referenced by mxGetNzmax().
|
inline |
Definition at line 446 of file mxarray.in.h.
References mxArray_base::get_nzmax(), and rep.
|
inline |
Definition at line 431 of file mxarray.h.
References mxArray_base::get_scalar(), and rep.
Referenced by mxGetScalar().
|
inline |
Definition at line 431 of file mxarray.in.h.
References mxArray_base::get_scalar(), and rep.
Definition at line 473 of file mxarray.in.h.
References mxArray_base::get_string(), and rep.
Definition at line 473 of file mxarray.h.
References mxArray_base::get_string(), and rep.
Referenced by mxGetString().
|
inline |
Definition at line 350 of file mxarray.in.h.
References mxArray_base::is_cell(), and rep.
|
inline |
Definition at line 350 of file mxarray.h.
References mxArray_base::is_cell(), and rep.
Referenced by mxIsCell().
|
inline |
Definition at line 352 of file mxarray.h.
References mxArray_base::is_char(), and rep.
Referenced by mxIsChar().
|
inline |
Definition at line 352 of file mxarray.in.h.
References mxArray_base::is_char(), and rep.
Definition at line 354 of file mxarray.in.h.
References mxArray_base::is_class(), and rep.
Definition at line 354 of file mxarray.h.
References mxArray_base::is_class(), and rep.
Referenced by mxIsClass().
|
inline |
Definition at line 356 of file mxarray.in.h.
References mxArray_base::is_complex(), and rep.
|
inline |
Definition at line 356 of file mxarray.h.
References mxArray_base::is_complex(), and rep.
Referenced by mxIsComplex().
|
inline |
Definition at line 358 of file mxarray.in.h.
References mxArray_base::is_double(), and rep.
|
inline |
Definition at line 358 of file mxarray.h.
References mxArray_base::is_double(), and rep.
Referenced by mxIsDouble().
|
inline |
Definition at line 412 of file mxarray.h.
References get_number_of_elements().
Referenced by mxIsEmpty().
|
inline |
Definition at line 412 of file mxarray.in.h.
References get_number_of_elements().
|
inline |
Definition at line 360 of file mxarray.h.
References mxArray_base::is_function_handle(), and rep.
Referenced by mxIsFunctionHandle().
|
inline |
Definition at line 360 of file mxarray.in.h.
References mxArray_base::is_function_handle(), and rep.
|
inline |
Definition at line 362 of file mxarray.h.
References mxArray_base::is_int16(), and rep.
Referenced by mxIsInt16().
|
inline |
Definition at line 362 of file mxarray.in.h.
References mxArray_base::is_int16(), and rep.
|
inline |
Definition at line 364 of file mxarray.in.h.
References mxArray_base::is_int32(), and rep.
|
inline |
Definition at line 364 of file mxarray.h.
References mxArray_base::is_int32(), and rep.
Referenced by mxIsInt32().
|
inline |
Definition at line 366 of file mxarray.in.h.
References mxArray_base::is_int64(), and rep.
|
inline |
Definition at line 366 of file mxarray.h.
References mxArray_base::is_int64(), and rep.
Referenced by mxIsInt64().
|
inline |
Definition at line 368 of file mxarray.in.h.
References mxArray_base::is_int8(), and rep.
|
inline |
Definition at line 368 of file mxarray.h.
References mxArray_base::is_int8(), and rep.
Referenced by mxIsInt8().
|
inline |
Definition at line 370 of file mxarray.in.h.
References mxArray_base::is_logical(), and rep.
|
inline |
Definition at line 370 of file mxarray.h.
References mxArray_base::is_logical(), and rep.
Referenced by mxIsLogical().
|
inline |
Definition at line 388 of file mxarray.h.
References mxArray_base::is_logical_scalar(), and rep.
Referenced by mxIsLogicalScalar().
|
inline |
Definition at line 388 of file mxarray.in.h.
References mxArray_base::is_logical_scalar(), and rep.
|
inline |
Definition at line 390 of file mxarray.in.h.
References mxArray_base::is_logical_scalar_true(), and rep.
|
inline |
Definition at line 390 of file mxarray.h.
References mxArray_base::is_logical_scalar_true(), and rep.
Referenced by mxIsLogicalScalarTrue().
|
inline |
Definition at line 372 of file mxarray.in.h.
References mxArray_base::is_numeric(), and rep.
|
inline |
Definition at line 372 of file mxarray.h.
References mxArray_base::is_numeric(), and rep.
Referenced by mxIsNumeric().
|
inline |
Definition at line 348 of file mxarray.h.
References mxArray_base::is_octave_value(), and rep.
|
inline |
Definition at line 348 of file mxarray.in.h.
References mxArray_base::is_octave_value(), and rep.
|
inline |
Definition at line 374 of file mxarray.in.h.
References mxArray_base::is_single(), and rep.
|
inline |
Definition at line 374 of file mxarray.h.
References mxArray_base::is_single(), and rep.
Referenced by mxIsSingle().
|
inline |
Definition at line 376 of file mxarray.h.
References mxArray_base::is_sparse(), and rep.
Referenced by mxIsSparse().
|
inline |
Definition at line 376 of file mxarray.in.h.
References mxArray_base::is_sparse(), and rep.
|
inline |
Definition at line 378 of file mxarray.in.h.
References mxArray_base::is_struct(), and rep.
|
inline |
Definition at line 378 of file mxarray.h.
References mxArray_base::is_struct(), and rep.
Referenced by mxIsStruct().
|
inline |
Definition at line 380 of file mxarray.h.
References mxArray_base::is_uint16(), and rep.
Referenced by mxIsUint16().
|
inline |
Definition at line 380 of file mxarray.in.h.
References mxArray_base::is_uint16(), and rep.
|
inline |
Definition at line 382 of file mxarray.in.h.
References mxArray_base::is_uint32(), and rep.
|
inline |
Definition at line 382 of file mxarray.h.
References mxArray_base::is_uint32(), and rep.
Referenced by mxIsUint32().
|
inline |
Definition at line 384 of file mxarray.in.h.
References mxArray_base::is_uint64(), and rep.
|
inline |
Definition at line 384 of file mxarray.h.
References mxArray_base::is_uint64(), and rep.
Referenced by mxIsUint64().
|
inline |
Definition at line 386 of file mxarray.in.h.
References mxArray_base::is_uint8(), and rep.
|
inline |
Definition at line 386 of file mxarray.h.
References mxArray_base::is_uint8(), and rep.
Referenced by mxIsUint8().
|
static |
|
static |
Definition at line 2336 of file mex.cc.
References malloc(), and mex::malloc_unmarked().
Referenced by mxArray_struct::add_field(), mxArray_octave_value::array_to_string(), mxArray_number::array_to_string(), mxArray_octave_value::get_dimensions(), mxArray_struct::remove_field(), mxArray_matlab::set_class_name(), and strsave().
|
private |
|
private |
Definition at line 1980 of file mex.cc.
References mxArray_base::is_octave_value(), mxArray_base::mutate(), and rep.
|
inline |
Definition at line 485 of file mxarray.in.h.
References mxArray_base::mutate(), and rep.
|
inline |
Definition at line 485 of file mxarray.h.
References mxArray_base::mutate(), and rep.
|
inline |
Definition at line 483 of file mxarray.in.h.
References mxArray_base::mutation_needed(), and rep.
|
inline |
Definition at line 483 of file mxarray.h.
References mxArray_base::mutation_needed(), and rep.
|
inline |
Definition at line 456 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and remove_field().
|
inline |
Definition at line 456 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
Referenced by mxRemoveField(), and remove_field().
Definition at line 428 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and set_cell().
Definition at line 428 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
Referenced by mxSetCell(), and set_cell().
|
inline |
Definition at line 422 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and set_class_name().
|
inline |
Definition at line 422 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
Referenced by mxArray_octave_value::as_mxArray(), mxSetClassName(), and set_class_name().
|
inline |
Definition at line 438 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and set_data().
|
inline |
Definition at line 438 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
Referenced by mxSetData(), mxSetPr(), and set_data().
Definition at line 406 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and set_dimensions().
Definition at line 406 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
Referenced by mxArray_octave_value::as_mxArray(), mxSetDimensions(), and set_dimensions().
Definition at line 462 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and set_field_by_number().
Definition at line 462 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
Referenced by mxSetFieldByNumber(), and set_field_by_number().
|
inline |
Definition at line 440 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and set_imag_data().
|
inline |
Definition at line 440 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
Referenced by mxSetImagData(), mxSetPi(), and set_imag_data().
|
inline |
Definition at line 448 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
|
inline |
Definition at line 448 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and set_ir().
|
inline |
Definition at line 450 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and set_jc().
|
inline |
Definition at line 450 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
|
inline |
Definition at line 402 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and set_m().
|
inline |
Definition at line 402 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
|
inline |
Definition at line 404 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and set_n().
|
inline |
Definition at line 404 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
void mxArray::set_name | ( | const char * | name_arg | ) |
void mxArray::set_name | ( | const char * | name_arg | ) |
|
inline |
Definition at line 452 of file mxarray.in.h.
References DO_VOID_MUTABLE_METHOD, and set_nzmax().
|
inline |
Definition at line 452 of file mxarray.h.
References DO_VOID_MUTABLE_METHOD.
Referenced by mxSetNzmax(), and set_nzmax().
Definition at line 491 of file mxarray.in.h.
References malloc().
Definition at line 491 of file mxarray.h.
References malloc().
Referenced by mxArray_struct::add_field(), mex::function_name(), mxArray_octave_value::get_class_name(), mxArray_struct::init(), mxArray_struct::mxArray_struct(), and set_name().
|
private |
Definition at line 515 of file mxarray.h.
Referenced by dup(), get_name(), set_name(), and ~mxArray().
|
mutableprivate |
Definition at line 513 of file mxarray.h.
Referenced by array_to_string(), as_octave_value(), calc_single_subscript(), dup(), get_class_id(), get_class_name(), get_dimensions(), get_element_size(), get_m(), get_n(), get_number_of_dimensions(), get_number_of_elements(), get_number_of_fields(), get_nzmax(), get_scalar(), get_string(), is_cell(), is_char(), is_class(), is_complex(), is_double(), is_function_handle(), is_int16(), is_int32(), is_int64(), is_int8(), is_logical(), is_logical_scalar(), is_logical_scalar_true(), is_numeric(), is_octave_value(), is_single(), is_sparse(), is_struct(), is_uint16(), is_uint32(), is_uint64(), is_uint8(), maybe_mutate(), mutate(), mutation_needed(), and ~mxArray().