Class DirtyDoubleArray
java.lang.Object
net.imglib2.img.basictypeaccess.array.AbstractDoubleArray<DirtyDoubleArray>
net.imglib2.img.basictypeaccess.array.DirtyDoubleArray
- All Implemented Interfaces:
Serializable, Dirty, ArrayDataAccess<DirtyDoubleArray>, DataAccess, DoubleAccess
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractDoubleArray
data -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateArray(int numEntities) booleanisDirty()voidsetDirty()voidsetDirty(boolean dirty) voidsetValue(int index, double value) Methods inherited from class AbstractDoubleArray
getArrayLength, getCurrentStorageArray, getValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataAccess
createView
-
Field Details
-
dirty
protected boolean dirty
-
-
Constructor Details
-
DirtyDoubleArray
public DirtyDoubleArray(int numEntities) -
DirtyDoubleArray
public DirtyDoubleArray(double[] data)
-
-
Method Details
-
setValue
public void setValue(int index, double value) - Specified by:
setValuein interfaceDoubleAccess- Overrides:
setValuein classAbstractDoubleArray<DirtyDoubleArray>
-
createArray
- Specified by:
createArrayin interfaceArrayDataAccess<DirtyDoubleArray>
-
isDirty
-
setDirty
-
setDirty
-