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>
,DoubleAccess
public class DirtyDoubleArray extends AbstractDoubleArray<DirtyDoubleArray> implements Dirty
- Author:
- Stephan Saalfeld
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
dirty
-
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 DirtyDoubleArray
createArray(int numEntities)
boolean
isDirty()
void
setDirty()
void
setValue(int index, double value)
-
Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractDoubleArray
getCurrentStorageArray, getValue
-
-
-
-
Method Detail
-
setValue
public void setValue(int index, double value)
- Specified by:
setValue
in interfaceDoubleAccess
- Overrides:
setValue
in classAbstractDoubleArray<DirtyDoubleArray>
-
createArray
public DirtyDoubleArray createArray(int numEntities)
- Specified by:
createArray
in interfaceArrayDataAccess<DirtyDoubleArray>
-
-