com.jmatio.types
Class MLCell

java.lang.Object
  extended by com.jmatio.types.MLArray
      extended by com.jmatio.types.MLCell

public class MLCell
extends MLArray


Field Summary
 
Fields inherited from class com.jmatio.types.MLArray
attributes, dims, mtFLAG_COMPLEX, mtFLAG_GLOBAL, mtFLAG_LOGICAL, mtFLAG_TYPE, mxCELL_CLASS, mxCHAR_CLASS, mxDOUBLE_CLASS, mxFUNCTION_CLASS, mxINT16_CLASS, mxINT32_CLASS, mxINT64_CLASS, mxINT8_CLASS, mxOBJECT_CLASS, mxOPAQUE_CLASS, mxSINGLE_CLASS, mxSPARSE_CLASS, mxSTRUCT_CLASS, mxUINT16_CLASS, mxUINT32_CLASS, mxUINT64_CLASS, mxUINT8_CLASS, mxUNKNOWN_CLASS, name, type
 
Constructor Summary
MLCell(String name, int[] dims)
           
MLCell(String name, int[] dims, int type, int attributes)
           
 
Method Summary
 ArrayList<MLArray> cells()
           
 String contentToString()
           
 MLArray get(int index)
           
 MLArray get(int m, int n)
           
 int getIndex(int m, int n)
           
 void set(MLArray value, int index)
           
 void set(MLArray value, int m, int n)
           
 
Methods inherited from class com.jmatio.types.MLArray
dispose, getDimensions, getFlags, getM, getN, getName, getNameToByteArray, getNDimensions, getSize, getType, isCell, isChar, isComplex, isDouble, isEmpty, isFunctionObject, isInt16, isInt32, isInt64, isInt8, isLogical, isObject, isOpaque, isSingle, isSparse, isStruct, isUint16, isUint32, isUint64, isUint8, isUnknown, toString, typeToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MLCell

public MLCell(String name,
              int[] dims)

MLCell

public MLCell(String name,
              int[] dims,
              int type,
              int attributes)
Method Detail

set

public void set(MLArray value,
                int m,
                int n)

set

public void set(MLArray value,
                int index)

get

public MLArray get(int m,
                   int n)

get

public MLArray get(int index)

getIndex

public int getIndex(int m,
                    int n)
Overrides:
getIndex in class MLArray

cells

public ArrayList<MLArray> cells()

contentToString

public String contentToString()
Overrides:
contentToString in class MLArray


Copyright © 2006–2014 GeoSolutions. All rights reserved.