[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
mglData
: void
operator= (const mglDataA &
d)Copies data from other variable.
val
mreal
: void
operator= (mreal
val)Set all data values equal to val.
val
mglData
: void
operator*= (const mglDataA &
d)mglData
: void
operator*= (mreal
d)void
mgl_data_mul_dat (HMDT
dat, HCDT
d)void
mgl_data_mul_num (HMDT
dat, mreal
d)Multiplies data element by the other one or by value.
val
mglData
: void
operator/= (const mglDataA &
d)mglData
: void
operator/= (mreal
d)void
mgl_data_div_dat (HMDT
dat, HCDT
d)void
mgl_data_div_num (HMDT
dat, mreal
d)Divides each data element by the other one or by value.
val
mglData
: void
operator+= (const mglDataA &
d)mglData
: void
operator+= (mreal
d)void
mgl_data_add_dat (HMDT
dat, HCDT
d)void
mgl_data_add_num (HMDT
dat, mreal
d)Adds to each data element the other one or the value.
val
mglData
: void
operator-= (const mglDataA &
d)mglData
: void
operator-= (mreal
d)void
mgl_data_sub_dat (HMDT
dat, HCDT
d)void
mgl_data_sub_num (HMDT
dat, mreal
d)Subtracts from each data element the other one or the value.
const mglDataA &
a, const mglDataA &
b)mreal
a, const mglDataA &
b)const mglDataA &
a, mreal
b)Adds the other data or the number.
const mglDataA &
a, const mglDataA &
b)mreal
a, const mglDataA &
b)const mglDataA &
a, mreal
b)Subtracts the other data or the number.
const mglDataA &
a, const mglDataA &
b)mreal
a, const mglDataA &
b)const mglDataA &
a, mreal
b)Multiplies by the other data or the number.
const mglDataA &
a, const mglDataA &
b)const mglDataA &
a, mreal
b)Divides by the other data or the number.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated on May 5, 2014 using texi2html 1.82.