Class DirtyDoubleArray
- java.lang.Object
-
- net.imglib2.img.basictypeaccess.array.AbstractDoubleArray<DirtyDoubleArray>
-
- net.imglib2.img.basictypeaccess.array.DirtyDoubleArray
-
- All Implemented Interfaces:
java.io.Serializable,Dirty,ArrayDataAccess<DirtyDoubleArray>,DataAccess,DoubleAccess
public class DirtyDoubleArray extends AbstractDoubleArray<DirtyDoubleArray> implements Dirty
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandirty-
Fields inherited from class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
data
-
-
Constructor Summary
Constructors Constructor Description DirtyDoubleArray(double[] data)DirtyDoubleArray(int numEntities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirtyDoubleArraycreateArray(int numEntities)booleanisDirty()voidsetDirty()voidsetDirty(boolean dirty)voidsetValue(int index, double value)-
Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
getArrayLength, getCurrentStorageArray, getValue
-
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.DataAccess
createView
-
-
-
-
Method Detail
-
setValue
public void setValue(int index, double value)- Specified by:
setValuein interfaceDoubleAccess- Overrides:
setValuein classAbstractDoubleArray<DirtyDoubleArray>
-
createArray
public DirtyDoubleArray createArray(int numEntities)
- Specified by:
createArrayin interfaceArrayDataAccess<DirtyDoubleArray>
-
-