Class VolatileDoubleArray
- java.lang.Object
-
- net.imglib2.img.basictypeaccess.array.AbstractDoubleArray<A>
-
- net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileDoubleArray<VolatileDoubleArray>
-
- net.imglib2.img.basictypeaccess.volatiles.array.VolatileDoubleArray
-
- All Implemented Interfaces:
java.io.Serializable,ArrayDataAccess<VolatileDoubleArray>,DataAccess,DoubleAccess,VolatileAccess,VolatileArrayDataAccess<VolatileDoubleArray>,VolatileDoubleAccess
public class VolatileDoubleArray extends AbstractVolatileDoubleArray<VolatileDoubleArray> implements VolatileDoubleAccess
ADoubleArraywith anAbstractVolatileDoubleArray.isValid()flag.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileDoubleArray
isValid
-
Fields inherited from class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
data
-
-
Constructor Summary
Constructors Constructor Description VolatileDoubleArray(double[] data, boolean isValid)VolatileDoubleArray(int numEntities, boolean isValid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VolatileDoubleArraycreateArray(int numEntities, boolean isValid)-
Methods inherited from class net.imglib2.img.basictypeaccess.volatiles.array.AbstractVolatileDoubleArray
createArray, isValid
-
Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
getArrayLength, getCurrentStorageArray, getValue, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.imglib2.img.basictypeaccess.array.ArrayDataAccess
getArrayLength, getCurrentStorageArray
-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
Methods inherited from interface net.imglib2.img.basictypeaccess.DoubleAccess
getValue, setValue
-
Methods inherited from interface net.imglib2.img.basictypeaccess.volatiles.VolatileAccess
isValid
-
-
-
-
Method Detail
-
createArray
public VolatileDoubleArray createArray(int numEntities, boolean isValid)
- Specified by:
createArrayin interfaceVolatileArrayDataAccess<VolatileDoubleArray>
-
-