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