public class DirtyDoubleArray extends AbstractDoubleArray<DirtyDoubleArray> implements Dirty
Modifier and Type | Field and Description |
---|---|
protected boolean |
dirty |
data
Constructor and Description |
---|
DirtyDoubleArray(double[] data) |
DirtyDoubleArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
DirtyDoubleArray |
createArray(int numEntities) |
boolean |
isDirty() |
void |
setDirty() |
void |
setDirty(boolean dirty) |
void |
setValue(int index,
double value) |
getArrayLength, getCurrentStorageArray, getValue
public DirtyDoubleArray(int numEntities)
public DirtyDoubleArray(double[] data)
public void setValue(int index, double value)
setValue
in interface DoubleAccess
setValue
in class AbstractDoubleArray<DirtyDoubleArray>
public DirtyDoubleArray createArray(int numEntities)
createArray
in interface ArrayDataAccess<DirtyDoubleArray>
Copyright © 2015–2022 ImgLib2. All rights reserved.