Class DoubleArray
- java.lang.Object
-
- net.imglib2.img.basictypeaccess.array.AbstractDoubleArray<DoubleArray>
-
- net.imglib2.img.basictypeaccess.array.DoubleArray
-
- All Implemented Interfaces:
java.io.Serializable
,ArrayDataAccess<DoubleArray>
,DoubleAccess
public class DoubleArray extends AbstractDoubleArray<DoubleArray>
TODO- Author:
- Stephan Preibisch, Stephan Saalfeld
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
data
-
-
Constructor Summary
Constructors Constructor Description DoubleArray(double[] data)
DoubleArray(int numEntities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleArray
createArray(int numEntities)
-
Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
getCurrentStorageArray, getValue, setValue
-
-
-
-
Method Detail
-
createArray
public DoubleArray createArray(int numEntities)
-
-