User`s guide
mwArray Class
• mwString ToString() const
• mwArray RowIndex() const
• mwArray ColumnIndex( ) const
• void MakeComplex()
• mwArray Get(mwSize num_indi ces, ... )
• mwArray Get(const char* name, mwSize num_indices, ...)
• mwArray GetA(mwSize num_ind ices, const mwIndex* index)
• mwArray GetA(const char* name, mwSize num_indices, const
mwIndex* index)
• mwArray Real()
• mwArray Imag()
• void Set(const mwArray& arr)
• void GetData(<numeri c-ty pe>* buffer, mwSize len) const
• void GetLogicalData( mxLo gical* buffer, mwSize len) const
• void GetCharData(mxC har* buffer, mwSize len) const
• void SetData(<numeri c-ty pe>* buffer, mwSize len)
• void SetLogicalData( mxLo gical* buffer, mwSize len)
• void SetCharData(mxC har* buffer, mwSize len)
Operators
• mwArray operator()(m wInd ex i1, mwIndex i2, mwIndex i3, ..., )
• mwArray operator()(c onst char* name , mwIndex i1, mwIndex i2,
mwIndex i3, ..., )
• mwArray& operator=(c onst <type>& x)
• operator <type>() const
Static Methods
• static mwArray Deserialize( const mwArray& arr)
C-31