Class DoubleArray
java.lang.Object
net.imglib2.img.basictypeaccess.array.AbstractDoubleArray<DoubleArray>
net.imglib2.img.basictypeaccess.array.DoubleArray
- All Implemented Interfaces:
Serializable, ArrayDataAccess<DoubleArray>, DataAccess, DoubleAccess
-
Field Summary
Fields inherited from class AbstractDoubleArray
data -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractDoubleArray
getArrayLength, getCurrentStorageArray, getValue, setValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataAccess
createView
-
Constructor Details
-
DoubleArray
public DoubleArray(int numEntities) -
DoubleArray
public DoubleArray(double[] data)
-
-
Method Details
-
createArray
-